Authored by htoooth

fix

@@ -202,7 +202,7 @@ @@ -202,7 +202,7 @@
202 202
203 <action-bar wx:elif="{{queueStatus === 2}}"> 203 <action-bar wx:elif="{{queueStatus === 2}}">
204 <view class="bottom1-action"> 204 <view class="bottom1-action">
205 - <view class="as-bottom ok" bindtap="goQueueList">参加排队</view> 205 + <view class="as-bottom ok" bindtap="goQueueList">参加排队赢取限购码</view>
206 <view class="help" bindtap="goHelp">?</view> 206 <view class="help" bindtap="goHelp">?</view>
207 </view> 207 </view>
208 </action-bar> 208 </action-bar>
@@ -103,12 +103,12 @@ @@ -103,12 +103,12 @@
103 103
104 .bottom1-action .help { 104 .bottom1-action .help {
105 position: absolute; 105 position: absolute;
106 - height: 36rpx;  
107 - width: 36rpx;  
108 - line-height: 36rpx;  
109 - border-radius: 18rpx; 106 + height: 50rpx;
  107 + width: 50rpx;
  108 + line-height: 50rpx;
  109 + border-radius: 25rpx;
110 color: #fff; 110 color: #fff;
111 - font-size: 28rpx; 111 + font-size: 40rpx;
112 background-color: #d0021b; 112 background-color: #d0021b;
113 right: 30rpx; 113 right: 30rpx;
114 top:50%; 114 top:50%;