From 44df16ff759259555a270eecffb5e87898578248 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Fri, 21 Nov 2025 20:00:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/index.css b/css/index.css index 49ebd49..fc3a868 100644 --- a/css/index.css +++ b/css/index.css @@ -27,6 +27,8 @@ height: 100%; display: flex; align-items: flex-start; /* 文案从上方开始 */ + /* 需要盖在 swiper-slide 之上,swiper 本身 z-index: 1,这里抬高一层 */ + z-index: 10; pointer-events: none; }