Browse Source

布局调整

tags/河北版C.8.1.01
caserKing 5 years ago
parent
commit
2229fc4847
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      pages/cardorder/index/index.wxml
  2. +0
    -1
      pages/paySuccess/paySuccess.wxss

+ 1
- 1
pages/cardorder/index/index.wxml View File

@@ -5,7 +5,7 @@
<i-tabs style="top:{{navigationBarHeight}}" class='tabs' current="{{ current_scroll }}" scroll bindchange="handleChangeScroll">
<i-tab class='i-tab' wx:for="{{tabs}}" wx:key="unique" key="{{item.key}}" title="{{item.name}}"></i-tab>
</i-tabs>
<view style='padding:120rpx 0 90rpx;'>
<view style='padding:120rpx 0 76rpx;'>
<view class="nocoupon" wx:if="{{list.length==0}}">
<image src="{{noCoupon}}" mode="widthFix" />
<text class="txt001">请您敬请期待</text>


+ 0
- 1
pages/paySuccess/paySuccess.wxss View File

@@ -14,7 +14,6 @@ button::after{ border: none; }
background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
border-radius:48rpx!important;
margin-top: 169rpx;
border: 1px solid #02C0FF;
}
.payContent{
width: 657rpx;


Loading…
Cancel
Save