This commit is contained in:
2024-08-22 12:53:28 +08:00
commit 1d65a849fd
360 changed files with 41757 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
.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;
}