微信小程序swiper修改自定义指示点样式
修改的样式css如下:
.wx-swiper-dot {
bottom: 8rpx !important;
width: 10rpx !important;
height: 10rpx !important;
border-radius: 50% !important;
}
.wx-swiper-dot-active {
width: 34rpx !important;
border-radius: 5rpx !important;
}
修改的样式css如下:
.wx-swiper-dot {
bottom: 8rpx !important;
width: 10rpx !important;
height: 10rpx !important;
border-radius: 50% !important;
}
.wx-swiper-dot-active {
width: 34rpx !important;
border-radius: 5rpx !important;
}