表单元素在手机中点击时会出现边框,取消边框的写法如下:
input, textarea, button, a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
webkit是苹果浏览器引擎,tap点击,highlight背景高亮,color颜色,颜色用数值调节。