32 lines
546 B
Plaintext
32 lines
546 B
Plaintext
.diy-banner {
|
|
position: relative;
|
|
}
|
|
|
|
.diy-banner .linear {
|
|
background: linear-gradient(#111,transparent);
|
|
height: 3.4rem;
|
|
left: 0;
|
|
opacity: .6;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: 9;
|
|
}
|
|
|
|
.swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal {
|
|
margin-bottom: 2rpx;
|
|
}
|
|
|
|
.swiper-box .wx-swiper-dot {
|
|
height: 20rpx;
|
|
width: 20rpx;
|
|
}
|
|
|
|
.swiper-box.dot-rectangle .wx-swiper-dot {
|
|
border-radius: unset;
|
|
width: 30rpx;
|
|
}
|
|
|
|
.swiper-box.dot-square .wx-swiper-dot {
|
|
border-radius: unset;
|
|
} |