取消input默认样式

有时候input在页面中被聚焦后会出现默认的边框样式,可以通过以下方法取消去除

.input:focus{
outline: none;
}

posted @ 2017-04-07 21:01  野望之风  阅读(1070)  评论(0编辑  收藏  举报