personcenter.wxss 1.5 KB
/* pages/personcenter/personcenter.wxss */
.cen_box{
  width: 686rpx;
  height: 317rpx;
  margin: 16rpx auto;
  padding-top: 62rpx;
  border-radius: 16rpx;
  box-sizing:border-box;  
  -moz-box-shadow:0px 2px 6px #FBF2E5; -webkit-box-shadow:0px 2px 8px #FBF2E5; box-shadow:0px 2px 8px #FBF2E5;
  background: -webkit-gradient(linear,0% 0%, 0% 100%, from(#F06E57), to(#EE765A), color-stop(0.6,#EE7957),color-stop(0.5,#F2735C));
}
.cen_img{
  width: 120rpx;
  height: 120rpx;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 0
}
.cen_img image{
  width: 100%;
  height: 100%;
  border-radius:50%;
}
.cen_name{
  padding-top: 32rpx;
  color: #fff;
  font-size: 30rpx;
  text-align: center;
  font-weight: bold;
}
.cen_list{
  padding: 0 32rpx;
}
.cen_border .cen_tab:last-child{
  border-bottom: none;
}
.cen_tab{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100rpx;
  border-bottom: solid 1rpx #EBEBEB;
}
.cen_title{
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 30rpx;
}
.cen_select{
  display: flex;
  align-items: center;
}
.cen_select text{
  padding-right: 16rpx;
  color: #666666;
  font-size: 26rpx;
}
.cen_arrow{
  width: 40rpx;
  height: 40rpx;
}
.cen_border{
  border-bottom: solid 16rpx #FCF8F7;
}
.cen_icon{
  width: 44rpx;
  height: 44rpx; 
}
.tab_wid{
  width: 600rpx;
  margin-left: 40rpx;
}
.cen_info{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.statu{
 color:#666666;
font-size:26rpx;

}