活动按钮状态流转

This commit is contained in:
2026-03-25 15:53:37 +08:00
commit 37346e790f
2762 changed files with 240282 additions and 0 deletions

View File

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