结构如图:清除小程序swiper组件的滚动条

css样式:

.section-area ::-webkit-scrollbar {  
    width: 0;  
    height: 0;  
    color: transparent;
} 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-03
  • 2022-12-23
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
猜你喜欢
  • 2021-12-04
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案