美文网首页
css控制禁止选中

css控制禁止选中

作者: Sasoli | 来源:发表于2018-03-22 16:17 被阅读0次
.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 */
}

相关文章

网友评论

      本文标题:css控制禁止选中

      本文链接:https://www.haomeiwen.com/subject/mawaqftx.html