From 0d18532ca5e284d000d6f059ff4a39ded2d603dc Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Tue, 12 May 2026 15:03:17 +0800 Subject: [PATCH] 1 --- package1/group/groupBuyList.vue | 62 ++++++++++++++++++++++----------- 1 file changed, 41 insertions(+), 21 deletions(-) diff --git a/package1/group/groupBuyList.vue b/package1/group/groupBuyList.vue index 2736e47..0f0847f 100644 --- a/package1/group/groupBuyList.vue +++ b/package1/group/groupBuyList.vue @@ -121,8 +121,7 @@ ¥{{item1.attributeListPrice | sliceMsg}} - 拼团 ¥{{item1.productGroupBuyPrices | slicePrice}} + 拼团 ¥{{item1.productGroupBuyPrices | slicePrice}} @@ -705,55 +704,76 @@ display: flex; height: auto; overflow-y: hidden; - padding: 10rpx 0 20rpx; + padding: 18rpx 0 26rpx; } .menu-member { - width: 140rpx; + position: relative; + width: 150rpx; height: 100%; margin: 10rpx 0 0 20rpx; } .menu-img { - height: 140rpx; - width: 140rpx; - border-radius: 20rpx; + height: 142rpx; + width: 142rpx; + margin: 0 auto; + border-radius: 24rpx; + box-shadow: 0 10rpx 22rpx rgba(0, 0, 0, 0.12); + overflow: hidden; img { width: 100%; height: 100%; background-size: 100%; - border-radius: 20rpx; + border-radius: 24rpx; } } .menu-content { - font-size: 26rpx; + width: 150rpx; + margin-top: 12rpx; + padding: 0 4rpx; + box-sizing: border-box; + font-size: 24rpx; } .shop-menu-name { - margin-top: 10rpx; font-weight: 700; overflow: hidden; - height: 30rpx; + height: 32rpx; + line-height: 32rpx; + color: #222; + text-overflow: ellipsis; + white-space: nowrap; } .shop-menu-price { - margin-top: 6rpx; - font-weight: 700; + margin-top: 4rpx; + color: #a0a0a0; + font-size: 21rpx; + font-weight: 600; + line-height: 28rpx; } .shop-menu-purchase { - display: flex; - background: rgba(255, 57, 57, 0.1); - height: 36rpx; - line-height: 36rpx; - padding: 0 0 0 4rpx; - border-radius: 8rpx; + display: inline-block; + background: linear-gradient(90deg, #fff1ef, #ffe8ec); + min-height: 32rpx; + line-height: 32rpx; + padding: 0 10rpx; + border-radius: 10rpx 18rpx 18rpx 10rpx; font-weight: 700; - margin-top: 10rpx; - color: #777; + margin-top: 8rpx; + color: #ff5a45; font-size: 20rpx; + box-shadow: 0 4rpx 10rpx rgba(255, 57, 57, 0.08); + } + + .group-price { + color: #ff1f1f; + font-size: 24rpx; + padding-left: 8rpx; } .zaixian {