首页 > 其他 > 详细

自定义 Swiper 的pageControl

时间:2019-12-23 09:31:15      阅读:90      评论:0      收藏:0      [点我收藏+]
.part5-bg .swiper2 .swiper-pagination2{
    bottom: 0.4rem;
}
/*未选中的小圆点样式*/
.part5-bg .swiper2 .swiper-pagination2 .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
}

/*选中的小圆点样式*/
.part5-bg .swiper2 .swiper-pagination2 .swiper-pagination-bullet-active{
    width: 5px;
    height: 5px;
}

 

自定义 Swiper 的pageControl

原文:https://www.cnblogs.com/liuw-flexi/p/12082098.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!