_exchange.css 3.89 KB
.exchange-detail-page {
    .state {
        font-size: 16px;
        color: #5cb0de;

        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: 22px;
            height: 22px;
        }

        .cancel {
            display: block;
            margin-top: 18px;
            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;
        } 
    }

    .adress {
        overflow: hidden;
        margin-top: 30px;
        font-size: 14px;
        border-bottom: 1px solid #eee;

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

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

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

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

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

    .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 {
        overflow: hidden;
        padding: 25px 0 0 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;
    }

}