微信小程式swiper修改自定義指示點樣式

江北小乔發表於2024-09-10

修改的樣式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;
}

  

相關文章