CSS - 禁止文字选中

moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select:none;
-khtml-user-select:none;
-webkit-user-select:none;
-ms-user-select:none;
user-select:none;

 

posted @ 2021-06-28 18:19  sanyekui  阅读(99)  评论(0编辑  收藏  举报