SunSeekerX

这条路才刚刚开始啊~

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

Coding Sundry 0 评 415 度

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;
}
win10 1809 JDK配置