Files
orico-association/unpackage/dist/build/mp-weixin/pages/component/carousel/carousel.wxss
2026-03-25 15:53:37 +08:00

1 line
807 B
Plaintext

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