解决H5页面点击时出现蓝色底
// 安卓
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); } //IOS a:focus,input:focus,p:focus,div:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only; }
// 安卓
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); } //IOS a:focus,input:focus,p:focus,div:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only; }