liuxiaolong
2019-05-06 19e47fa0e48ac76a951bbfaa0a3e95211567f5a1
1
2
3
4
5
6
@mixin swiper-theme($color) {
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: $color !important;
  }
}