xiayedexin

移动端按钮被点击时,外边缘会有蓝框出现,

下面的代码可以去掉蓝框效果,修复蓝边。

button,
html input[type="button"] {
  outline:none;
}

 

分类:

技术点:

相关文章: