_returns-detail.css 2.18 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: 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;
            margin-bottom: 10px;
        }

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

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

            button {
                padding: 5px 15px;
            }
        }

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

            .express-edit-box {
                display: block;
            }
        }

        .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;
        }
    }
}