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;
}
上一篇:关于H5中 input消除默认,取消在手机上的点击高亮效果


下一篇:mysql中的limit