shaogen1995 2 lat temu
rodzic
commit
4e6822f6e8

+ 9 - 0
H5场景/src/assets/style/myBase.css

@@ -60,3 +60,12 @@
 #ele1 circle {
   r: 1;
 }
+#gui-loading {
+  z-index: 9999;
+}
+@media only screen and (max-width: 800px) {
+  .model-title {
+    font-size: 12px;
+    top: 10px;
+  }
+}

+ 10 - 0
H5场景/src/assets/style/myBase.less

@@ -79,4 +79,14 @@
     // fill:red;
     r:1;
   }
+}
+#gui-loading{
+  z-index: 9999;
+}
+
+@media only screen and (max-width:800px) {
+  .model-title {
+      font-size: 12px;
+      top: 10px;
+  }
 }