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

View File

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