myorder.css 3.8 KB
html,body{
    width:100%;
    height:100%;
    background: #F5F6FA;
}
.order_list{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:7.5rem;
    height:1rem;
    line-height: 1rem;
    padding: 0 0.41rem;
    background: #fff;
}
.order_list li{
    width:1.5rem;
    height:1rem;
    position:relative;
    list-style: none;
    font-size: 0.28rem;
    color:#999999;
    text-align:center;
}
.active em{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    width:0.8rem;
    margin: 0 auto;
    height:0.06rem;
    background:#FE0A01;

    border-radius: 0.1rem;
}
li.active {
    color:#FE0A01;
    font-size: 0.36rem;
}
.item_order_list{

    background: #fff;
    padding: 0.32rem 0.5rem;
    padding-bottom: 0;
    margin-top: 0.16rem;

}
.order_head{
    display:flex;
    justify-content: space-between;
    align-items: center;

    height:0.88rem;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;

}
.order_num{
    display:flex;
}
.order_list_num,.item_num{
    font-size: 0.26rem;
    color:#1A1A1A;
    height:0.26rem;
    line-height: 0.26rem;
}
.order_content_item{
    display:flex;
    margin-top: 0.24rem;
    /*justify-content: space-between;*/
    /*align-items: center;*/
}
.order_content_item:first-child{
    margin-top:0;
}
.order_content{
    /*background:RGBA(250, 250, 250, 1) ;*/
    padding:0.18rem 0;
}
.content_text{
    margin-left: 0.3rem;

}
.content_item_img{
    width:1.32rem;
    height:1.32rem;
}
.content_item_img img{
    width:100%;
}
.order_type{
    font-size: 0.26rem;
    color:#FE0A01;
}
.good_name{
    width:4.9rem;

    color:#1A1A1A;
    font-size: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.good_test{
    width:4.5rem;
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top:0.1rem;
}
.item_tast,.tast_num{
    font-size: 0.26rem;
    color:#666666;
}
.item_tast{
   width:2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.item_price{
    color:RGBA(255, 0, 0, 1);
    font-size: 0.24rem;
    margin-top:0.06rem ;
}
.item_money{
    color:RGBA(255, 0, 0, 1);
    font-size: 0.38rem;
    font-weight: bold;
}
.unpay{
    overflow: hidden;
    height:1.07rem;
    border-top:1px solid#f5f5f5;
    margin-top: 0.24rem;
    padding-top: 0.23rem;
}
.cancelorder{
    float:right;
    width:1.8rem;
    height:0.6rem;
    text-align: center;
    line-height: 0.6rem;
    border-radius: 0.3rem;
    font-size: 0.24rem;
    color:RGBA(26, 26, 26, 1);
    border:1px solid rgba(204,204,204,1);
    margin-right: 0.2rem;
}
.pay {
    float: right;
    width: 1.8rem;
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    border-radius: 0.3rem;
    font-size: 0.24rem;
    color: #fff;
    background: RGBA(254, 10, 1, 1);

}
/*取消订单弹出层*/
.deletewrap{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index: 5;
}
.deletepop{
    width:5.2rem;
    height:3rem;
    background: #ffffff;
    border-radius: 0.1rem;
    position: absolute;
    z-index: 6;
    /*left:0.4rem;*/
    /*top: 3rem;*/
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding-top: 0.29rem;

}
.suredelete{
    color:#1A1A1A;
    font-size: 0.32rem;
}
.certainornot{
    font-size: 0.3rem;
    color:#666666;
    margin-top: 0.43rem;
}
.certain{
    display:flex;
    justify-content:space-between;
    align-items: center;
    border-top:1px solid #f5f5f5;
    margin-top: 0.4rem;

}
.cancel,.sure{
    width:2.6rem;
    height:0.88rem;
    line-height: 0.88rem;
    color:#666666;
    font-size: 0.3rem;
    text-align: center;
}
.sure{
    color:#FF0000;
}