|
|
@ -27,7 +27,7 @@ |
|
|
|
<image class="product-star" src="https://wechat.hnthee.com/ceres-local-file/image/icon_star.png"></image> |
|
|
|
<label class="product-star-text">3.5</label> |
|
|
|
</div> |
|
|
|
<div class="product-sku-row"> |
|
|
|
<div class="product-sku-row" v-if="false"> |
|
|
|
<label class="product-sku-name">规格</label> |
|
|
|
</div> |
|
|
|
<div class="product-price-row"> |
|
|
@ -60,7 +60,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
<image class="product-add" src="https://wechat.hnthee.com/ceres-local-file/image/icon_add.png"></image> |
|
|
|
<image class="product-add" src="https://wechat.hnthee.com/ceres-local-file/image/icon_add.png"></image> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -196,6 +196,7 @@ export default { |
|
|
|
height: 100%; |
|
|
|
width: 100%; |
|
|
|
display: flex; |
|
|
|
overflow-x: auto; |
|
|
|
} |
|
|
|
&-warp{ |
|
|
|
height: 540upx; |
|
|
@ -312,24 +313,20 @@ export default { |
|
|
|
flex-direction: row; |
|
|
|
flex-wrap: nowrap; |
|
|
|
align-content: center; |
|
|
|
justify-content: flex-start; |
|
|
|
justify-content: space-between; |
|
|
|
align-items: center; |
|
|
|
margin-top: 20upx; |
|
|
|
|
|
|
|
.price-warp{ |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
line-height: 28upx; |
|
|
|
margin-left: 30upx; |
|
|
|
display: flex; |
|
|
|
justify-content: flex-start; |
|
|
|
align-items: center; |
|
|
|
line-height: 14px; |
|
|
|
margin-left: 15px; |
|
|
|
width: 100%; |
|
|
|
width: auto; |
|
|
|
flex-direction: row; |
|
|
|
flex-wrap: nowrap; |
|
|
|
width: 100%; |
|
|
|
|
|
|
|
.iconImg { |
|
|
|
width: 58rpx; |
|
|
@ -353,6 +350,7 @@ export default { |
|
|
|
.product-add{ |
|
|
|
width: 76upx; |
|
|
|
height: 76upx; |
|
|
|
margin-right: 30upx; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|