微信小程序中轮播改变分页器样式

it2025-03-19  13

mySwiper ----swiper的类名

/* 改变分页器样式 */ .mySwiper .wx-swiper-dot { width: 40px; height: 5px; background-color: red; opacity: .8; border-radius: 2px; margin-right: 4px; } /* 激活样式 */ .mySwiper .wx-swiper-dot.wx-swiper-dot-active{ background-color: blue; /* width: 30rpx; */ }

大佬讲的不是原创,但只能选原创了哈哈

最新回复(0)