http://alxgbsn.co.uk/2011/10/17/enable-css-active-pseudo-styles-in-mobile-safari/

 

document.addEventListener("touchstart", function() {},false);

  

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

  

 

相关文章:

  • 2021-12-12
  • 2022-12-23
  • 2021-12-06
  • 2021-04-12
  • 2022-12-23
  • 2021-12-24
  • 2021-09-08
猜你喜欢
  • 2021-10-04
  • 2021-11-01
  • 2022-03-04
  • 2022-12-23
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案