webwangjie

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

.input:focus{
outline: none;
}

分类:

技术点:

相关文章: