H5中 input消除默认,取消在手机上的点击高亮效果

 

input消除默认,代码如下

  

   input{
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
            -webkit-user-select: none;
            -moz-user-focus: none;
            -moz-user-select: none;
            -webkit-appearance:none;
            outline: none;
            border: none;
}
posted @ 2018-02-01 09:36  Tane  阅读(300)  评论(0编辑  收藏  举报