当前位置:首页 >> 网页制作

CSS样式去除input和textarea点击选中框

取消input和textarea的聚焦边框:

复制代码代码如下:
input{outline:none}

取消textarea可拖动放大:

复制代码代码如下:
textarea{resize:none}