Commit 051f672b40e3d83e195fdb8632dd155bd43cad57
1 parent
ed0632e5
style:修改昵称更新图标
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/userinfo/userinfo.wxml
@@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
14 | <view> | 14 | <view> |
15 | <view class="ellipsis-2 Nickname" style="font-size: 31rpx"> | 15 | <view class="ellipsis-2 Nickname" style="font-size: 31rpx"> |
16 | <view style="float:left;">{{user.nickname}}</view> | 16 | <view style="float:left;">{{user.nickname}}</view> |
17 | - <button bindtap="getUserProfile" style="margin-left:10rpx;float:left;width: 200rpx;height:50rpx;font-size:20rpx;" class="flex-center fs30 confirmtext"> 点击更新头像昵称 </button> | 17 | + <button bindtap="getUserProfile" style="margin-left:10rpx;float:left;width: 50rpx;height:50rpx;font-size:20rpx;background:rgba(217, 81, 99, 0.9);" class="flex-center fs30 confirmtext"><text class="iconfont icon-tongbu"></text></button> |
18 | </view> | 18 | </view> |
19 | </view> | 19 | </view> |
20 | 20 |