解决H5页面点击时出现蓝色底

silencesuzuka / 2023-05-25 / 原文

// 安卓
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; }