微信小程序 轮播图 修改小点点

.swiper-box .wx-swiper-dot{
    display: inline-flex;
    justify-content:space-between;
    border-radius: 50%;
}
.swiper-box .wx-swiper-dot::before{
    content: '';
    flex-grow: 1;  
    background: gray;
      border-radius: 50%;
}
.swiper-box .wx-swiper-dot-active::before{
    background:white;  
      border-radius: 50%;  
}

 
  

你可能感兴趣的:(微信小程序 轮播图 修改小点点)