button或者是input[type=”button”],点击后按钮区域会有一个蓝色的边框。

如果需要去掉,则需要加入:outline: none;

/* 初始化CSS中加入 */

input,button,select,textarea{
    outline:none;
}
以上文章来自:黄卉 , https://huanghui8030.github.io/css/btn-outline.html