This commit is contained in:
魏啾
2024-07-16 16:35:37 +08:00
parent 46e91a1e89
commit a011e72584
2 changed files with 4 additions and 13 deletions

View File

@@ -181,7 +181,7 @@
.contentboxitemright {
width: 50%;
padding: 0 60rpx 0 34rpx;
padding:0 34rpx;
.contentboxitemright_item:nth-child(2) {
margin-top: 30rpx;
@@ -194,6 +194,7 @@
}
.contentboxitemright_itembox {
width: 170rpx;
text:nth-child(1) {
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;

View File

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