application.css 2.4 KB
body,html{
    width:100%;
    height:100%;
    background: #fff;
}
.item_order_list{

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

}
.order_head{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.32rem 0.5rem;
    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;
}
.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{
    width:6.86rem;
    margin: 0 auto;
    background:RGBA(250, 250, 250, 1) ;
    padding: 0.18rem;
}
.content_text{
    width:5rem;
  padding-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.8rem;
    color:#1A1A1A;
    font-size: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.good_test{
    width:4.8rem;
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top:0.16rem;
}
.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;
}
.reason{
    width:6.86rem;
    margin: 0 auto;
    background: RGBA(247, 248, 250, 1);
    height:3.2rem;
    padding: 0.35rem 0.33rem;
    margin-top: 0.43rem;
    border-radius: 0.2rem;
}
.reason_title{
    color:RGBA(38, 54, 58, 1);
    font-size: 0.3rem;
    font-weight: bold;
}
.goodreason{
    font-size: 0.26rem;
    color:RGBA(26, 26, 26, 1);
    margin-top: 0.18rem;
    height:1.8rem;
    overflow: auto;
}
.phone{
    margin-left: 0.65rem;
    color:RGBA(37, 39, 41, 1);
    font-size: 0.26rem;
    margin-top: 0.36rem;
}
.express,.express_num{
   width:6.86rem;
    margin: 0 auto;
    height:1rem;
    background: RGBA(247, 248, 250, 1);
    border-radius: 0.2rem;
    font-size:0.3rem;
    color:RGBA(38, 54, 58, 1);
    padding: 0.36rem 0.35rem;
    margin-top: 0.35rem;

}