DDJDetail.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  1. .alertBox {
  2. overflow: hidden;
  3. }
  4. .alertBox .left {
  5. float: left;
  6. width: 600px;
  7. background: #f0f2f5;
  8. padding-top: 15px;
  9. padding-bottom: 33px;
  10. box-sizing: border-box;
  11. }
  12. .alertBox .left .wrap {
  13. display: flex;
  14. flex-direction: row;
  15. width: 565px;
  16. margin: 0 auto;
  17. justify-content: space-between;
  18. }
  19. .alertBox .left .wrap .items {
  20. width: 137px;
  21. height: 107px;
  22. background: #Fff;
  23. border-radius: 8px;
  24. box-shadow: 1px 1px 10px #a39e9e;
  25. }
  26. .alertBox .left .wrap .items.error {
  27. border: 1px solid #d10707;
  28. }
  29. .alertBox .left .wrap .items.warn {
  30. border: 1px solid #ffab09;
  31. }
  32. .alertBox .left .wrap .items .head {
  33. display: flex;
  34. flex-direction: row;
  35. justify-content: space-between;
  36. align-items: center;
  37. padding: 12px 11px 10px 15px;
  38. }
  39. .alertBox .left .wrap .items .platform {
  40. display: flex;
  41. flex-direction: column;
  42. justify-content: center;
  43. align-items: flex-start;
  44. }
  45. .alertBox .left .wrap .items .platform label {
  46. font-family: DIN-Bold;
  47. font-size: 16px;
  48. }
  49. .alertBox .left .wrap .items .content {
  50. padding: 0 15px 0 15px;
  51. }
  52. .alertBox .left .floor {
  53. margin-top: 15px;
  54. margin-bottom: 14px;
  55. position: relative;
  56. }
  57. .alertBox .left .floor .cover {
  58. display: block;
  59. margin: 0 auto;
  60. }
  61. .alertBox .left .floor .mark {
  62. position: absolute;
  63. left: 0;
  64. top: 0;
  65. width: 23px;
  66. height: 30px;
  67. line-height: 24px;
  68. text-align: center;
  69. font-family: DIN-Bold;
  70. background-size: 100% 100%;
  71. }
  72. .alertBox .left .floor .mark.normal {
  73. color: #1ab700;
  74. background: url("../../../../Content/images/DeviceMonitor/normal2.png") no-repeat;
  75. }
  76. .alertBox .left .floor .mark.warn {
  77. color: #ffab09;
  78. background: url("../../../../Content/images/DeviceMonitor/warn2.png") no-repeat;
  79. }
  80. .alertBox .left .floor .mark.error {
  81. color: #d10707;
  82. background: url("../../../../Content/images/DeviceMonitor/error2.png") no-repeat;
  83. }
  84. .alertBox .right {
  85. float: left;
  86. width: 240px;
  87. background: #fefefe;
  88. padding: 10px 0px 0 8px;
  89. }
  90. .alertBox .right .title {
  91. display: flex;
  92. flex-direction: row;
  93. justify-content: flex-start;
  94. align-items: center;
  95. }
  96. .alertBox .right .title span {
  97. color: #2d2f33;
  98. font-size: 16px;
  99. font-weight: bold;
  100. margin-left: 10px;
  101. }
  102. .alertBox .right .device {
  103. margin-top: 18px;
  104. }
  105. .alertBox .right .device .device_Info {
  106. height: 32px;
  107. line-height: 32px;
  108. overflow: hidden;
  109. padding: 0 12px;
  110. }
  111. .alertBox .right .device .device_Info .name {
  112. font-size: 14px;
  113. color: #525866;
  114. min-width: 90px;
  115. float: left;
  116. }
  117. .alertBox .right .device .device_Info .inner {
  118. font-size: 14px;
  119. color: #525866;
  120. font-weight: bold;
  121. float: left;
  122. }
  123. .alertBox .right .device .device_Info.even {
  124. background: #f2f3f5;
  125. }
  126. .selected {
  127. color: red;
  128. }
  129. .highlight {
  130. background: yellow;
  131. }
  132. .main {
  133. position: relative;
  134. min-width: 1024px;
  135. max-width: 1920px;
  136. margin: 0 auto;
  137. height: 100%;
  138. padding: 0.5% 0.5%;
  139. box-box-sizing: border-box;
  140. display: flex;
  141. flex-direction: row;
  142. }
  143. .head {
  144. width: 100%;
  145. height: 60px;
  146. padding: 10px;
  147. box-sizing: border-box;
  148. display: flex;
  149. flex-direction: row;
  150. justify-content: space-between;
  151. align-items: center;
  152. border-bottom: 1px solid #e6e6e6;
  153. }
  154. .head .left {
  155. display: flex;
  156. flex-direction: row;
  157. justify-content: flex-start;
  158. align-items: center;
  159. }
  160. .head .left span {
  161. display: block;
  162. width: 70px;
  163. height: 30px;
  164. line-height: 30px;
  165. text-align: center;
  166. background: #d6d6d6;
  167. font-size: 16px;
  168. color: #333333;
  169. margin-right: 6px;
  170. border-radius: 5px;
  171. font-family: DIN-Bold;
  172. cursor: pointer;
  173. }
  174. .head .left span.active {
  175. background: #1890ff;
  176. color: #fff;
  177. }
  178. .head .right {
  179. display: flex;
  180. flex-direction: row;
  181. justify-content: flex-start;
  182. align-items: center;
  183. }
  184. .head .right .tipIcon {
  185. display: flex;
  186. flex-direction: row;
  187. justify-content: flex-start;
  188. align-items: center;
  189. margin-left: 20px;
  190. }
  191. .head .right .tipIcon span {
  192. color: #525866;
  193. font-size: 14px;
  194. margin-left: 5px;
  195. }
  196. .center {
  197. height: calc(100% - 60px);
  198. display: flex;
  199. box-sizing: border-box;
  200. flex-direction: row;
  201. justify-content: space-between;
  202. align-items: flex-start;
  203. }
  204. .center .left {
  205. position: relative;
  206. padding-left: 177px;
  207. padding-top: 20px;
  208. display: flex;
  209. box-sizing: border-box;
  210. flex-direction: row;
  211. justify-content: flex-start;
  212. align-items: flex-start;
  213. }
  214. .center .left .LineBox {
  215. padding-top: 57px;
  216. position: relative;
  217. }
  218. .center .left .LineBoxstu {
  219. position: absolute;
  220. left: 8px;
  221. top: 48px;
  222. }
  223. .center .left .itemBox {
  224. display: flex;
  225. box-sizing: border-box;
  226. flex-direction: column;
  227. justify-content: flex-start;
  228. align-items: flex-start;
  229. }
  230. .center .left .item {
  231. position: relative;
  232. top: 49px;
  233. left: 4px;
  234. line-height: 1;
  235. }
  236. .center .left .item .num {
  237. color: #09355e;
  238. position: absolute;
  239. left: 48px;
  240. top: 5px;
  241. font-size: 8px;
  242. font-family: DIN-Bold;
  243. }
  244. .center .left .item .num.nums {
  245. left: 45px;
  246. }
  247. .center .left .item .ddj {
  248. margin-left: 31px;
  249. display: block;
  250. }
  251. .center .left .item .round {
  252. position: absolute;
  253. width: 790px;
  254. height: 2px;
  255. left: -22px;
  256. bottom: 8px;
  257. }
  258. .center .right {
  259. height: 100%;
  260. width: 302px;
  261. box-sizing: border-box;
  262. padding: 26px 0 0 12px;
  263. border-left: 1px solid #bdcadb;
  264. }
  265. .center .right .rItem {
  266. margin-bottom: 20px;
  267. }
  268. .center .right .rItem .title {
  269. display: flex;
  270. flex-direction: row;
  271. justify-content: flex-start;
  272. align-items: center;
  273. margin-bottom: 10px;
  274. }
  275. .center .right .rItem .title span {
  276. font-size: 16px;
  277. color: #2d2f33;
  278. font-weight: bold;
  279. margin-left: 6px;
  280. }
  281. .center .right .rItem .tbale {
  282. border: 1px solid #bdcadb;
  283. width: 235px;
  284. margin-left: 12px;
  285. }
  286. .center .right .rItem .tbale .item {
  287. overflow: hidden;
  288. height: 42px;
  289. border-bottom: 1px solid #bdcadb;
  290. }
  291. .center .right .rItem .tbale .item span {
  292. display: block;
  293. float: left;
  294. width: 98px;
  295. height: 42px;
  296. line-height: 42px;
  297. background: #f8f9fb;
  298. font-size: 14px;
  299. color: #525866;
  300. text-align: center;
  301. border-right: 1px solid #bdcadb;
  302. }
  303. .center .right .rItem .tbale .item label {
  304. display: block;
  305. float: left;
  306. width: 135px;
  307. height: 42px;
  308. line-height: 42px;
  309. font-size: 14px;
  310. color: #525866;
  311. text-align: center;
  312. font-family: DIN-Bold;
  313. border-right: 1px solid #bdcadb;
  314. }
  315. .center .right .rItem .InfoItem {
  316. margin-bottom: 15px;
  317. margin-left: 12px;
  318. }
  319. .center .right .rItem .InfoItem .titleS {
  320. display: block;
  321. width: 48px;
  322. height: 20px;
  323. text-align: center;
  324. line-height: 20px;
  325. background: #fe2c2c;
  326. color: #fff;
  327. font-size: 12px;
  328. border-radius: 5px;
  329. margin-bottom: 4px;
  330. }
  331. .center .right .rItem .InfoItem .InfoBlock {
  332. display: flex;
  333. flex-direction: row;
  334. margin-bottom: 4px;
  335. }
  336. .center .right .rItem .InfoItem .InfoBlock span {
  337. color: #525866;
  338. font-size: 14px;
  339. display: block;
  340. min-width: 70px;
  341. }
  342. .center .right .rItem .InfoItem .InfoBlock label {
  343. color: #525866;
  344. font-size: 14px;
  345. font-weight: bold;
  346. }
  347. .Colum {
  348. display: flex;
  349. flex-direction: column;
  350. justify-content: flex-start;
  351. align-items: flex-start;
  352. margin-top: 38px;
  353. }
  354. .onOne {
  355. position: relative;
  356. border: 1px dashed #dbdbdb;
  357. background: #f9f9f9;
  358. margin-right: 4px;
  359. border-radius: 5px;
  360. }
  361. .onOne span {
  362. position: absolute;
  363. color: #09355e;
  364. font-size: 14px;
  365. left: 5px;
  366. top: 50%;
  367. transform: translateY(-50%);
  368. }
  369. .big {
  370. position: absolute;
  371. left: 4px;
  372. bottom: -112px;
  373. }
  374. .ddjnum {
  375. font-size: 18px;
  376. position: absolute;
  377. color: #fff;
  378. font-family: DIN-Bold;
  379. left: 65px;
  380. z-index: 9999;
  381. top: 24px;
  382. }
  383. .position {
  384. position: absolute;
  385. left: 216px;
  386. top: 60px;
  387. }
  388. .firstRow {
  389. position: absolute;
  390. left: 179px;
  391. top: 53px;
  392. color: #292c33;
  393. font-size: 12px;
  394. }
  395. .firstLine {
  396. position: absolute;
  397. left: 217px;
  398. top: 43px;
  399. color: #292c33;
  400. font-size: 12px;
  401. }
  402. .status {
  403. position: absolute;
  404. width: 32px;
  405. height: 22px;
  406. margin-left: 10px;
  407. }
  408. .ddjline {
  409. margin-left: 44px;
  410. width: 723px;
  411. }
  412. .station {
  413. position: relative;
  414. }
  415. .stationgoods {
  416. position: absolute;
  417. margin-left: -23px;
  418. margin-top: 1px;
  419. width: 32px;
  420. height: 20px;
  421. }
  422. .jhd {
  423. position: absolute;
  424. margin-left: 20px;
  425. margin-top: -7px;
  426. height: 12px;
  427. width: 12px
  428. }