personcenter.css 3.3 KB
body,html{
    width:100%;
    height:100%;
    background:#F5F6FA ;
}
.header{
    display:flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0.5rem 0.51rem 0.5rem 0.32rem;
}
.person_info{
    display:flex;

}
.person_img{
    width:1.2rem;
    height:1.2rem;
}
.person_img img{
    width:100%;
}
.person_name{
    height:1.2rem;
    line-height: 1.2rem;
    font-size: 0.32rem;
    color:#19191A;
    font-weight: bold;
    margin-left: 0.32rem;
}
.change{
    font-size: 0;
    width:0.35rem;
    height:0.35rem;
}
.change img{
    width:100%;
}
.myorder{
    width:6.86rem;
    height:0.65rem;
    background:linear-gradient(90deg,rgba(191,149,113,1),rgba(210,175,139,1));
    border-radius: 0.1rem 0.1rem 0 0;
    margin: 0 auto;
}
.myorder{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:0.24rem 0.3rem ;
    margin-top: 0.16rem;
}
.my_order{
    display:flex;
    height:0.28rem;
    line-height: 0.28rem;

}
.allorder{
    display:flex;
    height:0.28rem;
    line-height: 0.28rem;

}
.iconmyorder{
    /*width:0.3rem;*/
    /*height:0.32rem;*/
    font-size: 0.45rem;
    color:#fff;
}
.iconallorder{
    /*width:0.14rem;*/
    /*height:0.24rem;*/
    font-size: 0.15rem;
    color:#fff;


}
.my_order_list{
  font-size: 0.3rem;
  color:#fff;
    margin-left: 0.1rem;
}
.my_all_order{
    font-size: 0.26rem;
    color:#fff;
    margin-right: 0.1rem;
}
.kind{
    width:7.5rem;
    display:flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding-top: 0.46rem;
    padding-bottom: 0.37rem;
}
.exchange,.alderydelivery,.delivery, .finish{
    width:0.68rem;
    height:0.66rem;
    text-align: center;
    color:#6BD586;
    font-size: 0;
    margin-left: 0.55rem;
}
.exchange img,.alderydelivery img,.delivery img,.finish img{
    width:100%;
}


.delivery_type{
    width:1.82rem;
    text-align: center;
    font-size: 0.28rem;
    color:#1A1A1A;
    margin-top: 0.15rem;

}
.accumulate{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:7.5rem;
    height:0.88rem;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    padding: 0.31rem 0.33rem;
}

.interg{
    margin-top: 0.16rem;
}
.accumulate_num{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.myaccumulate,.accumulate_fen{
    color:#1A1A1A;
    font-size: 0.28rem;
}
.accumulate_fen{
    margin-right: 0.2rem;
}
.row_enter{
    color:#CCCCCC;
    font-size: 0.2rem;
}
/*底部导航*/
.foot{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem 1rem;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:#fff;

}
.home_page{
    font-size: 0.24rem;
    color:#969799;
    width:0.6rem;
    text-align: center;
}
.shopcart{
    margin-left: 0.4rem;
}
.shop_cart{
    color:#969799;
    font-size: 0.24rem;
    width:0.8rem;
    text-align: center;
}
.member_center{
    color:#BA1B2B;
    font-size: 0.24rem;
    width:1rem;
    text-align: center;
}
.home_img,.shopcart_img,.member_img{
    width:0.6rem;
    height:0.66rem;
    font-size: 0;

}
.shopcart_img{
    margin-left: 0.05rem;
}
.member_img{
    margin-left: 0.2rem;
}
.home_img img,.shopcart_img img,.member_img img{
    width:100%;
}