正在显示
1 个修改的文件
包含
4 行增加
和
1 行删除
@@ -17,6 +17,9 @@ | @@ -17,6 +17,9 @@ | ||
17 | margin: 0; | 17 | margin: 0; |
18 | padding: 0; | 18 | padding: 0; |
19 | } | 19 | } |
20 | + .swiper-container { | ||
21 | + z-index: 10; | ||
22 | + } | ||
20 | .swiper-slide { | 23 | .swiper-slide { |
21 | line-height: 300px; | 24 | line-height: 300px; |
22 | color: #fff; | 25 | color: #fff; |
@@ -31,7 +34,7 @@ | @@ -31,7 +34,7 @@ | ||
31 | position: absolute; | 34 | position: absolute; |
32 | top: 0; | 35 | top: 0; |
33 | background: rgb(51,51,51); | 36 | background: rgb(51,51,51); |
34 | - z-index: 111; | 37 | + z-index: 9; |
35 | width: 100%; | 38 | width: 100%; |
36 | height: 100%; | 39 | height: 100%; |
37 | font-size: 0; | 40 | font-size: 0; |
-
请 注册 或 登录 后发表评论