From 29a85527ef3c1fa4f490eae6c63449113b9ae55b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Tue, 18 Nov 2025 15:52:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B4=AD=E7=89=A9=E8=BD=A6?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/advertising/index/index.css | 15 ++++++++------- packages/shop/groupPurchase/index.css | 15 ++++++++------- packages/shop/index/index.css | 9 ++++----- 3 files changed, 20 insertions(+), 19 deletions(-) diff --git a/packages/advertising/index/index.css b/packages/advertising/index/index.css index c45833b0..816552bc 100644 --- a/packages/advertising/index/index.css +++ b/packages/advertising/index/index.css @@ -185,11 +185,11 @@ /* 购物车按钮 */ .shop_car { - width: 140rpx; - height: 140rpx; - position: fixed; - right: 33rpx; - bottom: 80rpx; + width: 100rpx; + height: 100rpx; + position: absolute; + bottom: 100rpx; + right: 10rpx; z-index: 10; } @@ -200,8 +200,9 @@ .u-badge { position: absolute; - right: 0; - top: -10rpx; + right: 10rpx; + top: 3rpx; + z-index: 11; } /* 规格标签样式 */ diff --git a/packages/shop/groupPurchase/index.css b/packages/shop/groupPurchase/index.css index dd423923..e8d9f124 100644 --- a/packages/shop/groupPurchase/index.css +++ b/packages/shop/groupPurchase/index.css @@ -206,11 +206,11 @@ /* 购物车按钮 */ .shop_car { - width: 140rpx; - height: 140rpx; - position: fixed; - right: 33rpx; - bottom: 80rpx; + width: 100rpx; + height: 100rpx; + position: absolute; + bottom: 100rpx; + right: 10rpx; z-index: 10; } @@ -221,8 +221,9 @@ .u-badge { position: absolute; - right: 0; - top: -10rpx; + right: 10rpx; + top: 3rpx; + z-index: 11; } /* 规格标签样式 */ diff --git a/packages/shop/index/index.css b/packages/shop/index/index.css index 7ed9c50f..e41fcca6 100644 --- a/packages/shop/index/index.css +++ b/packages/shop/index/index.css @@ -577,8 +577,8 @@ page { } .shop_car { - width: 140rpx; - height: 140rpx; + width: 100rpx; + height: 100rpx; position: absolute; bottom: 100rpx; right: 10rpx; @@ -592,9 +592,8 @@ page { .u-badge { position: absolute; - right: 70rpx; - /* 调整角标位置,使其在隐藏状态下也能看到 */ - top: -10rpx; + right: 10rpx; + top: 3rpx; z-index: 11; }