Browse Source

设置loading优先级

yangc 8 years ago
parent
commit
21d8b94d50
1 changed files with 5 additions and 0 deletions
  1. 5 0
      assets/scss/mobileCommon.scss

+ 5 - 0
assets/scss/mobileCommon.scss

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