Explorar o código

禁止文本复制

jwyu %!s(int64=2) %!d(string=hai) anos
pai
achega
bfdd3d987c
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      src/style/global.scss

+ 11 - 0
src/style/global.scss

@@ -25,6 +25,17 @@ body,
   }
 }
 
+//禁止复制文本
+*{
+  user-select: none;
+  -moz-user-select:-moz-none;
+  moz-user-select: none;
+  -o-user-select:none;
+  -webkit-user-select: none;
+  -ms-user-select: none;
+  -khtml-user-select:none;
+}
+
 div {
   box-sizing: border-box;
 }