禁止选择文本样式
Posted 前端开发
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了禁止选择文本样式相关的知识,希望对你有一定的参考价值。
.noselect {
-webkit-touch-callout: none; /* ios Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently not supported by any browser */
}
以上是关于禁止选择文本样式的主要内容,如果未能解决你的问题,请参考以下文章