_exchange.css 2.73 KB
.exchange-detail-page {
    position: relative;

    .apply-container {
        h2 {
            font-size: 16px;
            margin-bottom: 15px;
        }
    }

    .return-prompt {
        font-size: 14px;
        width: 70px;
        height: 25px;
        border: 1px solid #eee;
        line-height: 25px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
    }

    .table {
        width: 100%;
        margin-bottom: 20px;
        color: #616161;

        .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: 496px;
                text-align: left;
            }

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

    .table-body {
        display: table;
        font-size: 14px;
    }

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

    .special-border {
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
    }

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

    .goods-container {
        width: 516px;
        display: table-cell;
        box-sizing: border-box;

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

    .special-border {
        border-right: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
    }

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

        span {
            font-size: 12px;
        }
    }

    .with-bottom-space {
        margin-bottom: 8px;
    }

    .with-space {
        display: inline-block;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .bold {
        color: #222;
        font-weight: bold;
    }

    .special-column {
        display: none;
    }

    .sub-column {
        display: none;
    }

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

}