📜  如何停用 txt 选择 css 代码示例

📅  最后修改于: 2022-03-11 14:47:26.144000             🧑  作者: Mango

代码示例1
/* To desactivate text selection */
    user-select: none; /* Normal (chrome)*/
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */