Commit 2cc01e84 by 高淑倩

modify: person_num_style

parent ce5e5cce
......@@ -28,7 +28,7 @@
</view>
</view>
</view>
<view class='df tc' wx:if='{{_token}}'>
<view class='df tc person-num' wx:if='{{_token}}'>
<view class='df-1 point person-right' bindtap="toBonusDetails" wx:if="{{personCenter.bonus == 0}}">
<view class='point-number' style="color:{{personCenter.fontColor}};">{{integralNum}}</view>
<view class='point-desc' style="color:{{personCenter.fontColor}};">积分</view>
......
......@@ -14,8 +14,8 @@
border-radius: 7rpx;
box-shadow: 0 0 40rpx 1rpx #ccc;
}
.point{
padding: 0 0 25rpx 0;
.person-num {
margin-bottom: 20rpx;
}
.person-detail {
margin-top: 10rpx;
......@@ -82,8 +82,10 @@
}
.person-right {
border-right: 1px solid #c8c9c9;
padding: 0 0 5rpx 0;
box-sizing: border-box;
}
.point, .person-right{
padding:0 0 5rpx 0;
box-sizing:border-box;
}
.userinfo-nickname,.user-id {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment