自定义 Swiper 的pageControl

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

/*选中的小圆点样式*/
.part5-bg .swiper2 .swiper-pagination2 .swiper-pagination-bullet-active{
     5px;
    height: 5px;
}
此文仅为鄙人学习笔记之用,朋友你来了,如有不明白或者建议又或者想给我指点一二,请私信我。liuw_flexi@163.com/QQ群:582039935. 我的gitHub: (学习代码都在gitHub) https://github.com/nwgdegitHub/
原文地址:https://www.cnblogs.com/liuw-flexi/p/12082098.html