Browse Source

[砍价专区][修改][无数据时的横线]

[砍价商品][修改][样式]
tags/河北版C.8.1.01
rui 5 years ago
parent
commit
422915e2b2
3 changed files with 10 additions and 10 deletions
  1. +1
    -1
      components/hot/index.wxml
  2. +2
    -1
      pages/bargain/bargain.wxml
  3. +7
    -8
      pages/bargain/bargain.wxss

+ 1
- 1
components/hot/index.wxml View File

@@ -30,7 +30,7 @@
</view>
<view class='kjText'>
<text class='title'>疯狂补货中…</text>
<text class='price'>敬请期待</text>
<text class='expect'>敬请期待</text>
<view class='btnk btnNone'>砍价</view>
</view>
</view>


+ 2
- 1
pages/bargain/bargain.wxml View File

@@ -15,7 +15,8 @@
<view class="fl ri" hover-class="none" hover-stop-propagation="false">
<text class="txt01">{{item.title}}</text>
<!-- <text class="txt02">{{item.subTitle}}</text> -->
<view class="txt04">可砍至¥<text class="money">{{item.salePriceStr}}</text><text class="txt03">原价{{item.priceStr}}</text></view>
<view class="txt04">可砍至¥<text class="money">{{item.salePriceStr}}</text></view>
<text class="txt03">原价{{item.priceStr}}</text>
</view>
<view class="botton" wx:if="{{item.remainInventory != 0}}" hover-class="none" hover-stop-propagation="false">发起砍价</view>
<view class="botton botton02" wx:if="{{item.remainInventory == 0}}" hover-class="none" hover-stop-propagation="false">已售罄</view>


+ 7
- 8
pages/bargain/bargain.wxss View File

@@ -14,10 +14,11 @@ page{
width: 142rpx;
height: 142rpx!important;
border-radius: 10rpx;
overflow: hidden;
/* overflow: hidden; */
margin-top:10rpx;
word-wrap: break-word;
word-break: break-all;
/* word-wrap: break-word;
word-break: break-all; */
display: block;
}
.listitem .icon{
width: 140rpx;
@@ -66,8 +67,7 @@ page{
font-size:26rpx;
color:rgba(253,131,45,1);
line-height:44rpx;
height: 50rpx;
/* margin-top: 10rpx; */
height: 48rpx;
}
.frImg{
height: 78rpx;
@@ -94,6 +94,7 @@ page{
font-weight:500;
color:rgba(253,131,45,1);
width:150rpx;
margin-top: 10rpx;
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
@@ -221,9 +222,7 @@ progress{
height: 40rpx;
line-height: 40rpx;
}
.txt004{
margin-top: 10rpx;
}

.market {
width: 100%;
height: 100%;


Loading…
Cancel
Save