@@ -2,7 +2,7 @@ | |||||
<text>当前</text> | <text>当前</text> | ||||
<text>{{score}}</text> | <text>{{score}}</text> | ||||
<view class='rule' bindtap='gotorule'>规则</view> | <view class='rule' bindtap='gotorule'>规则</view> | ||||
<image class='bg' src='./../../../assets/images/bgg.png' mode='widthFix'></image> | |||||
<image class='bg' src='./../../assets/images/bgg.png' mode='widthFix'></image> | |||||
</view> | </view> | ||||
<view class=''> | <view class=''> | ||||
<text class='title'>成长值明细</text> | <text class='title'>成长值明细</text> | ||||
@@ -51,6 +51,7 @@ | |||||
right: 0; | right: 0; | ||||
width: 100%; | width: 100%; | ||||
height: 55rpx; | height: 55rpx; | ||||
z-index: 100; | |||||
} | } | ||||
.content { | .content { | ||||
@@ -36,6 +36,7 @@ page { | |||||
} | } | ||||
.section { | .section { | ||||
padding: 0 20rpx; | |||||
display: flex; | display: flex; | ||||
justify-content: space-around; | justify-content: space-around; | ||||
text-align: center; | text-align: center; | ||||
@@ -50,8 +51,6 @@ page { | |||||
.section text { | .section text { | ||||
height: 23rpx; | height: 23rpx; | ||||
font-size: 24rpx; | font-size: 24rpx; | ||||
font-family: PingFang-SC-Medium; | |||||
font-weight: 500; | |||||
color: rgba(51, 51, 51, 1); | color: rgba(51, 51, 51, 1); | ||||
display: block; | display: block; | ||||
margin-top: 0rpx; | margin-top: 0rpx; | ||||