禁止文字被选中
Posted 小星星的star
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了禁止文字被选中相关的知识,希望对你有一定的参考价值。
body{
// 禁止文字被鼠标选中
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;
}
以上是关于禁止文字被选中的主要内容,如果未能解决你的问题,请参考以下文章