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; }