_returns-apply.css 8.75 KB
.apply-returns-page {
    font-size: 12px;

    .title {
        background-image: resolve('home/refund-apply.png');
    }
    .exchange .title {
        background-image: resolve('home/exchange-apply.png');
    }
    select {
        width: 85px;
        font-size: 12px;
        outline: none;
    }
    .apply-container {
        padding: 10px;

        .return-prompt {
            padding: 20px;
            border: 1px solid #e6e6e6;
            margin-bottom: 10px;
            line-height: 21px;
            color: #333;

            span {
                color: #f00;
            }
            .footwear-tip {
                height: 142px;
                line-height: 18px;
                margin-top: 20px;
                padding-left: 536px;
                background: resolve('home/footwear-tips.jpg') no-repeat;

                span {
                    color: #666;
                }
                span:first-child {
                    display: block;
                    margin-bottom: 15px;
                }
            }
        }
        h2 {
            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: 400;
        }
        .goods-list-table {
            width: 100%;
            margin-bottom: 10px;

            tr {
                border: 1px solid #e6e6e6;
                height: 18px;
                line-height: 18px;
            }

            th {
                text-align: center;
                background: #efefef;
                padding: 5px;
                color: #333;

                &:first-child {
                    text-align: left;
                }
            }

            td {
                color: #666;
                padding: 5px;
            }
            .return-goods-info {
                > * {
                    display: block;
                }
                a {
                    color: #468fa2;
                    text-decoration: none;
                    max-width: 250px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
                span {
                    color: #999;
                }
            }
            .exchange-choose-wrap {
                width: 185px;
                border: 1px solid #e6e6e6;
                text-align: center;

                p {
                    line-height: 29px;
                }
                select {
                    width: 85px;
                }
            }
            .refund-price {
                width: 185px;
                color: #666;
                font-weight: bold;
                text-align: center;
            }
            .return-reason-wrap {
                width: 200px;
                text-align: center;

                select {
                    width: 190px;
                }
                label {
                    color: #999;
                    padding: 4px 20px;
                    background: #f5f5f5;
                    border: 1px solid #dadada;
                }
            }
            .border-style {
                border: 1px solid #e6e6e6;
            }
            .ex-tips,
            .re-tips {
                text-align: left;
                padding-left: 10px;
                color: #666;
            }
            .problem-description {
                display: none;
            }

            .left-title {
                width: 160px;
                text-align: right;
                padding-right: 15px;
            }

            .red-icon {
                color: #f00;
            }

            textarea {
                width: 545px;
                height: 75px;
                max-width: 545px;
                max-height: 300px;
                padding: 5px;
                border: 1px solid #ccc;
            }

            .up-image-tips {
                width: 545px;
                background: #f5f5f5;
                border: 1px solid #ccc;
                margin-bottom: 15px;
                padding: 3px 5px;
            }

            .up-image-list li {
                float: left;
                width: 126px;
                height: 126px;
                border: 1px solid #ccc;
                padding: 2px;
                display: block;
                margin: 0 0 10px 10px;
                background: resolve('home/up-pic-back.png') no-repeat;
                position: relative;
            }

            .up-image-list li:first-child {
                margin-left: 0;
            }

            .up-image-list .btn-del {
                padding: 8px;
                background: resolve('home/del-icon.png') no-repeat;
                color: #468fa2;
                display: inline-block;
                position: absolute;
                right: -1px;
                z-index: 5;
                cursor: pointer;
            }

            .swfupload {
                background: #000;
            }

            .btn_upload_text {
                font-family: SimHei;
                font-size: 16px;
                font-weight: 700;
            }
        }
        .refund-detail {
            padding-top: 20px;
            text-align: center;

            p {
                margin-bottom: 25px;

                input[type="radio"] {
                    vertical-align: middle;
                    margin: 0 5px 0 40px;
                }
            }

            .refund-pay-info {
                p {
                    height: 23px;
                    line-height: 22px;
                    padding-top: 11px;
                    color: #666;
                    background: resolve('home/refund_tips.png') no-repeat;
                    display: none;
                }

                tr {
                    display: none;
                }

                .type-yoho-tips {
                    width: 515px;
                    margin-left: 160px;
                }

                .type-bank-tips {
                    width: 290px;
                    margin-left: 260px;
                    background-position: 0 -35px;
                }

                .type-alipay-tips {
                    width: 290px;
                    margin-left: 260px;
                    background-position: 0 -70px;
                }
            }
            .refund-pay-table {
                width: 100%;
                margin-bottom: 25px;

                td {
                    padding: 5px 0 5px 5px;
                }
                tr td:first-child {
                    width: 310px;
                    text-align: right;
                }
            }
        }
        .exchange-detail {
            padding: 30px;

            dt {
                font-weight: bold;
                font-size: 14px;
                color: #333;
                margin: 10px 0;
            }
            dd {
                padding: 10px 5px;

                input[type="radio"] {
                    margin-left: 50px;
                    margin-top: 0;
                    vertical-align: middle;
                }
                input[type="radio"]:first-child {
                    margin-left: 0;
                }
            }
            dd > label {
                line-height: 20px;
                width: 100px;
                float: left;
                display: block;

                span {
                    color: #f00;
                }
            }
        }

        .submit-box {
            text-align: center;
            margin-bottom: 30px;

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

            .wait-gif {
                width: 138px;
                height: 34px;
                line-height: 34px;
                font-size: 14px;
                color: #8c8686;
                background: resolve('home/return-waiting.png') no-repeat center top;
                vertical-align: top;
                display: none;

                span {
                    display: inline-block;
                    width: 32px;
                    text-align: left;
                    padding-left: 4px;
                }
            }
        }

        .applying {
            .save-btn {
                display: none;
            }

            .wait-gif {
                display: inline-block;
            }
        }
    }
}