_returns.css 4.65 KB
.returns-wrap {
    font-size: 14px;

    .third-title {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 20px;
    }

    .special-reason {
        padding-top: 20px;
        display: none;

        .left-title {
            width: 150px;
            padding-left: 54px;

            .red {
                color: #d93549;
                margin-right: 3px;
            }
        }

        .right-content {
            width: 570px;
        }

        .mark-text {
            width: 570px;
            height: 120px;
            resize: none;
            border-color: #eee;
        }

        .img-wrap,
        .img-upload {
            width: 60px;
            height: 60px;
            border: 1px dashed #eee;
            float: left;
            margin-right: 10px;
        }

        .img-upload {
            line-height: 60px;
            text-align: center;
            color: #dfdfdf;
            cursor: pointer;

            .iconfont {
                font-size: 34px;
            }
        }

        .img-wrap {
            position: relative;
        }

        .img-wrap:hover .img-opt {
            display: block;
        }

        .img-opt {
            width: 100%;
            height: 20px;
            line-height: 20px;
            background: #555;
            font-size: 12px;
            color: #fff;
            opacity: 0.7;
            position: absolute;
            text-align: center;
            display: none;

            > * {
                display: inline-block;
                cursor: pointer;
            }
        }
    }

    .opt-btn {
        padding-top: 40px;
        line-height: 40px;
        text-align: right;

        .blue {
            margin-right: 10px;
            font-size: 12px;
        }

        .btn {
            width: 130px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            display: inline-block;
        }
    }

    .refund-goods {
        margin-bottom: 40px;

        .goods-header {
            height: 40px;
            line-height: 40px;
            background-color: #f5f5f5;
            border: 1px solid #f1f1f1;

            > * {
                float: left;
                width: 172px;
                text-align: center;
            }

            .info {
                width: 410px;
                padding-left: 20px;
                text-align: left;
            }
        }

        .goods-item {
            padding: 30px 0;
            border: 1px solid #f1f1f1;
            border-top: 0;

            > * {
                width: 172px;
                height: 90px;
                line-height: 90px;
                float: left;
                text-align: center;
            }

            .check {
                width: 56px;
            }

            .checkbox {
                font-size: 18px;
                cursor: pointer;
            }

            .img {
                width: 98px;
            }

            .info {
                width: 254px;
                text-align: left;
                line-height: 1.5;
            }

            .num > * {
                height: 28px;
                line-height: 28px;
                border: 1px solid #eee;
                text-align: center;
            }

            .num > .iconfont {
                width: 20px;
                font-size: 12px;
                margin-top: -2px;
                display: inline-block;
                vertical-align: middle;
                cursor: pointer;
            }

            .num > input {
                width: 40px;
            }

            .special-reason {
                width: 100%;
                height: auto;
                line-height: 1.5;
                text-align: left;
            }
        }
    }

    .refund-type {
        padding-bottom: 15px;
        border-bottom: 1px solid #f1f1f1;

        .type-item {
            width: 118px;
            height: 38px;
            border: 1px solid #eee;
            display: inline-block;
            margin-right: 16px;
            cursor: pointer;

            &.cur {
                border-color: #000;
            }
        }

        .ali-item {
            background: resolve('me/alipay.png') no-repeat center center;
        }

        .union-item {
            background: resolve('me/unionpay.png') no-repeat center center;
        }

        > dl {
            margin-top: 10px;

            dd {
                padding: 5px 0;
            }

            select,
            input {
                height: 24px;
                border: 1px solid #eee;
                padding: 0 8px;
            }

            .bank {
                border-color: #1d1d1d;
            }
        }
    }
}