取消input默认样式时间:2024-03-08 17:58:53 有时候input在页面中被聚焦后会出现默认的边框样式,可以通过以下方法取消去除 .input:focus{ outline: none;}