_exchange.css 7.18 KB
.exchange-detail-page {
    .state {
        font-size: 16px;
        color: #5cb0de;
        margin-top: 45px;
        display: block;
        height: 35px;
        line-height: 35px;
        margin-bottom: 10px;

        span {
            font-size: 20px;
            margin-right: 5px;
        }
    }

    .abolish {
        font-size: 16px;
        color: #5cb0de;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;

        span {
            font-size: 20px;
            margin-right: 5px;
        }
    }

    .way {
        font-size: 14px;
        border-bottom: 1px solid #eee;

        .way-title {
            margin-top: 10px;
            font-weight: bold;
            height: 40px;
            line-height: 35px;
        }

        p {
            line-height: 25px;
            display: block;
        }

        .cancel {
            display: block;
            width: 220px;
            height: 50px;
            line-height: 50px;
            font-size: 12px;
        }

        .cancel-btn {
            float: right;
            display: block;
            height: 25px;
            width: 70px;
            background: #1b1b1b;
            color: #fff;
            line-height: 25px;
            text-align: center;
            margin-top: 10px;
        }

        .contact {
            line-height: 50px;
            height: 50px;

            span {
                margin-left: 20px;
            }

            .iconfont {
                font-size: 12px;
                margin-right: 5px;
            }
        }
    }

    .order {
        margin-bottom: 10px;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
    }

    .check {
        display: block;
        height: 25px;
        width: 70px;
        background: #1b1b1b;
        color: #fff;
        line-height: 25px;
        text-align: center;
        margin-top: 10px;
        float: left;
        margin-right: 20px;
    }

    .address {
        overflow: hidden;
        margin: 30px 0 20px;
        font-size: 14px;
        border-bottom: 1px solid #eee;

        .address-title {
            display: block;
            font-size: 16px;
            width: 125px;
            height: 40px;
            line-height: 40px;
        }

        .modify-btn {
            font-size: 12px;
            float: right;
            display: block;
            height: 20px;
            width: 40px;
            line-height: 20px;
            text-align: center;
            margin-top: 10px;
            border: 1px solid #eee;
        }

        .address-detail {
            margin-bottom: 15px;

            p {
                display: block;
                height: 25px;
                line-height: 25px;
            }
        }
    }

    .exchange-goods {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        margin-top: 10px;
        display: block;
    }

    .table {
        width: 100%;

        .header {
            height: 40px;
            line-height: 40px;
            padding-left: 20px;
            font-size: 14px;
            background-color: #f5f5f5;
            border: 1px solid #f1f1f1;

            li {
                height: 100%;
                float: left;
                text-align: center;
            }

            .info {
                width: 507px;
                text-align: left;
            }

            .st,
            .op {
                width: 200px;
            }
        }
    }

    .table-body {
        display: table;
        font-size: 14px;
        border: 1px solid #f1f1f1;
    }

    .goods-info {
        width: 516px;
        display: inline-block;
        box-sizing: border-box;
        border-top: none;
        font-weight: normal;

        img {
            width: 70px;
            height: 90px;
            display: inline-block;
            box-sizing: border-box;
            margin: 30px 20px;
        }

        .info {
            width: 400px;
            padding: 30px 8px 0 0;
            float: right;
            box-sizing: border-box;
            line-height: 1.4;
            font-size: 14px;
            color: #616161;
        }

        .good-name {
            margin-bottom: 8px;
        }
    }

    .common-column {
        width: 208px;
        display: table-cell;
        text-align: center;
        vertical-align: top;
        padding-top: 30px;
        position: relative;
    }

    .subtext {
        display: inline-block;
        line-height: 30px;
    }

    .reason {
        display: inline-block;
        margin-top: 20px;
    }

    .reason-info {
        font-size: 14px;
        overflow: hidden;
        padding: 25px 0 30px 20px;
        width: 100%;
        border: 1px solid #eee;
        border-top: none;

        img {
            float: left;
            width: 70px;
            height: 90px;

        }

        span {
            line-height: 25px;
            height: 25px;
            display: block;
        }
    }

    .reason-img {
        margin-top: 5px;
    }

    .evidence {
        width: 825px;
        overflow: hidden;
        float: right;
    }

    .curier {
        margin-top: 20px;
        display: block;
        width: 100%;
        overflow: hidden;

        span {
            display: block;
            height: 20px;
            line-height: 20px;
        }

        b {
            margin-top: 5px;
            display: block;
            font-size: 12px;
            width: 40px;
            height: 25px;
            border: 1px solid #eee;
            float: left;
            line-height: 25px;
            text-align: center;
            margin-left: 10px;
        }

        input {
            margin-top: 9px;
            display: block;
            width: 150px;
            height: 25px;
            padding: 12px;
            resize: none;
            outline: none;
            font-size: 14px;
            line-height: 18px;
            color: #535353;
            border: 1px solid #e7e7e7;
            float: left;
        }
    }

    .edit-content {
        margin: 30px 0 10px;
        border-bottom: 1px solid #eee;

        p {
            height: 32px;
            line-height: 32px;
            display: block;
        }
    }

    .third-title {
        height: 35px;
        line-height: 35px;
        display: block;
    }

    .submit-express {
        margin-bottom: 10px;
    }

    .return-address {
        padding: 40px 0 20px;
        border-bottom: 1px solid #eee;

        > p {
            padding-top: 10px;
        }

        > p:first-child {
            padding-top: 0;
        }
    }

    .express-wrap {
        margin-bottom: 10px;

        dd {
            height: 35px;
        }

        .submit-express {
            margin-left: 70px;
        }
    }

    .show-content {
        margin-top: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;

        h4 {
            dislay: block;
            width: 160px;
            height: 30px;
            line-height: 30px;
        }

        p {
            display: block;
            height: 25px;
            line-height: 25px;
        }

        .reset-express {
            width: 40px;
            height: 20px;
            float: right;
            line-height: 20px;
            margin-top: 5px;
        }
    }

}