@@ -190,3 +190,8 @@ input {
-moz-appearance: none;
appearance: none;
}
+
+/*loading优先级*/
+.loading {
+ z-index: 100000 !important;
+}