怎样使用 CSS 清除 input 输入框聚焦选中时的蓝色边框? input 输入框的聚焦选中时的边框是由 outline 属性控制的, 直接使用: input { outline: none } 即可. 如下: 相关文章: