_complaints.css 1.88 KB
.complaint-me-page {
    font-size: 12px;

    .complaint .title{
        background-image: resolve(/home/complaints.png);
    }

    .me-complaints {
        padding-top: 10px;

        .empty-tip {
            padding: 100px 0;
        }
    }

    .complaint-form {
        padding: 10px;

        h2 {
            clear: both;
            height: 21px;
            line-height: 21px;
            padding-left: 23px;
            background: resolve(/home/complaint-icon.png) no-repeat 5px 5px #efefef;
            border: 1px #e6e6e6 solid;
            font-size: 12px;
            color: #333;
            font-weight: normal;
        }

        .form-content {
            font-size: 12px;
            padding: 7px 0;

            dl {
                padding: 7px 5px;
                line-height: 22px;
            }

            dt {
                width: 75px;
                color: #333;
                text-align: right;
                float: left;
            }

            dd > input {
                height: 18px;
                line-height: 18px;
                color: #333;
                border: 1px #c9c9c9 solid;
                background: resolve(/home/input-back.png) repeat-x;
                vertical-align: top;
            }

            dd > textarea {
                color: #333;
                border: 1px #c9c9c9 solid;
                background: resolve(/home/input-back.png) repeat-x;
                vertical-align: top;
                overflow: auto;
            }
        }

        .form-submit > input {
            width: 138px;
            height: 34px;
            margin-left: 80px;
            border: 0px;
            background: resolve(/home/submit-btn.png) no-repeat;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            padding-right: 20px;
            cursor: pointer;
            display: inline-block;
        }
    }
}