在电脑上只需加入

input{
    outline:none
}
input:focus{
    outline:none
}

而在手机浏览器上是没有效果的

手机浏览器需要设置

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

 

相关文章:

  • 2022-12-23
  • 2021-10-19
  • 2021-11-20
  • 2022-02-07
  • 2022-02-08
  • 2022-12-23
猜你喜欢
  • 2021-05-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-12-19
  • 2021-10-25
  • 2022-12-23
相关资源
相似解决方案