Warning: count(): Parameter must be an array or an object that implements Countable in /www/wwwroot/ainto.org/usr/plugins/TpCache/driver/typecho_mysql.class.php on line 93
CSS 设置网页中文字不能被选中 - Ainto

CSS 设置网页中文字不能被选中

发表在 开发 共有 0 条评论

仅需添加以下属性,就是这么简单

-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
评论已关闭