摘要: user-select有两个值:none:用户不能选择文本text:用户可以选择文本需要注意的是:user-select并不是一个W3C的CSS标准属性,浏览器支持的不完整,需要对每种浏览器进行调整body{-moz-user-select: none; /*火狐*/-webkit-user-sel... 阅读全文
posted @ 2015-07-08 15:24 hello,w 阅读(414) 评论(0) 推荐(0) 编辑