macstatus.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. html {
  6. font-size: 16px;
  7. }
  8. body {
  9. background: url(../images/backgroundnew.jpeg);
  10. background-size: 100% 100%;
  11. width: 100%;
  12. height: 100%;
  13. overflow: hidden;
  14. background-position: center center;
  15. text-align: center;
  16. }
  17. @media (max-width: 1280px) {
  18. html {
  19. font-size: 10px !important;
  20. }
  21. }
  22. @media (max-width: 1366px) {
  23. html {
  24. font-size: 13px !important;
  25. }
  26. }
  27. @media (min-width: 1920px) {
  28. html {
  29. font-size: 20px !important;
  30. }
  31. }
  32. #content {
  33. padding-left: 1rem;
  34. padding-right: 1rem;
  35. }
  36. .header {
  37. width: 100%;
  38. margin: 1.54rem auto;
  39. z-index: 999;
  40. }
  41. .logo {
  42. width: 6.3rem;
  43. height: 6.3rem;
  44. line-height: 6.3rem;
  45. float: left;
  46. }
  47. .logo img {
  48. height: 3rem;
  49. margin-top: 1.51rem;
  50. }
  51. .lenged {
  52. width: 15.4rem;
  53. float: left;
  54. margin-left: 3.9rem;
  55. }
  56. .lenged table tr td {
  57. border: 1px solid #fff;
  58. }
  59. .lenged table {
  60. border: 1px solid #fff;
  61. }
  62. .lenged table tr td,
  63. .summary table tr td {
  64. color: #fff;
  65. font-size: 1.15rem;
  66. width: 4.3rem;
  67. height: 3.1rem;
  68. text-align: center;
  69. font-weight: bold;
  70. }
  71. .summary {
  72. /* margin-right:1em; */
  73. }
  74. .summary .count {
  75. border: 1px solid #fff;
  76. margin: 0 auto;
  77. }
  78. .summary .rate {
  79. float: right;
  80. margin-left: 4em;
  81. border: 1px solid #fff;
  82. }
  83. .summary .rate tr td {
  84. font-size: 1.1rem !important;
  85. }
  86. .count-chart {
  87. float: left;
  88. height: 6.6rem;
  89. line-height: 6.6rem;
  90. margin-left: 2rem;
  91. width: calc(100% - 47rem);
  92. /* width: 50rem; */
  93. }
  94. #clock {
  95. float: right;
  96. /* margin-left: 2rem; */
  97. padding-top: 0.6rem;
  98. margin-right: 0.5rem;
  99. }
  100. .rate-chart {
  101. float: left;
  102. margin-left: 2rem;
  103. width: 26rem;
  104. }
  105. body {
  106. background: linear-gradient(to bottom, #131313 0%, #02101c 100%);
  107. }
  108. .canvas-box {
  109. position: fixed;
  110. left: 0;
  111. top: 0;
  112. z-index: -1;
  113. }
  114. .box {
  115. position: absolute;
  116. z-index: 10;
  117. color: #fff;
  118. font-family: Arial;
  119. left: 50%;
  120. top: 50%;
  121. transform: translate(-50%, -50%);
  122. text-align: center;
  123. }
  124. a:link,
  125. a:hover,
  126. a:visited,
  127. a:active {
  128. text-decoration: none;
  129. color: inherit;
  130. display: block;
  131. }
  132. a {
  133. margin: 30px 0;
  134. font-size: 20px;
  135. }
  136. .container {
  137. width: 100%;
  138. clear: both;
  139. float: left;
  140. margin-top: -2.3rem;
  141. }
  142. .table {
  143. margin-top: 3.07rem;
  144. float: left;
  145. clear: both;
  146. }
  147. .content-td {
  148. color: black;
  149. background-color: rgb(175, 219, 254);
  150. font-size: 1.15rem;
  151. border: 1px solid #fff;
  152. height: 3.07rem;
  153. line-height: 3.07rem;
  154. text-align: center;
  155. font-weight: bold;
  156. }
  157. .content-tbody-td {
  158. font-size: 1.15rem;
  159. text-align: center;
  160. font-weight: bold;
  161. height: 8.2rem;
  162. line-height: 8.2rem;
  163. color: #fff;
  164. padding-top: 0.15rem;
  165. }
  166. .bordered {
  167. border: 1px solid #fff;
  168. }
  169. .recipe {
  170. width: 7.69rem;
  171. }
  172. .runrate {
  173. width: 7.69rem;
  174. }
  175. .equipment {
  176. width: calc(100vw - 9.5rem);
  177. }
  178. .rowNum {
  179. font-size: 1.25rem;
  180. color: #fff;
  181. font-weight: bold;
  182. }
  183. .num {
  184. width: 6.85rem;
  185. }
  186. .line-name {
  187. display: block;
  188. height: 20px;
  189. }
  190. .color-white {
  191. color: white;
  192. }
  193. .top {
  194. margin: 0 auto;
  195. }
  196. .img {
  197. width: 4.92rem;
  198. height: 3.08rem;
  199. display: inline-block;
  200. margin-top: 0.15rem;
  201. margin-bottom: 0.15rem;
  202. }
  203. .img:hover {
  204. cursor: pointer;
  205. }
  206. .mac-item {
  207. width: 5.23rem;
  208. height: 8.24rem;
  209. border: 1px solid rgba(255, 255, 255, 0.7);
  210. margin-left: 0.31rem;
  211. text-align: center;
  212. padding-left: 0.15rem;
  213. padding-right: 0.15rem;
  214. float: left;
  215. margin-top: 0.05rem;
  216. }
  217. .multi-mac-item {
  218. margin-top: 0.2rem;
  219. }
  220. .tbl-row div {
  221. float: left;
  222. }
  223. .hidden {
  224. border: none;
  225. width: 50px;
  226. opacity: 0;
  227. }
  228. .table tbody tr td {
  229. color: #fff;
  230. font-size: 1.08rem;
  231. text-align: center;
  232. border: none;
  233. border-left: none;
  234. }
  235. .table tbody tr .bordered {
  236. border: 1px solid #fff;
  237. }
  238. .table tbody tr {
  239. margin-top: 0.77rem;
  240. }
  241. .table tbody .mac-row {
  242. height: 4.62rem;
  243. }
  244. .mac-row {
  245. height: 5.85rem;
  246. margin-top: 0.77rem;
  247. }
  248. .mac-recipe {
  249. font-size: 0.7rem;
  250. text-align: center;
  251. height: 1.23rem;
  252. line-height: 1.23rem;
  253. color: #fff;
  254. border-top: 1px solid rgba(255, 255, 255, 0.7);
  255. }
  256. .time {
  257. font-size: 0.7rem;
  258. text-align: center;
  259. height: 1.33rem;
  260. line-height: 1.33rem;
  261. color: #fff;
  262. margin-top: -3px;
  263. border-top: 1px solid rgba(255, 255, 255, 0.7);
  264. }
  265. .macId {
  266. font-size: 0.7rem;
  267. text-align: center;
  268. height: 1.23rem;
  269. line-height: 1.23rem;
  270. color: #fff;
  271. border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  272. }
  273. .da {
  274. float: left;
  275. margin-left: 2.46rem;
  276. }
  277. .wb {
  278. float: left;
  279. margin-left: 0px;
  280. }
  281. .lha {
  282. float: left;
  283. margin-left: 0px;
  284. }
  285. .aa {
  286. float: left;
  287. margin-left: 0px;
  288. }
  289. ul {
  290. list-style: none;
  291. margin: 0;
  292. padding: 0;
  293. }
  294. .flex {
  295. display: flex;
  296. }
  297. .marginTop {
  298. margin-top: 3rem;
  299. }
  300. .table-header > li {
  301. background-color: rgba(255, 255, 255, 0) !important;
  302. color: #fff;
  303. }
  304. .widget {
  305. width: 40px;
  306. height: 40px;
  307. position: fixed;
  308. right: 20px;
  309. top: 70%;
  310. }
  311. .widget:hover {
  312. cursor: pointer;
  313. }