@@ -30,7 +30,7 @@ | |||||
</view> | </view> | ||||
<view class='kjText'> | <view class='kjText'> | ||||
<text class='title'>疯狂补货中…</text> | <text class='title'>疯狂补货中…</text> | ||||
<text class='price'>敬请期待</text> | |||||
<text class='expect'>敬请期待</text> | |||||
<view class='btnk btnNone'>砍价</view> | <view class='btnk btnNone'>砍价</view> | ||||
</view> | </view> | ||||
</view> | </view> | ||||
@@ -15,7 +15,8 @@ | |||||
<view class="fl ri" hover-class="none" hover-stop-propagation="false"> | <view class="fl ri" hover-class="none" hover-stop-propagation="false"> | ||||
<text class="txt01">{{item.title}}</text> | <text class="txt01">{{item.title}}</text> | ||||
<!-- <text class="txt02">{{item.subTitle}}</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> | ||||
<view class="botton" wx:if="{{item.remainInventory != 0}}" hover-class="none" hover-stop-propagation="false">发起砍价</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> | <view class="botton botton02" wx:if="{{item.remainInventory == 0}}" hover-class="none" hover-stop-propagation="false">已售罄</view> | ||||
@@ -14,10 +14,11 @@ page{ | |||||
width: 142rpx; | width: 142rpx; | ||||
height: 142rpx!important; | height: 142rpx!important; | ||||
border-radius: 10rpx; | border-radius: 10rpx; | ||||
overflow: hidden; | |||||
/* overflow: hidden; */ | |||||
margin-top:10rpx; | margin-top:10rpx; | ||||
word-wrap: break-word; | |||||
word-break: break-all; | |||||
/* word-wrap: break-word; | |||||
word-break: break-all; */ | |||||
display: block; | |||||
} | } | ||||
.listitem .icon{ | .listitem .icon{ | ||||
width: 140rpx; | width: 140rpx; | ||||
@@ -66,8 +67,7 @@ page{ | |||||
font-size:26rpx; | font-size:26rpx; | ||||
color:rgba(253,131,45,1); | color:rgba(253,131,45,1); | ||||
line-height:44rpx; | line-height:44rpx; | ||||
height: 50rpx; | |||||
/* margin-top: 10rpx; */ | |||||
height: 48rpx; | |||||
} | } | ||||
.frImg{ | .frImg{ | ||||
height: 78rpx; | height: 78rpx; | ||||
@@ -94,6 +94,7 @@ page{ | |||||
font-weight:500; | font-weight:500; | ||||
color:rgba(253,131,45,1); | color:rgba(253,131,45,1); | ||||
width:150rpx; | width:150rpx; | ||||
margin-top: 10rpx; | |||||
overflow:hidden; | overflow:hidden; | ||||
white-space: nowrap; | white-space: nowrap; | ||||
text-overflow: ellipsis; | text-overflow: ellipsis; | ||||
@@ -221,9 +222,7 @@ progress{ | |||||
height: 40rpx; | height: 40rpx; | ||||
line-height: 40rpx; | line-height: 40rpx; | ||||
} | } | ||||
.txt004{ | |||||
margin-top: 10rpx; | |||||
} | |||||
.market { | .market { | ||||
width: 100%; | width: 100%; | ||||
height: 100%; | height: 100%; | ||||