a49eae4f by simon

默认提交

1 parent 38453c3d
...@@ -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>
......