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.2.0^2
hurui
5 years ago
parent
eb131ce285
commit
3393c1a84c
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/couponorder/detail/index.wxml
+3
-1
pages/couponorder/detail/index.wxss
+ 1
- 1
pages/couponorder/detail/index.wxml
View File
@@ -1,6 +1,6 @@
<navbar home back text="使用优惠券"></navbar>
<view class='box' style="padding-top:{{navigationBarHeight}};margin-top:40rpx;">
<view class="container page">
<view class="container page"
wx:if="{{data.merchantVoList}}"
>
<view class="coupon_detail clearfix">
<view class="fl wmfl">
<image src="{{data.coverImg}}" mode='aspectFill' />
+ 3
- 1
pages/couponorder/detail/index.wxss
View File
@@ -13,7 +13,9 @@ page {
background: linear-gradient(180deg,rgba(253,131,45,1) 0%,rgba(254,74,22,1) 100%);
height: auto !important;
}
.zhuangtai{
margin-bottom: 20rpx;
}
.panel, .zhuangtai image {
position: relative;
width: 600rpx;
Write
Preview
Loading…
Cancel
Save