iconSwiperBox.less
956 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";
.icon-swiper-box {
position: relative;
width: 100%;
// height: 440px;
overflow: hidden;
.swipe {
margin: 0 auto;
width: 100%;
height: 100%;
.swipe-item {
margin: 40px auto 26px auto;
width: 100%;
height: 100%;
.icons-com {
margin: 10px auto 30px auto;
width: 25%;
float: left;
}
}
/deep/ .van-swipe__indicators {
bottom: 20px;
.van-swipe__indicator {
background-color: #D8D8D8;
width: 6px;
height: 6px;
opacity: unset;
border-radius: 50%;
&.van-swipe__indicator--active {
background-color: #FC1541;
width: 26px;
border-radius: 3px;
}
}
}
}
}