addOrder.css 3.48 KB
html{
    font-size: calc(100vw/7.5) ;
}
html,body{
    width: 100%;
    min-height: 100%;
}
*{
    margin: 0;
    padding: 0;
}
div{
    line-height: 1;
    box-sizing: border-box;
}

.pageDiv{
    width: 100%;
    min-height: calc(100vh);
    padding-top: .52rem;
    background: #F7F8FA;
    padding: .24rem;
    padding-bottom: 1.2rem;
    display: none;
}

.infoTop{
    background: #fff;
    border-radius: .08rem;
    background: #FFF;
    padding: .48rem .32rem;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}
.infoTop .status{
    color: #333;
    font-weight: bold;
    font-size: .4rem;
    margin-bottom: .32rem;
    line-height: .52rem;
}
.infoTop .detail .detli{
    display: flex;
    color: #333;
    font-size: .32rem;
    margin-bottom: .28rem;
}
.infoTop .detail .detli .detL{
    color: #666;
    margin-right: .4rem;
}

.orderList .orderli{
    margin-bottom: .2rem;
    border-radius: 4px;
    background: #FFF;
}
.orderList .orderli .ortil{
    color: #333;
    font-size: .34rem;
    font-weight: 500;
    padding: .32rem;
    width: 6.7rem;
}
.orderList .orderli .orcon{
    padding: 0 .16rem;
}
.orderList .orderli .orcon .orcli{
    display: flex;
    color: #333;
    padding: .32rem .16rem;
    font-size: .32rem;
    border-top: 1px solid #F6F6F6;
}
.orderList .orderli .orcon .orcli .ortype{
    color: #666;
    margin-right: .4rem;
    flex-shrink: 0;
    width: 1.28rem;
}
.orderList .orderli .orcon .orcli input{
    border: none;
    outline-style: none;
}
.orderList .orderli .orcon .orcli input::placeholder{
    color: #999;
    font-size: .32rem;
}
.orderList .orderli .orcon .orcli .chose{
    display: flex;
    color: #999;
    justify-content: space-between;
    flex-grow: 1;
    align-items: center;
}
.orderList .orderli .orcon .orcli .chose img{
    width: .32rem;
    height: .32rem;
}
.orderList .orderli .orcon .orcli .chose .black{
    color: #333;
}

.addDiv{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .08rem;
    border: 1px dashed #568FFE;
    background: #FFF;
    height: .88rem;
    color: #568FFE;
    font-size: .34rem;
    font-weight: 500;
}
.addDiv img{
    width: .32rem;
    height: .32rem;
    margin-right: .08rem;
}

.botButt{
    position: fixed;
    width: 7.02rem;
    height: .88rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: .08rem;
    background: #568FFE;
    font-weight: 500;
    font-size: .34rem;
    left: .24rem;
    z-index: 9;
    bottom: 0;
}



.outAlert{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.70);
    z-index: 99;
}
.outAlert .alertCon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: .2rem;
    width: 5.6rem;
}
.outAlert .alertCon .info{
    color: #333;
    font-size: .32rem;
    text-align: center;
    padding: .4rem;
    padding-top: .56rem;
    border-bottom: 1px solid #F6F6F6;
    line-height: 1.5;
}
.outAlert .alertCon .butt{
    display: flex;
    color: #999;
    font-size: .34rem;
}
.outAlert .alertCon .butt div{
    width: 50%;
    height: .98rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.outAlert .alertCon .butt .right{
    color: #568FFE;
    border-left: 1px solid #F6F6F6;
}

.pickAlert{
    display: flex;
    align-items: flex-end;
}
.pickAlert .van-picker{
    width: 100%;
}
.pickAlert .van-picker__title{
    line-height: 44px;
}