|
|
@@ -58,7 +58,7 @@
|
|
|
@goToSpecialVariety="goToSpecialVariety"
|
|
|
></Commondity>
|
|
|
<view v-if="productItem.variety && productItem.variety == 1" class="has-color" @click="goToSpecialVariety(productItem)">
|
|
|
- <view class="has-color-button">点我选颜色</view>
|
|
|
+ <view class="has-color-button">点击选颜色</view>
|
|
|
</view>
|
|
|
<view v-if="productItem.presell && productItem.presell == 1" style="position:absolute;top:150upx;font-size:26upx;color:#3385ff;white-space: nowrap;text-overflow: hidden;">
|
|
|
到货日期:
|
|
|
@@ -863,9 +863,10 @@ export default {
|
|
|
height: calc(100vh - 140upx);
|
|
|
flex: 1;
|
|
|
box-sizing: border-box;
|
|
|
+ padding-bottom:90upx;
|
|
|
}
|
|
|
.item_list_bx {
|
|
|
- padding: 20upx 16upx 80upx 16upx;
|
|
|
+ padding: 20upx 16upx 20upx 16upx;
|
|
|
.box{
|
|
|
height: 185upx
|
|
|
}
|
|
|
@@ -890,7 +891,7 @@ export default {
|
|
|
font-size:30upx;
|
|
|
color:#3385ff;
|
|
|
position:absolute;
|
|
|
- top:-20upx;
|
|
|
+ top:0upx;
|
|
|
}
|
|
|
}
|
|
|
}
|