2024.7.16

This commit is contained in:
魏啾
2024-07-16 15:37:13 +08:00
parent 07c7562628
commit 46e91a1e89
19 changed files with 2397 additions and 387 deletions

View File

@@ -75,6 +75,9 @@
<view class="name">
{{ item1.name }}
</view>
<view class="namess">
{{ item1.suit }}起售
</view>
<view class="price-wrap">
<view class="price">
<text class="i"></text>
@@ -104,7 +107,7 @@
</view>
</view>
</view>
<view class="cart-wrap">
<view class="cart-wrap" v-if="cartLists.data.length != 0">
<view class="cart-content">
<view class="left">
<image class="icon" src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/drder/icon_cart.png"
@@ -885,6 +888,13 @@
font-weight: bold;
}
.namess {
margin-top: 16rpx;
color: #6b6b6b;
font-size: 24rpx;
font-weight: 300;
}
.select-sku-wrap {
.t {
color: #999;
@@ -893,7 +903,7 @@
}
.price-wrap {
padding-top: $paddingSize;
margin-top: 16rpx;
display: flex;
align-items: center;
justify-content: space-between;