目录swiper框架轮播图小圆点样式不起作用不要加 scopedswiper小圆点默认样式改变swiper框架轮播图小圆点样式不起作用 不要加 scoped 下面是错误写法 <
下面是错误写法
<style scoped>
.swiper-pagination-bullet-active {
background: white;
}
</style>
正确写法
<style >
.swiper-pagination-bullet-active {
background: white;
}
</style>
开发过程中swiper样式不喜欢,想要修改小圆点样式,拿到swiper下的小圆点进行修改,去设置想要的颜色,点与点之间的间距等等一系列样式
swiper .wx-swiper-dot {
width: 35rpx;
height: 7rpx;
border-radius: 50%;
display: inline-flex;
margin-left: 19rpx;
justify-content: space-between;
}
swiper .wx-swiper-dot::before {
content: '';
flex-grow: 1;
background: #fff;
border-radius: 50%;
}
swiper .wx-swiper-dot-active::before {
background: rgba(255, 255, 255, .8);
}
以上为个人经验,希望能给大家一个参考,也希望大家多多支持编程网。
--结束END--
本文标题: vue修改swiper框架轮播图小圆点的样式不起作用的解决
本文链接: https://lsjlt.com/news/147694.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-01-12
2023-05-20
2023-05-20
2023-05-20
2023-05-20
2023-05-20
2023-05-20
2023-05-20
2023-05-20
2023-05-20
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0