活动按钮状态流转
This commit is contained in:
1
unpackage/dist/build/mp-weixin/pages/component/carousel/carousel.wxss
vendored
Normal file
1
unpackage/dist/build/mp-weixin/pages/component/carousel/carousel.wxss
vendored
Normal 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)}
|
||||
Reference in New Issue
Block a user