board2.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. body {
  2. background: #000d4a url(../images/bg2.png) center top;
  3. background-size: cover;
  4. color: #666;
  5. font-size: 0.1rem;
  6. /* height: 1080px; */
  7. }
  8. .center {
  9. position: absolute;
  10. width: 100px;
  11. height: 100px;
  12. margin: auto;
  13. top: 0;
  14. bottom: 0;
  15. left: 0;
  16. right: 0;
  17. }
  18. .head {
  19. height: 0.6rem;
  20. /* background: url(../images/topTitle.png) no-repeat center center; */
  21. background-size: 100% 100%;
  22. position: relative;
  23. z-index: 100;
  24. display: flex;
  25. align-items: center;
  26. justify-content: center;
  27. }
  28. .head h1 {
  29. /* color: #fff; */
  30. color: #afe0f5;
  31. text-align: center;
  32. font-size: 0.4rem;
  33. line-height: 0.4rem;
  34. }
  35. .head h1 img {
  36. width: 1.5rem;
  37. display: inline-block;
  38. vertical-align: middle;
  39. margin-right: 0.2rem;
  40. }
  41. .container {
  42. padding: 0.1rem 0.1rem 0rem 0.1rem;
  43. }
  44. .container > ul > li {
  45. float: left;
  46. padding: 0 0.1rem;
  47. }
  48. .container > ul > li {
  49. width: 28%;
  50. }
  51. .container > ul > li:nth-child(2) {
  52. width: 44%;
  53. padding: 0;
  54. }
  55. .circle {
  56. height: 4.8rem;
  57. margin-bottom: 0.15rem;
  58. }
  59. .title {
  60. font-size: 0.2rem;
  61. color: #ffffff;
  62. font-weight: 600;
  63. }
  64. .box {
  65. position: relative;
  66. }
  67. .maintain-title,
  68. .checkout-title,
  69. .check-title {
  70. position: absolute;
  71. left: 1rem;
  72. }
  73. .maintain-title {
  74. top: 0.24rem;
  75. }
  76. .checkout-title {
  77. top: 3.81rem;
  78. }
  79. .check-title {
  80. top: 7.5rem;
  81. }
  82. .maintain,
  83. .checkout {
  84. position: absolute;
  85. font-size: 0.14rem;
  86. color: #ffffff;
  87. top: 0.9rem;
  88. }
  89. .checkout {
  90. top: 4.52rem;
  91. }
  92. .maintain-all,
  93. .checkout-all {
  94. left: 0.6rem;
  95. }
  96. .maintain-complete,
  97. .checkout-complete {
  98. left: 2.48rem;
  99. }
  100. .maintain-incomplete,
  101. .checkout-incomplete {
  102. left: 4.12rem;
  103. }
  104. .inventory-name {
  105. position: absolute;
  106. top: 0.43rem;
  107. left: 6.54rem;
  108. }
  109. .inventory {
  110. position: absolute;
  111. font-size: 0.182rem;
  112. color: rgb(144, 191, 248);
  113. top: 1.06rem;
  114. font-weight: bold;
  115. }
  116. .clamp-all,
  117. .device-all,
  118. .clamp-all-count,
  119. .device-all-count {
  120. left: 7.1rem;
  121. }
  122. .clamp-complete,
  123. .device-complete,
  124. .clamp-complete-count,
  125. .device-complete-count {
  126. left: 9.8rem;
  127. }
  128. .clamp-incomplete,
  129. .device-incomplete,
  130. .clamp-incomplete-count,
  131. .device-incomplete-count {
  132. left: 12.5rem;
  133. }
  134. .device-all,
  135. .device-complete,
  136. .device-incomplete {
  137. top: 2.1rem;
  138. }
  139. .clamp-all-count,
  140. .clamp-complete-count,
  141. .clamp-incomplete-count {
  142. font-size: 0.26rem;
  143. top: 1.28rem;
  144. font-weight: bold;
  145. color: #ffffff;
  146. }
  147. .device-all-count,
  148. .device-complete-count,
  149. .device-incomplete-count {
  150. font-size: 0.26rem;
  151. top: 2.32rem;
  152. font-weight: bold;
  153. color: #ffffff;
  154. }
  155. .agv-task-title {
  156. position: absolute;
  157. top: 6.88rem;
  158. left: 6.5rem;
  159. }
  160. .agv-year-title {
  161. position: absolute;
  162. top: 0.24rem;
  163. right: 3.3rem;
  164. }
  165. .agv-record-title {
  166. position: absolute;
  167. top: 3.84rem;
  168. right: 3.12rem;
  169. }
  170. .device-time-title {
  171. position: absolute;
  172. top: 7.24rem;
  173. right: 3.62rem;
  174. }