style-old.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. @font-face
  2. {
  3. font-family: digifaw;
  4. src: url(./digifaw.ttf);
  5. }
  6. body{
  7. width: 1920px;
  8. height: 1080px;
  9. background-image: url("../images/bg.png");
  10. margin: 0 auto;
  11. }
  12. .line1 {
  13. overflow: hidden;
  14. text-overflow: ellipsis;
  15. display: box;
  16. display: -webkit-box;
  17. line-clamp: 1;
  18. box-orient: vertical;
  19. -webkit-line-clamp: 1;
  20. -webkit-box-orient: vertical;
  21. word-break: break-all;
  22. }
  23. .nav-header{
  24. width: 1880px;
  25. height: 102px;
  26. margin: 0 auto;
  27. margin-top: 10px;
  28. background-image: url("../images/topbg.png");
  29. position: relative;
  30. }
  31. .nav-system-start{
  32. position: absolute;
  33. z-index: 10;
  34. width: 302px;
  35. height: 45px;
  36. background-image: url("../images/system-start.png");
  37. top: 38px;
  38. left: 158px;
  39. line-height: 45px;
  40. text-align: center;
  41. color: #ffffff;
  42. font-size: 18px;
  43. cursor: pointer;
  44. font-weight: bold;
  45. }
  46. .nav-logout{
  47. position: absolute;
  48. z-index: 10;
  49. width: 170px;
  50. height: 46px;
  51. background-image: url("../images/logout.png");
  52. top: 37px;
  53. right: 152px;
  54. line-height: 46px;
  55. text-align: center;
  56. color: #ffffff;
  57. font-size: 18px;
  58. cursor: pointer;
  59. font-weight: bold;
  60. }
  61. .nav-title,.nav-desc{
  62. text-align: center;
  63. color: #0C9BFF;
  64. font-weight: bold;
  65. }
  66. .nav-title{
  67. font-size: 32px;
  68. padding-top: 13px;
  69. }
  70. .nav-desc{
  71. font-size: 22px;
  72. }
  73. .main{
  74. margin: 0 auto;
  75. margin-top: 10px;
  76. width: 1880px;
  77. height: 934px;
  78. overflow: hidden;
  79. position: relative;
  80. }
  81. .main-left1{
  82. position: absolute;
  83. z-index: 10;
  84. width: 527px;
  85. height: 296px;
  86. top: 0;
  87. left: 0;
  88. background-image: url("../images/left1.png");
  89. }
  90. .main-left2{
  91. position: absolute;
  92. z-index: 10;
  93. width: 527px;
  94. height: 326px;
  95. top: 302px;
  96. left: 0;
  97. background-image: url("../images/left2.png");
  98. }
  99. .main-left3{
  100. position: absolute;
  101. z-index: 10;
  102. width: 527px;
  103. height: 296px;
  104. bottom: 0;
  105. left: 0;
  106. background-image: url("../images/left3.png");
  107. }
  108. .main-middle1{
  109. position: absolute;
  110. z-index: 10;
  111. width: 799px;
  112. height: 179px;
  113. top: 0;
  114. left: 542px;
  115. background-image: url("../images/middle1.png");
  116. padding: 0 10px;
  117. }
  118. .main-middle2{
  119. position: absolute;
  120. z-index: 10;
  121. width: 493px;
  122. height: 442px;
  123. top: 187px;
  124. left: 542px;
  125. background-image: url("../images/middle2.png");
  126. }
  127. .main-middle3{
  128. position: absolute;
  129. z-index: 10;
  130. width: 299px;
  131. height: 442px;
  132. top: 187px;
  133. left: 1042px;
  134. background-image: url("../images/middle3.png");
  135. }
  136. .main-middle4{
  137. position: absolute;
  138. z-index: 10;
  139. width: 799px;
  140. height: 296px;
  141. bottom: 0;
  142. left: 542px;
  143. background-image: url("../images/middle4.png");
  144. }
  145. .main-right1{
  146. position: absolute;
  147. z-index: 10;
  148. width: 527px;
  149. height: 423px;
  150. top: 0;
  151. right: 0;
  152. background-image: url("../images/right1.png");
  153. }
  154. .main-right2{
  155. position: absolute;
  156. z-index: 10;
  157. width: 527px;
  158. height: 501px;
  159. bottom: 0;
  160. right: 0;
  161. background-image: url("../images/right2.png");
  162. }
  163. .middle-nums{
  164. font-size: 48px;
  165. font-weight: 400;
  166. text-align: center;
  167. padding-top: 40px;
  168. font-family: digifaw;
  169. }
  170. .middle-nums-yellow{
  171. color: #FCD114;
  172. }
  173. .middle-nums-purple{
  174. color: #7523FB;
  175. }
  176. .middle-nums-red{
  177. color: #FE546D;
  178. }
  179. .middle-nums-cyan{
  180. color: #0BD6D4;
  181. }
  182. .middle-desc{
  183. font-size: 48px;
  184. font-weight: 400;
  185. text-align: center;
  186. color: #0C9BFF;
  187. font-size: 18px;
  188. }
  189. .box{
  190. width: 100%;
  191. height: 100%;
  192. padding: 10px;
  193. position: relative;
  194. }
  195. .box-title{
  196. position: relative;
  197. width: 100%;
  198. height: 64px;
  199. line-height: 68px;
  200. border-bottom: 1px solid rgba(12, 155, 255, 0.3);
  201. padding: 0 40px;
  202. color: #ffffff;
  203. font-size: 17px;
  204. }
  205. .box-title:before{
  206. content: '';
  207. position: absolute;
  208. z-index: 10;
  209. bottom: 0;
  210. left: 40px;
  211. width: 40px;
  212. height: 4px;
  213. background-color: #0C9BFF;
  214. }
  215. .box-chart{
  216. width: 100%;
  217. height: 220px;
  218. }
  219. .user-chat-center{
  220. width: 100%;
  221. text-align: center;
  222. color: #ffffff;
  223. position: absolute;
  224. z-index: 10;
  225. left: 0;
  226. top: 170px;
  227. font-size: 20px;
  228. }
  229. .order-nums{
  230. width: 80%;
  231. color: #0C9BFF;
  232. margin: 10px auto;
  233. }
  234. .box-order-chart{
  235. width: 100%;
  236. /*height: 180px;*/
  237. height: 200px;
  238. /*border:1px solid #ffffff;*/
  239. }
  240. .order-nums-text{
  241. font-family: digifaw;
  242. color: #36F6F9;
  243. }
  244. .box-device-chart{
  245. width: 100%;
  246. height: 180px;
  247. /*border:1px solid #ffffff;*/
  248. }
  249. .program{
  250. padding: 15px 30px 0 30px;
  251. }
  252. .program-title{
  253. color: #ffffff;
  254. font-size: 16px;
  255. }
  256. .program-desc{
  257. color: #0C9BFF;
  258. font-size: 14px;
  259. }
  260. .program-lou{
  261. width: 481px;
  262. height: 329px;
  263. position: relative;
  264. }
  265. .program-lou-img{
  266. width: 100%;
  267. height: 100%;
  268. }
  269. .program-lou-dian{
  270. position: absolute;
  271. width: 188px;
  272. height: 73px;
  273. color: #ffffff;
  274. font-size: 14px;
  275. }
  276. .program-lou-dian.finish{
  277. top: 50px;
  278. left: 218px;
  279. z-index: 10;
  280. }
  281. .program-lou-dian.unfinish{
  282. top: 100px;
  283. left: 282px;
  284. z-index: 11;
  285. }
  286. .program-lou-dian img{
  287. width: 38px;
  288. height: 73px;
  289. float: left;
  290. }
  291. .lou-dian-desc{
  292. display: inline-block;
  293. width: 150px;
  294. height: 73px;
  295. float: right;
  296. }
  297. .patrol{
  298. padding-top: 5px;
  299. }
  300. .patrol-box{
  301. width: 260px;
  302. height: 37px;
  303. line-height: 37px;
  304. background-color: rgba(2, 177, 255, 0.2);
  305. margin: 2px auto;
  306. color: #0C9BFF;
  307. font-size: 16px;
  308. }
  309. .patrol-box-left{
  310. width: 100px;
  311. height: 37px;
  312. float: left;
  313. padding-left: 17px;
  314. text-align: left;
  315. }
  316. .patrol-box-right{
  317. width: 160px;
  318. height: 37px;
  319. float: right;
  320. padding-right: 17px;
  321. text-align: right;
  322. }
  323. .patrol-img{
  324. width: 260px;
  325. height: 188px;
  326. /*border: 1px solid #ffffff;*/
  327. margin: 0 auto;
  328. margin-top: 7px;
  329. }
  330. .patrol-img img{
  331. width: 100%;
  332. height: 100%;
  333. }
  334. .box-patrol-chart{
  335. width: 100%;
  336. height: 210px;
  337. }
  338. .repair{
  339. width: 100%;
  340. min-height: 148px;
  341. padding: 0 20px;
  342. padding-top: 5px;
  343. overflow: hidden;
  344. }
  345. .repair-box{
  346. width: 460px;
  347. height: 37px;
  348. line-height: 37px;
  349. border-bottom: 1px dashed rgba(12, 155, 255, 0.5);
  350. color: #0C9BFF;
  351. font-size: 16px;
  352. }
  353. .repair-box-left{
  354. width: 220px;
  355. height: 37px;
  356. float: left;
  357. }
  358. .repair-box-right{
  359. width: 220px;
  360. height: 37px;
  361. float: right;
  362. text-align: right;
  363. }
  364. .box-repair-chart{
  365. width: 100%;
  366. height: 190px;
  367. margin-top: 10px;
  368. }
  369. .box-common-chart{
  370. width: 100%;
  371. height: 220px;
  372. /*border: 1px solid #ffffff;*/
  373. }
  374. .common-box{
  375. width: 496px;
  376. height: 37px;
  377. line-height: 37px;
  378. margin-bottom: 1px;
  379. background-color: rgba(2, 177, 255, 0.2);
  380. overflow: hidden;
  381. text-align: center;
  382. color: #0C9BFF;
  383. font-size: 16px;
  384. }
  385. .common-box-list1{
  386. width: 60px;
  387. height: 100%;
  388. float: left;
  389. }
  390. .common-box-list1 img{
  391. width: 32px;
  392. height: 38px;
  393. }
  394. .common-box-list2{
  395. width: 160px;
  396. height: 100%;
  397. float: left;
  398. }
  399. .common-box-list3{
  400. width: 120px;
  401. height: 100%;
  402. float: left;
  403. }
  404. .common-box-list4{
  405. width: 120px;
  406. height: 100%;
  407. float: left;
  408. }
  409. .common-box-list5{
  410. width: 30px;
  411. height: 100%;
  412. float: left;
  413. }