美文网首页
修改轮播图指示点的位置和样式

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

作者: web30 | 来源:发表于2024-01-03 10:26 被阅读0次
效果图
<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;
}

相关文章

网友评论

      本文标题:修改轮播图指示点的位置和样式

      本文链接:https://www.haomeiwen.com/subject/udwmndtx.html