當(dāng)前位置:
首頁 >
網(wǎng)站開發(fā) > 正文
/*這一句是用來解決在安卓上的點(diǎn)擊出現(xiàn)籃框問題*/
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
/*下面是解決ios上去除微信點(diǎn)擊藍(lán)色邊框 */
a:focus,
input:focus,
p:focus,
div:focus{
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-user-modify:read-write-plaintext-only;
}