@@ -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;