修改轮播图指示点的位置和样式

2024-01-03  本文已影响0人  web30
效果图
<swiper indicator-dots autoplay circular style="height: 220rpx;" indicator-color="#ccc" indicator-active-color="#fff">


/* 轮播图指示点样式 */
.wx-swiper-dots .wx-swiper-dot {
  width: 14rpx;
  height: 6rpx;
  border-radius: 0;
}
.wx-swiper-dots.wx-swiper-dots-horizontal {
  margin-left: 230rpx;
}
上一篇 下一篇

猜你喜欢

热点阅读