随身笔记
随身笔记

css 禁止长按屏幕选中文本

-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;

随身笔记

css 禁止长按屏幕选中文本
-webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
扫描二维码继续阅读
2019-10-31