共计 206 个字符,预计需要花费 1 分钟才能阅读完成。
* { | |
-webkit-touch-callout: text; | |
/* 零碎默认菜单被禁用 */ | |
-webkit-user-select: text; | |
/*webkit 浏览器 */ | |
-khtml-user-select: text; | |
/* 早起浏览器 */ | |
-moz-user-select: text; | |
/* 火狐浏览器 */ | |
-ms-user-select: text; | |
/*IE 浏览器 */ | |
user-select: text; | |
/* 用户是否可能选中文本 */ | |
} |
正文完