Commit 8deb23429af05c5e84ce055966f28b81b1c1b70c

Authored by yvan.ni
1 parent bf5667c3

1.购物车的样式,结算栏的样式调整

pages/cart/cart/cart.wxml
... ... @@ -107,7 +107,7 @@
107 107 </view>
108 108 </block>
109 109 </view>
110   - <view class="pay-for flex-vertical-between" style="bottom:{{tabBar.isIpx ? '172rpx' : '100rpx'}}">
  110 + <view class="pay-for flex-vertical-between">
111 111 <view class="allradio flex-vertical-between">
112 112 <view class="flex-vertical mlr" bindtap="checkAll">
113 113 <!--<radio class="order-raido" color="red" checked="{{checkAllToggle}}"></radio>-->
... ...
pages/cart/cart/cart.wxss
... ... @@ -143,7 +143,7 @@ radio {
143 143 height: 100rpx;
144 144 position: fixed;
145 145 left: 0;
146   - bottom: 90rpx;
  146 + bottom: 130rpx;
147 147 font-size: 28rpx;
148 148 color: #666;
149 149 background-color: rgb(255, 255, 255);
... ...