Procházet zdrojové kódy

[我的券包][修改][适用门店]

tags/河北版C.8.2.0^2
hurui před 5 roky
rodič
revize
3393c1a84c
2 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. +1
    -1
      pages/couponorder/detail/index.wxml
  2. +3
    -1
      pages/couponorder/detail/index.wxss

+ 1
- 1
pages/couponorder/detail/index.wxml Zobrazit soubor

@@ -1,6 +1,6 @@
<navbar home back text="使用优惠券"></navbar> <navbar home back text="使用优惠券"></navbar>
<view class='box' style="padding-top:{{navigationBarHeight}};margin-top:40rpx;"> <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="coupon_detail clearfix">
<view class="fl wmfl"> <view class="fl wmfl">
<image src="{{data.coverImg}}" mode='aspectFill' /> <image src="{{data.coverImg}}" mode='aspectFill' />


+ 3
- 1
pages/couponorder/detail/index.wxss Zobrazit soubor

@@ -13,7 +13,9 @@ page {
background: linear-gradient(180deg,rgba(253,131,45,1) 0%,rgba(254,74,22,1) 100%); background: linear-gradient(180deg,rgba(253,131,45,1) 0%,rgba(254,74,22,1) 100%);
height: auto !important; height: auto !important;
} }

.zhuangtai{
margin-bottom: 20rpx;
}
.panel, .zhuangtai image { .panel, .zhuangtai image {
position: relative; position: relative;
width: 600rpx; width: 600rpx;


Načítá se…
Zrušit
Uložit