Authored by htoooth

fix

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