Files
2026-03-25 15:53:37 +08:00

1 line
795 B
Plaintext

.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)}