huangsijun
2025-09-22 a78c011de350b188afb03beb2f26a73f35f71986
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
 
.diy-banner-box{
    overflow: hidden;
}
.diy-banner-box,
.diy-banner-box .swiper {
    width: 750rpx;
    /* background-color: #FFFFFF; */
}
.diy-banner-box.round,
.diy-banner-box.round .swiper {
    width: 750rpx;
    /* background-color: #FFFFFF; */
}
.diy-banner-box image {
    width: 750rpx;
}
.diy-banner-box.round{
    padding: 30rpx;
    box-sizing: border-box;
}
.diy-banner-box.round image {
    width: 690rpx;
    border-radius: 12rpx;
}
.diy-banner-box.round .swiper-dots {
    position: absolute;
    bottom: 40rpx;
    left: 0;
    right: 0;
    margin: auto;
}
.diy-banner-box.square .swiper-dots {
    position: absolute;
    bottom: 20rpx;
    left: 0;
    right: 0;
    margin: auto;
}
.swiper-dots.square .swiper-dot {
    width: 14rpx;
    height: 14rpx;
    margin: 0 4rpx;
    background: #ebedf0;
    opacity: 0.3;
}
.swiper-dots.round .swiper-dot {
    width: 22rpx;
    height: 22rpx;
    margin: 0 4rpx;
    background: #ebedf0;
    opacity: 0.3;
    border-radius: 50%;
}
.swiper-dots.rectangle .swiper-dot {
    width: 40rpx;
    height: 6rpx;
    margin: 0 4rpx;
    background: #ebedf0;
    opacity: 0.3;
    border-radius: 4rpx;
}
.swiper-dots.round .swiper-dot.active,
.swiper-dots.square .swiper-dot.active,
.swiper-dots.rectangle .swiper-dot.active {
    opacity: 1;
}