【网页禁止选中文字】


【网页禁止选中文字】

网页禁止选中文字

-webkit-user-select: none; /*webkit浏览器*/

-moz-user-select: none; /*火狐*/

-ms-user-select: none; /*IE10*/

-khtml-user-select: none; /*早期浏览器*/

user-select: none;


相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
  • 2022-12-23
  • 2021-12-29
  • 2022-01-24
猜你喜欢
  • 2022-12-23
  • 2021-12-10
  • 2021-12-27
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案