+
95
-

回答

在focus状态增加一个outline:none

button:focus {
outline:none;
}
a:focus {
outline:none;
}
input:focus {
outline:none;
}


网友回复

我知道答案,我要回答