ios系统中点击按钮会出现一个黑色的阴影,以下是兼容处理方法,记录之

*{
  -webkit-tap-highlight-color:transparent;
  -webkit-tap-highlight-color:rgba(0,0,0,0);    
}

 

相关文章:

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