@@ -9,6 +9,13 @@ body,
// min-width: 1024px;
}
+// 禁止页面打印
+@media print{
+ body{
+ display: none;
+ }
+}
+
div {
box-sizing: border-box;