// 安卓
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; }
解决H5页面点击时出现蓝色底
发布时间 2023-05-25 18:08:58作者: {undefined}
// 安卓
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; }