社区链接:
swiper 设置指示点显示位置
关于swiper组件的指示点
/* 方法一 */
.wx-swiper-dots {
position: relative;
left: unset !important;
right: 0;
}
.wx-swiper-dots .wx-swiper-dots-horizontal {
margin-bottom: -5rpx;
}
/* 方法二 */
.wx-swiper-dots .wx-swiper-dots-horizontal{}
.wx-swiper-dot{}
.wx-swiper-dot-active{}
代码示例仅供参考
具体参考上面社区链接代码
网友评论