diff --git a/pages/mine/mine.wxss b/pages/mine/mine.wxss index 703d868..8e04473 100644 --- a/pages/mine/mine.wxss +++ b/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; }