From 103d7563a8f181e7142a97f34f76319f431da334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Sat, 23 Aug 2025 15:30:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=A2=E8=B4=AD=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E5=B8=83=E5=B1=80=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shop/groupPurchase/index.css | 3 ++- packages/shop/groupPurchaseDetail/index.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/shop/groupPurchase/index.css b/packages/shop/groupPurchase/index.css index 4c53001f..eb9aa3db 100644 --- a/packages/shop/groupPurchase/index.css +++ b/packages/shop/groupPurchase/index.css @@ -157,7 +157,8 @@ border-radius: 50rpx; background-color: #fe2f01; position: absolute; - top: 120rpx; + /* top: 120rpx; */ + bottom: -30rpx; right: 0; } diff --git a/packages/shop/groupPurchaseDetail/index.css b/packages/shop/groupPurchaseDetail/index.css index 7550b958..a4a4dc43 100644 --- a/packages/shop/groupPurchaseDetail/index.css +++ b/packages/shop/groupPurchaseDetail/index.css @@ -78,7 +78,7 @@ image { .text-wrapper_4 { position: relative; - width: auto; + width: 350rpx; height: 80rpx; display: flex; flex-direction: row;