当前位置:Gxlcms > html代码 > 移动端网站或APP点击后出现闪动或灰色背景_html/css_WEB-ITnose

移动端网站或APP点击后出现闪动或灰色背景_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:26人阅读

遇到这个问题了,记录下,备用~

文章来源:http://www.lxway.com/846165591.htm

---------------------------


隐藏文本框阴影:

input, textarea{-webkit-appearance: @none;}

   

取消手机点击屏幕时,会出现的灰块

html,body{-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

移动端网站或APP点击后出现闪动或灰色背景

只需对绑定事件添加class样式 使其触发事件时背景为透明色

.class{-webkit-tap-highlight-color:transparent;}

  

 

人气教程排行