默认提交
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -79,11 +79,11 @@ $contentWidth: 690px; | ... | @@ -79,11 +79,11 @@ $contentWidth: 690px; |
79 | text-align: center; | 79 | text-align: center; |
80 | 80 | ||
81 | .t1 { | 81 | .t1 { |
82 | font-size: 36px; | 82 | font-size: 30px; |
83 | } | 83 | } |
84 | 84 | ||
85 | .t2 { | 85 | .t2 { |
86 | font-size: 24px; | 86 | font-size: 22px; |
87 | opacity: .7; | 87 | opacity: .7; |
88 | } | 88 | } |
89 | } | 89 | } | ... | ... |
... | @@ -27,7 +27,7 @@ | ... | @@ -27,7 +27,7 @@ |
27 | </view> | 27 | </view> |
28 | <view class="line"></view> | 28 | <view class="line"></view> |
29 | <view bindtap="onIntegralDetailHandler" class="wrap"> | 29 | <view bindtap="onIntegralDetailHandler" class="wrap"> |
30 | <view class="t1">{{userInfo.promotionNum}}</view> | 30 | <view class="t1">{{userInfo.promotionNum}}人</view> |
31 | <view class="t2">推广数据</view> | 31 | <view class="t2">推广数据</view> |
32 | </view> | 32 | </view> |
33 | </view> | 33 | </view> | ... | ... |
-
Please register or sign in to post a comment