Commit 70181fab authored by 俞嘉婷's avatar 俞嘉婷

style: user-select

parent 2696c67b
...@@ -7,6 +7,16 @@ ...@@ -7,6 +7,16 @@
padding: 0; padding: 0;
} }
*:not(input,textarea) {
-webkit-touch-callout: none; /*系统默认菜单被禁用*/
-khtml-user-select: none; /*早期浏览器*/
-moz-user-select: none; /*火狐*/
-ms-user-select: none; /*IE10*/
-webkit-tap-highlight-color: transparent;
user-select: none;
-webkit-user-select: none;
}
html, html,
body { body {
font-size: 24px; font-size: 24px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment