...
|
...
|
@@ -17,6 +17,9 @@ |
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
}
|
|
|
.swiper-container {
|
|
|
z-index: 10;
|
|
|
}
|
|
|
.swiper-slide {
|
|
|
line-height: 300px;
|
|
|
color: #fff;
|
...
|
...
|
@@ -31,7 +34,7 @@ |
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
background: rgb(51,51,51);
|
|
|
z-index: 111;
|
|
|
z-index: 9;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
font-size: 0;
|
...
|
...
|
|