From c79a1ebee5dceebc222880a08246fef520b18d35 Mon Sep 17 00:00:00 2001 From: mixtan <424491071@qq.com> Date: Mon, 29 Sep 2025 19:26:21 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=88=86=E7=B1=BB=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=9A=84=E5=BE=AE=E4=BF=A1=E8=81=8A=E5=A4=A9?= =?UTF-8?q?icon=E5=A4=A7=E5=B0=8F=E4=BD=8D=E7=BD=AE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/product/list.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/product/list.vue b/pages/product/list.vue index c313bd9..b76c641 100644 --- a/pages/product/list.vue +++ b/pages/product/list.vue @@ -646,10 +646,12 @@ export default { .diy_goods_carts { position: fixed; right: 24rpx; - bottom: 240rpx; + bottom: 400rpx; z-index: 100; display: flex; align-items: center; + + justify-content: center; flex-direction: column; flex: 1; @@ -661,8 +663,8 @@ export default { box-shadow: 2rpx 4rpx 20rpx rgba(0,0,0,0.3); .icon { - width: 48rpx; - height: 48rpx; + width: 64rpx; + height: 64rpx; display: block; }