From ed765debea9eb350f1dd9c3e741993c0ebfdc876 Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Mon, 23 Mar 2026 17:55:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8C=9C=E4=BD=A0=E5=96=9C=E6=AC=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package1/group/groupBuyList.vue | 16 ++++++++++++---- package1/group/groupBuySingle.vue | 15 +++++++++------ 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/package1/group/groupBuyList.vue b/package1/group/groupBuyList.vue index fc6e0ff..88b5176 100644 --- a/package1/group/groupBuyList.vue +++ b/package1/group/groupBuyList.vue @@ -109,7 +109,7 @@ ¥{{item1.attributeListPrice | sliceMsg}} - 拼团 ¥{{item1.productGroupBuyPrices | slicePrice}} + 拼团 ¥{{item1.productGroupBuyPrices | slicePrice}} @@ -509,7 +509,7 @@ height: 54rpx; margin-left: 20rpx; border-radius: 54rpx; - width: 380rpx; + flex: 1; input{ height: 54rpx; line-height: 54rpx; @@ -564,6 +564,7 @@ width: 100%; background-size: 100%; height: 100%; + border-radius: 10px; } } .shop-top{ @@ -601,6 +602,7 @@ border-top-left-radius: 20rpx; border-bottom-right-radius: 10rpx; border-top-right-radius: 10rpx; + font-weight: 700; } .shop-tag{ flex: 1; @@ -618,8 +620,9 @@ width: 100%; overflow-x: scroll; display: flex; - height: 280rpx; + height: auto; overflow-y: hidden; + padding: 5px 0 10px; } .menu-member{ width: 140rpx; @@ -629,18 +632,22 @@ .menu-img{ height: 140rpx; width: 140rpx; + border-radius: 10px; img{ width: 100%; height: 100%; background-size: 100%; + border-radius: 10px; } } .menu-content{ - font-size: 22rpx; + font-size: 26rpx; } .shop-menu-name{ margin-top: 10rpx; font-weight: 700; + overflow: hidden; + height: 15px; } .shop-menu-price{ margin-top: 6rpx; @@ -656,6 +663,7 @@ font-weight: 700; margin-top: 10rpx; color: #777; + font-size: 10px; } .zaixian{ position: fixed; diff --git a/package1/group/groupBuySingle.vue b/package1/group/groupBuySingle.vue index cc76c36..46d437b 100644 --- a/package1/group/groupBuySingle.vue +++ b/package1/group/groupBuySingle.vue @@ -2,9 +2,9 @@ - + - + @@ -29,7 +29,7 @@ {{shopItem.shopScore}} - + @@ -81,7 +81,7 @@ - + {{item.categoryName}} @@ -454,7 +454,7 @@ this.menuButtonInfo = uni.getMenuButtonBoundingClientRect(); // 计算导航栏高度用于sticky offset:statusBarHeight + 44px内容区 const info = uni.getSystemInfoSync(); - this.navBarHeight = info.statusBarHeight + 44; + this.navBarHeight = info.statusBarHeight + 40; }, onReady() { // 记录分类栏相对页面的偏移量,用于上滑检测 @@ -765,7 +765,6 @@ justify-content: center; width: 60rpx; height: 60rpx; - background: rgba(0,0,0,0.25); border-radius: 50%; } @@ -785,6 +784,7 @@ width: 100%; background-size: 100%; height: 100%; + border-radius: 10px; } } @@ -828,6 +828,7 @@ border-top-left-radius: 20rpx; border-bottom-right-radius: 10rpx; border-top-right-radius: 10rpx; + font-weight: 700; } .shop-tag { @@ -853,6 +854,7 @@ .shop-bottom { margin-top: 20rpx; line-height: 40rpx; + font-weight: 700; } .pintuan { @@ -877,6 +879,7 @@ width: 100%; height: 100%; background-size: 100%; + border-radius: 10px; } }