vue项目中使用swiper插件遇到的坑

 
 
 
<style scoped>
  .swiper-pagination-bullets  >>> .swiper-pagination-bullet-active {
      background: orange;
  }  
  /* >>> 在vue中有穿透的作用 */
</style>
posted @ 2019-12-24 17:36  web小超  阅读(759)  评论(0编辑  收藏  举报