swiper3dCom.less
970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
@charset "UTF-8";
&.swiper-3d-com {
position: relative;
.bg-box {
width: 100%;
height: auto;
.bg-img {
display: block;
width: 100%;
height: auto;
}
}
.carousel-3d-box {
position: absolute;
top: 138px;
z-index: 1;
width: 100%;
height: 100%;
/deep/ .carousel-3d-container {
width: 100% !important;
height: auto !important;
.carousel-3d-slider {
width: 310px !important;
.carousel-3d-slide {
background-color: transparent !important;
width: 100% !important;
height: auto !important;
opacity: 0.2 !important;
border: none;
&.current {
opacity: 1 !important;
}
}
}
}
}
}