取消input和textarea的聚焦边框:

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

取消textarea可拖动放大:

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

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