From da3ce2ecfa1c27824367d7997d95723d7c0c2b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Thu, 22 Jan 2026 13:56:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=95=86=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods-detail/goods-detail.wxss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/goods-detail/goods-detail.wxss b/pages/goods-detail/goods-detail.wxss index f17a52e..ab31d11 100644 --- a/pages/goods-detail/goods-detail.wxss +++ b/pages/goods-detail/goods-detail.wxss @@ -1392,13 +1392,13 @@ video.slider-media .wx-video-volume-icon { /* 评论弹窗样式 */ .comment-modal-overlay { - position: fixed; + position: fixed;s top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); - z-index: 10001; + z-index: 100; display: flex; justify-content: center; align-items: flex-end;