取消双击选中文本CSS设置

-moz-user-select:none;/*火狐*/
-webkit-user-select:none;/*webkit浏览器*/
-ms-user-select:none;/*IE10*/
-khtml-user-select:none;/*早期浏览器*/
user-select:none;

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2021-08-23
猜你喜欢
  • 2021-10-31
  • 2022-12-23
  • 2021-12-16
  • 2021-10-01
  • 2021-08-06
  • 2021-09-01
相关资源
相似解决方案