mould.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. body {
  2. background: #000d4a url(../images/bg.png) center top;
  3. background-size: cover;
  4. color: #666;
  5. font-size: 0.1rem;
  6. }
  7. .center {
  8. position: absolute;
  9. width: 100px;
  10. height: 100px;
  11. margin: auto;
  12. top: 0;
  13. bottom: 0;
  14. left: 0;
  15. right: 0;
  16. }
  17. .loading {
  18. position: fixed;
  19. left: 0;
  20. top: 0;
  21. font-size: 18px;
  22. z-index: 100000000;
  23. width: 100%;
  24. height: 100%;
  25. background: #1a1a1c;
  26. text-align: center;
  27. }
  28. .head {
  29. height: 1.05rem;
  30. background: url(../images/topTitle.png) no-repeat center center;
  31. background-size: 100% 100%;
  32. position: relative;
  33. z-index: 100;
  34. }
  35. .head h1 {
  36. color: #fff;
  37. text-align: center;
  38. font-size: 0.4rem;
  39. line-height: 0.4rem;
  40. }
  41. .head h1 img {
  42. width: 1.5rem;
  43. display: inline-block;
  44. vertical-align: middle;
  45. margin-right: 0.2rem;
  46. }
  47. .container {
  48. padding: 0.1rem 0.1rem 0rem 0.1rem;
  49. }
  50. .container > ul > li {
  51. float: left;
  52. padding: 0 0.1rem;
  53. }
  54. .container > ul > li {
  55. width: 30%;
  56. }
  57. .container > ul > li:nth-child(2) {
  58. width: 40%;
  59. padding: 0;
  60. }
  61. .circle {
  62. height: 4.8rem;
  63. margin-bottom: 0.15rem;
  64. }
  65. .box {
  66. height: 4.8rem;
  67. padding: 0 0.2rem 0.2rem 0.15rem;
  68. position: relative;
  69. margin-bottom: 0.15rem;
  70. z-index: 10;
  71. }
  72. .count {
  73. font-size: 0.2rem;
  74. color: #ffffff;
  75. font-weight: 600;
  76. position: absolute;
  77. }
  78. .mo_total {
  79. top: 2.2rem;
  80. left: 0.8rem;
  81. }
  82. .mo_store {
  83. top: 2.2rem;
  84. left: 2.5rem;
  85. }
  86. .mo_line {
  87. top: 2.2rem;
  88. left: 4.4rem;
  89. }
  90. .gauge_total {
  91. top: 4.2rem;
  92. left: 0.8rem;
  93. }
  94. .gauge_store {
  95. top: 4.2rem;
  96. left: 2.5rem;
  97. }
  98. .gauge_line {
  99. top: 4.2rem;
  100. left: 4.4rem;
  101. }
  102. .title {
  103. font-size: 0.2rem;
  104. color: #2fd5ff;
  105. text-align: center;
  106. line-height: 0.5rem;
  107. width: 2.4rem;
  108. position: absolute;
  109. font-weight: 600;
  110. }
  111. .malfunction {
  112. margin-top: 0.3rem;
  113. }
  114. .outIn {
  115. margin-top: 0.06rem;
  116. margin-left: 1.3rem;
  117. }
  118. .aging {
  119. margin-top: 0.3rem;
  120. margin-left: 1.4rem;
  121. }
  122. .chart {
  123. width: 5.8rem;
  124. height: 3rem;
  125. margin-top: 1.6rem;
  126. }
  127. .count_box {
  128. width: 2rem;
  129. position: absolute;
  130. text-align: center;
  131. font-size: 0.4rem;
  132. color: #ffffff;
  133. }
  134. .total1 {
  135. top: 0.74rem;
  136. left: 0.26rem;
  137. }
  138. .store1 {
  139. top: 0.74rem;
  140. left: 2.12rem;
  141. }
  142. .line1 {
  143. top: 0.74rem;
  144. left: 3.98rem;
  145. }
  146. .total2 {
  147. top: 2.8rem;
  148. left: 0.26rem;
  149. }
  150. .store2 {
  151. top: 2.8rem;
  152. left: 2.12rem;
  153. }
  154. .line2 {
  155. top: 2.8rem;
  156. left: 3.98rem;
  157. }
  158. .loading {
  159. position: fixed;
  160. left: 0;
  161. top: 0;
  162. font-size: 18px;
  163. z-index: 100000000;
  164. width: 100%;
  165. height: 100%;
  166. background: #1a1a1c;
  167. text-align: center;
  168. }
  169. .load_box {
  170. position: absolute;
  171. width: 190px;
  172. height: 150px;
  173. color: #aaa;
  174. left: 50%;
  175. top: 50%;
  176. margin-top: -100px;
  177. margin-left: -75px;
  178. }
  179. .load_box img {
  180. margin: 10px auto;
  181. display: block;
  182. width: 40px;
  183. }