_order-detail.css 5.51 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;
    }
    .range{
    	background-image: resolve("me/rang.png");
    	background-size: cover;
    	width: 640px;
    	height: 20px;
    	background-color: #FFFFFF;
    }
    .beside-icon {
        margin-left: 60px;
    }

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

        span {
            float: right;
        }
    }

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

    .rest {
        display: none;
        position: relative;
        width: 100%;
        text-align: right;
        color: #f00;
        font-size: 24px;
        .iconAddress {
            position: static;
            font-size: 24px;
        }
    }

    .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: 28px;
    }
    .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;
            }
        }
    }

    .dollar{
        background: #ffffff;
        padding: 0.5rem 0.75rem;
        height:1.5rem;
        line-height:1.5rem;
        font-size:0.7rem ;
        .bg-dollar{
            display: inline-block;
            width: 0.6rem;
            height: 0.6rem;
            background: url('/me/yoho-coin/dollar.png') center center;
            background-size: 100% 100%;
            vertical-align: middle;
        }
        
    }
    
    .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;
        font-size: 24px;
    }

    .count-down {
        list-style: none;
        padding: 0;
        display: inline-block;
        text-align: right;
        font-size: 24px;
        color:#b0b0b0;
        float:left;
        margin-left: 30px;
        margin-top: 20px;

        .count-down-icon {
            margin-top: -8px;
            font-size: 30px;
        }

        &.hide {
            display: none;
        }

        li {
            display: inline-block;
        }

        li span {
            font-size: 24px;
            line-height: 24px;
        }

    }



    .reason-mask {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 1;
        visibility: hidden;

        .reason-box {
            border-bottom: solid 1px #CCCCCC;
            font: inherit;
            vertical-align: baseline;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -270px;
            margin-top: -290px;
            width: 540px;
            height:580px;
            color: #444;
            background: #fff;
            border-radius: 10px;
            padding-bottom: 20px;

            .box-head {
                height: 60px;
                line-height: 60px;
                text-align: right;
                font-size: 36px;
                background: rgb(240, 240, 240);
                padding-right: 30px;
            }

            .box-main {
                background: #FFFFFF;
                padding: 20px;
                height:480px;

                .active-mask {
                    position: absolute;
                    top: 50%;
                    margin-top: -44px;
                    height: 88px;
                    z-index: 8;
                    width: 500px;
                    background: rgba(255, 255, 255, 0.1);
                    border-bottom: 1px solid rgb(223,224,224);
                    border-top: 1px solid rgb(223,224,224);
                }
            }

            li {
                text-align: center;
                background: #FFF;
                color: rgba(0, 0, 0, .5);
                font-size: 38px;
            }

            .swiper-slide-active {
                padding-top: 0;
                font-style: normal;
                font-size: 38px;
                color: rgb(0,0,0);
                line-height: 78px;
            }


        }
    }
}