超简单的取消chrome浏览器下input和textarea的默认样式

作者:袖梨 2022-06-25

 代码如下 复制代码
input,button,select,textarea{outline:none}
textarea{resize:none}

相关文章

精彩推荐