会员权益

This commit is contained in:
2026-04-29 15:33:58 +08:00
commit 54965243da
2787 changed files with 242809 additions and 0 deletions

View File

@@ -0,0 +1 @@
.component-carousel{position:relative;width:100%}.component-carousel .carousel-swiper{width:100%;height:100%;overflow:hidden}.component-carousel .carousel-swiper .swiper-item{position:relative;width:100%;height:100%}.component-carousel .carousel-swiper .swiper-item .item-thumb{width:100%;height:100%;background-color:#f1f1f1}.component-carousel .carousel-swiper .swiper-item .item-absolute{display:block;position:absolute;top:0;left:0;right:0;bottom:0}.component-carousel .carousel-dots{position:absolute;z-index:1;display:flex}.component-carousel .carousel-dots .dots-item{width:24rpx;height:8rpx;border-radius:8rpx;background:#fff;margin-right:4rpx}.component-carousel .carousel-dots .dots-item:last-child{margin-right:0}.component-carousel .carousel-dots .dots-item.active{background:var(--theme-color)}