diff --git a/packages/shop/groupPurchaseDetail/index.css b/packages/shop/groupPurchaseDetail/index.css
index a4a4dc43..cb633889 100644
--- a/packages/shop/groupPurchaseDetail/index.css
+++ b/packages/shop/groupPurchaseDetail/index.css
@@ -512,6 +512,19 @@ image {
margin-top: 26rpx;
}
+.car_right2 {
+ width: 470rpx;
+ height: 70rpx;
+ background: #ffb1a5;
+ border-radius: 100rpx 100rpx 100rpx 100rpx;
+ font-size: 36rpx;
+ color: #FFFFFF;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin-top: 26rpx;
+}
+
.cars {
display: flex;
flex-direction: column;
diff --git a/packages/shop/groupPurchaseDetail/index.vue b/packages/shop/groupPurchaseDetail/index.vue
index c5e76162..1fe6fa80 100644
--- a/packages/shop/groupPurchaseDetail/index.vue
+++ b/packages/shop/groupPurchaseDetail/index.vue
@@ -123,7 +123,7 @@
商品详情
- 商品编号
+ 货号
{{ currentGG.goods_no }}
@@ -173,7 +173,7 @@
-
+
已售罄
diff --git a/packages/shop/shopCar/index.css b/packages/shop/shopCar/index.css
index d40c9638..952bf76c 100644
--- a/packages/shop/shopCar/index.css
+++ b/packages/shop/shopCar/index.css
@@ -1,3 +1,8 @@
+.main {
+ height: 77vh;
+ overflow-y: auto;
+}
+
.searchBox {
display: flex;
align-items: center;
@@ -24,8 +29,8 @@
}
.isDay {
- position: absolute;
-
+ position: absolute;
+
}
.tag {
@@ -39,13 +44,13 @@
.tag-img {
position: absolute;
/* top: 1; */
- bottom: 1;
+ bottom: 1;
left: 10;
z-index: 1;
}
.is_day {
- margin-left: 20rpx;
+ margin-left: 20rpx;
}
.empty {
@@ -76,13 +81,13 @@
justify-content: flex-end;
}
-.goodsItem_supplier{
+.goodsItem_supplier {
display: flex;
align-items: center;
margin: 20rpx;
}
-.goodsItem_tit{
+.goodsItem_tit {
font-size: 35rpx;
font-weight: bold;
}
diff --git a/packages/shop/shopCar/index.vue b/packages/shop/shopCar/index.vue
index 1f896320..451dab42 100644
--- a/packages/shop/shopCar/index.vue
+++ b/packages/shop/shopCar/index.vue
@@ -161,11 +161,6 @@
-
-
-
-
-