ichenchao
原文链接:http://www.cnblogs.com/zhang-jiao/p/11137695.html

解决方案:

 给父标签设置一个id,例如父标签id="parent"

在sass/less中使用/deep/样式穿透

#parent /deep/ .swiper-pagination-bullet{

     

}

在stulys中使用:>>>实现样式穿透

#parent >>> .swiper-pagination-bullet-active {

     border-radius: \'unset\';

}

转载于:https://www.cnblogs.com/zhang-jiao/p/11137695.html

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-09-20
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-06
  • 2022-12-23
  • 2023-01-14
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
相关资源
相似解决方案