码迷,mamicode.com
首页 > Web开发 > 详细

css 其他

时间:2018-05-20 18:19:07      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:use   sel   选中文本   其他   style   css   none   call   web   

禁止选中文本

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

 

css 其他

标签:use   sel   选中文本   其他   style   css   none   call   web   

原文地址:https://www.cnblogs.com/lichihua/p/9063753.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!