_returns-detail.css 7.35 KB
.detail-me-page {
    font-size: 12px;

    .returns-detail .title {
        background-image: resolve(home/returns.png);
    }

    .order-info {
        background: #efefef;
        padding: 10px;

        span {
            color: #468fa2;
            margin: 0 8px;
        }
    }

    .visual-return-state {
        margin: 40px auto;
        height: 40px;
        width: 560px;
        background: resolve(home/exchange-bg.png) no-repeat top center;

        li {
            width: 112px;
            padding: 20px 0 0;
            text-align: center;
            float: left;
        }

        .act {
            background: resolve(home/detail-act.png) no-repeat top center;
        }
    }

    .detail-container {
        padding: 10px;

        h2 {
            height: 21px;
            line-height: 22px;
            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;
            margin: 10px 0;
        }

        .red {
            color: #cd0c25;
        }

        .back-info {
            background-color: #f7f7f7;
            border: 1px solid #e0e0e0;
            padding: 13px 20px;
            box-sizing: border-box;
            position: relative;

            &:before {
                content: "";
                border-left: 1px solid #ebebeb;
                position: absolute;
                left: 50%;
                top: 28px;
                bottom: 28px;
            }

            .left-address {
                width: 50%;
                padding-left: 68px;
                padding-right: 20px;
                font-size: 13px;
                line-height: 1.7;
                color: #000;
                position: relative;
                box-sizing: border-box;

                .lt {
                    width: 54px;
                    text-align: justify;
                    text-align-last: justify;
                    position: absolute;
                    left: 0;
                }

                .lt:after {
                    content: ":";
                    position: absolute;
                    margin-right: -4px;
                }
            }

            .right-mind {
                width: 49%;
                padding-left: 20px;
                box-sizing: border-box;

                .mind-title {
                    font-size: 13px;
                    line-height: 1.7;
                    color: #999;
                }

                ul {
                    color: #666;
                    line-height: 1.5;
                    padding-left: 16px;
                    position: relative;
                }

                li {
                    margin-top: 4px;
                }

                li:before {
                    content: "●";
                    color: #b0b0b0;
                    position: absolute;
                    left: 0;
                }

                .red:before {
                    color: #cd0c25;
                }
            }
        }

        .courier-code {
            margin: 30px auto;
            text-align: center;

            .express-edit-box {
                display: none;

                select {
                    height: 21px;
                }
            }

            button {
                padding: 5px 15px;
            }
        }

        .in-edit {
            .express-view-box {
                display: none;
            }

            .express-edit-box {
                display: block;

                select {
                    height: 21px;
                }
            }
        }

        .goods-bill {
            table {
                border-collapse: collapse;
                width: 100%;
            }

            thead {
                height: 25px;
                line-height: 25px;
                background: #000;
                padding: 2px 5px;
                color: #fff;
            }

            th,
            td {
                padding: 5px;
                text-align: center;
                border: 1px solid #e6e6e6;
            }

            th {
                border-color: #000;
            }

            .product-info {
                width: 314px;
            }

            .good-price,
            .num,
            .sum {
                width: 91px;
            }

            .yoho-coin {
                width: 100px;

                a {
                    display: inline-block;
                    width: 12px;
                    height: 12px;
                    background: resolve(home/coin-help.png);
                    vertical-align: text-top;
                }
            }

            .thumb-link {
                float: left;
                position: relative;
                margin-left: 5px;
                margin-right: 10px;
            }

            .thumb {
                display: block;
                width: 60px;
                height: 60px;
            }

            .name-color-size {
                float: left;
                color: #999;
                padding-top: 12px;
                text-align: left;

                b {
                    display: inline-block;
                    vertical-align: bottom;
                    max-width: 130px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    font-style: normal;
                    font-weight: 400;
                }
            }

            .name {
                display: block;
                color: #468fa2;
                line-height: 18px;
                text-align: left;
                max-width: 230px;

                @mixin ellipsis;
            }

            .re-tips {
                text-align: left;
                padding-left: 10px;
                color: #444;
                min-height: 15px;
                font-size: 13px;

                .icon-tip-help {
                    font-size: 15px;
                    color: #d1071f;
                    vertical-align: top;
                    margin: 0 5px;
                    cursor: pointer;
                }

                .gray {
                    color: #999;
                    font-size: 12px;
                }
            }

            p.line-through {
                font-weight: normal;
                text-decoration: line-through;
                color: #9a9a9a;
            }
        }

        .main-detail table {
            width: 100%;

            tr {
                border: 1px solid #e6e6e6;
            }

            td {
                text-align: left;
                padding: 8px 10px;
                border: none;
                color: #333;
            }
        }

        .word-h {
            display: none;
        }

        .refund-tips {
            color: #999;
            margin-top: 10px;
            margin-bottom: 40px;
        }
    }

    .exchange-detail {
        .word-t {
            display: none;
        }

        .word-h {
            display: inline-block;
        }

        .refund-tips span {
            display: none;
        }
    }

    .cancel-return {
        padding-left: 12px;

        a {
            color: #fff;
            border-radius: 4px;
            padding: 4px 8px;
            background: #000;
            display: inline-block;
        }
    }
}