This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
布局调整
tags/河北版C.8.1.01
caserKing
5 years ago
parent
fa34f86887
commit
2229fc4847
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/cardorder/index/index.wxml
+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
90
rpx;'>
<view style='padding:120rpx 0
76
rpx;'>
<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;
Write
Preview
Loading…
Cancel
Save