@@ -20,8 +20,7 @@ | |||||
<view class='kjText'> | <view class='kjText'> | ||||
<text class='title'>{{kData.title}}</text> | <text class='title'>{{kData.title}}</text> | ||||
<text class='price'>¥{{kData.priceStr}}</text> | <text class='price'>¥{{kData.priceStr}}</text> | ||||
<!-- <text class='sale'><text>¥</text>{{kData.salePriceStr}}</text> --> | |||||
<text class='sale'><text>¥</text>999999.585</text> | |||||
<text class='sale'><text>¥</text>{{kData.salePriceStr}}</text> | |||||
<view class=' btn btnk'>砍价</view> | <view class=' btn btnk'>砍价</view> | ||||
</view> | </view> | ||||
</view> | </view> | ||||
@@ -350,7 +350,7 @@ page { | |||||
.shopVoList{ | .shopVoList{ | ||||
padding-left: 0!important; | padding-left: 0!important; | ||||
display: inline-block!important; | display: inline-block!important; | ||||
width: 330rpx; | |||||
width: 345rpx; | |||||
white-space: nowrap; | white-space: nowrap; | ||||
text-overflow: ellipsis; | text-overflow: ellipsis; | ||||
overflow: hidden; | overflow: hidden; | ||||
@@ -3,8 +3,11 @@ | |||||
page{ | page{ | ||||
background:linear-gradient(180deg,#FD832D 0%,#FE4A16 100%); | background:linear-gradient(180deg,#FD832D 0%,#FE4A16 100%); | ||||
height: 100%; | |||||
overflow: hidden; | |||||
} | |||||
.codeBox{ | |||||
background:linear-gradient(180deg,#FD832D 0%,#FE4A16 100%); | |||||
height: 100%; | |||||
overflow: auto; | |||||
} | } | ||||
.none { | .none { | ||||
font-size: 24rpx; | font-size: 24rpx; | ||||
@@ -29,7 +29,7 @@ | |||||
<view class='price'> | <view class='price'> | ||||
<view class='price01'> | <view class='price01'> | ||||
<text class='price-unit'>¥</text> | <text class='price-unit'>¥</text> | ||||
<text class='price-numHr'>{{item.salePriceStr}}232323232</text> | |||||
<text class='price-numHr'>{{item.salePriceStr}}</text> | |||||
<text class='price02'>¥{{item.priceStr}}</text> | <text class='price02'>¥{{item.priceStr}}</text> | ||||
</view> | </view> | ||||
<view class='right-button'>去拼团</view> | <view class='right-button'>去拼团</view> | ||||
@@ -61,7 +61,7 @@ | |||||
<view class='price'> | <view class='price'> | ||||
<view class='price01'> | <view class='price01'> | ||||
<view class='price-text'style="display: inline;font-size: 24rpx;">拼团价¥</view> | <view class='price-text'style="display: inline;font-size: 24rpx;">拼团价¥</view> | ||||
<view class='price-num'>{{item.salePrice/100}}2222222222</view> | |||||
<view class='price-num'>{{item.salePrice/100}}</view> | |||||
<!-- <view class='price-unit'>元</view> --> | <!-- <view class='price-unit'>元</view> --> | ||||
</view> | </view> | ||||
</view> | </view> | ||||
@@ -171,18 +171,15 @@ image{ | |||||
white-space: nowrap; | white-space: nowrap; | ||||
text-overflow: ellipsis; | text-overflow: ellipsis; | ||||
} | } | ||||
.content .price02{ | |||||
.spell-centerH .price02{ | |||||
display: inline-block; | display: inline-block; | ||||
font-size: 24rpx; | font-size: 24rpx; | ||||
font-family:PingFang-SC-Medium; | font-family:PingFang-SC-Medium; | ||||
font-weight:500; | font-weight:500; | ||||
text-decoration:line-through; | text-decoration:line-through; | ||||
color:rgba(140,140,140,1); | color:rgba(140,140,140,1); | ||||
width: 95rpx; | |||||
overflow:hidden; | |||||
text-overflow:ellipsis; | |||||
white-space:nowrap; | |||||
line-height: 30rpx; | line-height: 30rpx; | ||||
margin-top: 15rpx; | |||||
} | } | ||||
.spell-centerH .price-num{ | .spell-centerH .price-num{ | ||||
display: inline-block; | display: inline-block; | ||||
@@ -7,7 +7,7 @@ | |||||
.tabs { | .tabs { | ||||
position: fixed; | position: fixed; | ||||
width: 100% !important; | width: 100% !important; | ||||
height: 88rpx; | |||||
height: 96rpx; | |||||
left: 0; | left: 0; | ||||
right: 0; | right: 0; | ||||
text-align: center; | text-align: center; | ||||