头像调整,准备加勋章

wechat_user_type
Ge Hao 8 years ago
parent 2295d762cb
commit f4e9fda255
  1. 13
      pages/mine/mine.wxss

@ -2,23 +2,26 @@
display: flex;
flex-direction: row;
align-items: flex-start;
background: url(https://bayewechat.oss-cn-shanghai.aliyuncs.com/rassets/revision/icon-bg1-31089b3b52ad92a9bf410ade08221b538a7bfd69ef65303eca4d227731972a33.png) no-repeat;
padding: 12px 0 12px;
background-size: cover;
}
.userinfo-avatar {
width: 95rpx;
height: 95rpx;
width: 85rpx;
height: 85rpx;
margin: 20rpx;
border-radius: 50%;
}
.userinfo-nickname {
color: #444;
font-size: 30rpx;
color: #fff;
font-size: 28rpx;
margin-top: 30rpx;
}
.separate {
height: 10rpx;
height: 18rpx;
background-color: #f2f2f2;
}

Loading…
Cancel
Save