部分android、ios系统中元素被触摸时产生的半透明灰色遮罩怎么去掉、元素被点击时产生的边框怎么去掉

1 a,button,input,textarea{
2 -webkit-tap-highlight-color: rgba(0,0,0,0;)
3 -webkit-user-modify:read-write-plaintext-only; 
4 }

 

posted on 2016-03-31 16:38  发烧开发者  阅读(594)  评论(0)    收藏  举报

导航