personalCenter.css 1.9 KB
.content_box{
    background: #fff;
    margin-bottom: 0.16rem;
}
.banner_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0.4rem;
}
.banner_info_box{
    display: flex;
    align-items: center;
    padding: 0.3rem 0.4rem;
}
.banner_item{
    width: 30%;
    text-align: center;
    font-size: 0.3rem;
    color: #252729;
}
.banner_info{
    font-size: 0.26rem;
    color: #97A0A8;
}
.banner_line{
    width:0.02rem;
    height:0.36rem;
    background:#EBEBEB;
}
.head_box{
    display: flex;
    align-items: center;
}
.head_box img{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: 1px solid #EBEBEB;
    margin-right: 0.3rem;
}
.user_name{
    font-size: 0.3rem;
    font-weight: bold;
    color: #252729;
}
.input_box{
    padding:0 0.3rem;
}
.list_input{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
    padding: 0.25rem 0;
}
.list_input:last-child{
    border-bottom: 0;
}
.list_img_box{
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    color: #53575C;
}
.list_img {
    width:  0.48rem;
    height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.1rem;
}
.list_img img{
    width: 100%;
    height: 100%;
}
.type_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.15rem 0;
}
.type_item{
    width: 30%;
   text-align: center;
    margin: 0.15rem 0;
    font-size: 0.28rem;
    color: #53575C;
}
.type_icon{
    font-size: 0.4rem;
    color: #1A9D89;
}
.icon_font{
    font-size: 0.30rem;
}
.icon-jiantou1{
    font-size: 0.3rem;
    color: #97A0A8;
}
.sign_in{
    display: flex;
    align-items: center;
    font-size: 0.3rem;
    color: #252729;
}
.icon-qiandao{
    font-size: 0.36rem;
    margin-right: 0.15rem;

}

.weui_tab_bd_item{
    display: none;

}