[css] 如何禁用移动的选择高亮?

   *{  
     -webkit-touch-callout:none;  /*系统默认菜单被禁用*/  
     -webkit-user-select:none; /*webkit浏览器*/  
     -khtml-user-select:none; /*早期浏览器*/  
     -moz-user-select:none;/*火狐*/  
     -ms-user-select:none; /*IE10*/  
     user-select:none;  
  }
  *{ -webkit-tap-highlight-color: rgba(0,0,0,0);
     -webkit-tap-highlight-color: transparent; /* For some Androids */ 
  }

个人简介

我是歌谣,欢迎和大家一起交流前后端知识。放弃很容易,
但坚持一定很酷。欢迎大家一起讨论

主目录

与歌谣一起通关前端面试题