-webkit-user-select:none
-moz-user-select:none
-ms-user-select:none
user-select:none
}
根据自己的需求,添加给合适的类或标签,建议全部4行全部写,保证最大化兼容各类浏览器
不是不能选中是选中的颜色改了透明而已
代码如下
::-moz-selection { /* Code for Firefox */background: transparent
}
::selection {
background: transparent
}
望采纳