【HTML5】在移动端禁用长按选中文本功能

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

posted @ 2017-04-07 11:20  真的有点难受  阅读(390)  评论(0编辑  收藏  举报