Преглед изворни кода

[门店详情][修改][电话]

[消费卡][修改][无卡时展示图]
tags/河北版C.8.1.01
hurui пре 5 година
родитељ
комит
f2b48e628e
4 измењених фајлова са 12 додато и 4 уклоњено
  1. +9
    -2
      components/hot/index.wxss
  2. +1
    -0
      pages/discountCardList/discountCardList.js
  3. +1
    -1
      pages/discountCardList/discountCardList.wxml
  4. +1
    -1
      pages/index/searchbar/detail/index.wxss

+ 9
- 2
components/hot/index.wxss Прегледај датотеку

@@ -106,7 +106,10 @@
float: left;
}
.price{
width: 210rpx;
width: 128rpx;
overflow: hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size: 22rpx;
text-decoration:line-through;
float: left;
@@ -117,10 +120,14 @@
float: left;
}
.sale{
width: 210rpx;
font-size: 32rpx;
float: left;
margin-top: -8rpx;
width: 128rpx;
overflow: hidden;
text-overflow:ellipsis;
white-space:nowrap;

}
.sale text{
font-size: 20rpx!important;


+ 1
- 0
pages/discountCardList/discountCardList.js Прегледај датотеку

@@ -21,6 +21,7 @@ Page({
id: 0
}
],
noCoupon: imgurl.noCoupon.url,
couponUrl: imgurl.coupon.url,
loadingUrl: imgurl.loading.url,
wmhome: imgurl.wmhome.url,


+ 1
- 1
pages/discountCardList/discountCardList.wxml Прегледај датотеку

@@ -10,7 +10,7 @@
</view>
<view class='cards clearfix'>
<view class="nocoupon" wx:if="{{list.length==0}}">
<image src="{{couponUrl}}" mode="aspectFill" lazy-load="true" />
<image src="{{noCoupon}}" mode="aspectFill" lazy-load="true" />
<text class="txt001">请您敬请期待</text>
<text class='txt002'>我们正在筹备一大波优惠活动</text>
<navigator class='nav' url="/pages/main/index" open-type="switchTab" hover-class="other-navigator-hover">


+ 1
- 1
pages/index/searchbar/detail/index.wxss Прегледај датотеку

@@ -454,5 +454,5 @@ button::after{ border: none; }
.frHr{
float: left;
margin-left: 12rpx;
margin-top: 22rpx;
margin-top:18rpx;
}

Loading…
Откажи
Сачувај