日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學無先后,達者為師

網站首頁 編程語言 正文

H5移動端點擊出現背景藍色框的解決方案

作者:Zan^Z 更新時間: 2022-02-17 編程語言

在這里插入圖片描述

// 安卓

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; 
}

原文鏈接:https://blog.csdn.net/Zan_Z/article/details/121100171

欄目分類
最近更新