From 94536701e4870cb6d22a2d00c124bf8e2b4af831 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Mon, 24 Nov 2025 11:18:09 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4651=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=9B=A2?= =?UTF-8?q?=E8=B4=AD=E8=AF=A6=E6=83=85=E9=A1=B5=E5=BA=95=E9=83=A8=E4=BA=A4?= =?UTF-8?q?=E4=BA=92=E6=8C=89=E9=92=AE=E5=8C=BA=E5=9F=9F=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/newZone.vue | 2 +- pkg_product/views/groupBuyDetails.vue | 12 ++++++------ pkg_product/views/submitOrder.vue | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/home/newZone.vue b/pages/home/newZone.vue index 003aa5f..3e05d90 100644 --- a/pages/home/newZone.vue +++ b/pages/home/newZone.vue @@ -165,7 +165,7 @@ export default{ width: fit-content; color: #fff; background: #C52733; - font-size: 28rpx; + font-size: 30rpx; padding: 4rpx 20rpx; } .swiper-wrap{ diff --git a/pkg_product/views/groupBuyDetails.vue b/pkg_product/views/groupBuyDetails.vue index c552eb9..f32d552 100644 --- a/pkg_product/views/groupBuyDetails.vue +++ b/pkg_product/views/groupBuyDetails.vue @@ -510,13 +510,13 @@ export default { .gallery-img { width: 100%; margin-bottom: 16rpx; border-radius: 12rpx; overflow: hidden; } .bottom-space { height: 140rpx; } .bottom-bar { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1rpx solid #eee; display: flex; align-items: center; justify-content: space-between; padding: 16rpx 24rpx; } -.total { font-size: 28rpx; color: #111; font-weight: 700; } +.total { font-size: 30rpx; color: #111; font-weight: 700; } .bar-actions { display: flex; gap: 16rpx; } .mini-btn { padding: 10rpx 22rpx; border: 1rpx solid #ccc; border-radius: 132rpx; - font-size: 26rpx; + font-size: 30rpx; color: #333; display: flex; align-items: center; @@ -526,7 +526,7 @@ export default { border-radius: 132rpx; background: #C52733; color: #fff; - font-size: 26rpx; + font-size: 30rpx; display: flex; align-items: center; } @@ -626,13 +626,13 @@ export default { .gallery-img { width: 100%; margin-bottom: 16rpx; border-radius: 12rpx; overflow: hidden; } .bottom-space { height: 140rpx; } .bottom-bar { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1rpx solid #eee; display: flex; align-items: center; justify-content: space-between; padding: 16rpx 24rpx; } -.total { font-size: 28rpx; color: #111; font-weight: 700; } +.total { font-size: 30rpx; color: #111; font-weight: 700; } .bar-actions { display: flex; gap: 16rpx; } .mini-btn { padding: 10rpx 22rpx; border: 1rpx solid #ccc; border-radius: 132rpx; - font-size: 26rpx; + font-size: 30rpx; color: #333; display: flex; align-items: center; @@ -642,7 +642,7 @@ export default { border-radius: 132rpx; background: #C52733; color: #fff; - font-size: 26rpx; + font-size: 30rpx; display: flex; align-items: center; } diff --git a/pkg_product/views/submitOrder.vue b/pkg_product/views/submitOrder.vue index c2dd0ca..a18956f 100644 --- a/pkg_product/views/submitOrder.vue +++ b/pkg_product/views/submitOrder.vue @@ -435,14 +435,14 @@ export default { .bottom-space { height: 140rpx; } .bottom-bar { position: fixed; left: 0; right: 0; bottom: 0; background: #fff; border-top: 1rpx solid #eee; display: flex; align-items: center; justify-content: space-between; padding: 16rpx 24rpx; } -.total { font-size: 28rpx; color: #111; font-weight: 700; } +.total { font-size: 30rpx; color: #111; font-weight: 700; } .total .highlight { color: #C52733; font-weight: 700; } .bar-actions { display: flex; gap: 16rpx; } .mini-btn { padding: 10rpx 22rpx; border: 1rpx solid #ccc; border-radius: 32rpx; - font-size: 26rpx; + font-size: 30rpx; color: #333; display: flex; align-items: center; @@ -452,7 +452,7 @@ export default { border-radius: 32rpx; background: #C52733; color: #fff; - font-size: 26rpx; + font-size: 30rpx; display: flex; align-items: center; }