_order-detail.css 2.25 KB
.order-detail-page {
    background: #f0f0f0;

    .block {
        position: relative;
        background: #fff;
        padding: 20px 30px;

        .iconfont {
            position: absolute;
            left: 30px;
            top: 50%;
            font-size: 40px;
            margin-top: -30px;
        }
    }

    .sub {
        position: relative;

        .iconfont {
            left: 0;
        }
    }

    .logistics {
        display: block;

        .icon-right {
            right: 25px;
            left: auto;
            color: #b0b0b0;
        }

        .sub-content {
            border-top: 1px solid #e0e0e0;
            margin-top: 20px;
            padding-top: 20px;
        }
    }

    .owner-info {
        border-bottom: 1px solid #e0e0e0;
        line-height: 1.5;
    }

    .beside-icon {
        margin-left: 60px;
    }

    .name-phone {
        font-size: 30px;

        span {
            float: right;
        }
    }

    .address {
        font-size: 24px;
        margin-top: 10px;
    }

    .order-status {
        margin: 20px 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        padding-right: 0;
    }

    .sub-content span {
        display: block;
        color: #b0b0b0;
        font-size: 24px;
    }

    .sub-content .sub-title {
        display: block;
        color: #000;
        font-size: 26px;
    }

    .goods {
        padding: 0;
        margin-top: 20px;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    .cost {
        /*margin-bottom: 100px; 排除被固定底部遮挡的影响*/

        li {
            font-size: 28px;

            span {
                float: right;
            }

            &:last-child span {
                color: #f00;
            }
        }
    }

    .opt {
        text-align: right;
        border-top: 1px solid #e0e0e0;
    }

    .btn {
        display: inline-block;
        box-sizing: border-box;
        width: 140px;
        height: 60px;
        line-height: 60px;
        border-radius: 5PX;
        font-size: 26px;
        text-align: center;
        border: 1px solid #000;
    }

    .btn-pay {
        color: #fff;
        border: none;
        background: #d0021b;
        margin-left: 10px;
    }
}