style.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  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/project/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: 1920px;
  25. height: 60px;
  26. margin: 0 auto;
  27. /*margin-top: 10px;*/
  28. background-image: url("../images/project/header.png");
  29. position: relative;
  30. }
  31. .nav-title,.nav-desc{
  32. text-align: center;
  33. color: #FFFFFF;
  34. font-weight: bold;
  35. }
  36. .nav-title{
  37. font-size: 26px;
  38. padding-top: 13px;
  39. }
  40. .nav-desc{
  41. font-size: 22px;
  42. }
  43. .main{
  44. margin: 0 auto;
  45. margin-top: 10px;
  46. width: 1920px;
  47. height: 1010px;
  48. overflow: hidden;
  49. position: relative;
  50. }
  51. .main-left1{
  52. position: absolute;
  53. z-index: 10;
  54. width: 483px;
  55. height: 227px;
  56. top: 0;
  57. left: 0;
  58. background-image: url("../images/project/leftbg1.png");
  59. }
  60. .main-left1 .user-box{
  61. width: 115px;
  62. height: auto;
  63. overflow: hidden;
  64. text-align: center;
  65. position: relative;
  66. padding: 15px 0;
  67. float: left;
  68. }
  69. #waste-count{
  70. width: 100%;
  71. height: 200px;
  72. /*border: 1px solid #ffffff;*/
  73. }
  74. .main-left1 .user-box img{
  75. width: 100px;
  76. height: 100px;
  77. }
  78. .main-left1 .user-box-nums{
  79. color: #A9E5FE;
  80. font-size: 14px;
  81. }
  82. .main-left1 .user-box-title{
  83. color: #FFFFFF;
  84. font-size: 14px;
  85. }
  86. .main-left1 .user-box-header{
  87. position: absolute;
  88. z-index: 10;
  89. top: 46px;
  90. left: 0;
  91. width: 100%;
  92. height: auto;
  93. }
  94. .main-left2{
  95. position: absolute;
  96. z-index: 10;
  97. width: 483px;
  98. height: 277px;
  99. top: 214px;
  100. left: 0;
  101. background-image: url("../images/project/leftbg2.png");
  102. color: #ffffff;
  103. }
  104. .main-left3{
  105. position: absolute;
  106. z-index: 10;
  107. width: 483px;
  108. height: 274px;
  109. top: 479px;
  110. left: 0;
  111. background-image: url("../images/project/leftbg3.png");
  112. }
  113. .main-left3 .box-yhyj-chart{
  114. height: 220px;
  115. /*border: 1px solid #ffffff;*/
  116. }
  117. .main-left4{
  118. position: absolute;
  119. z-index: 10;
  120. width: 483px;
  121. height: 274px;
  122. bottom: 0;
  123. left: 0;
  124. background-image: url("../images/project/leftbg3.png");
  125. }
  126. .main-left4 .box-bx-chart{
  127. height: 220px;
  128. /*border: 1px solid #ffffff;*/
  129. }
  130. .main-middle1{
  131. position: absolute;
  132. z-index: 10;
  133. width: 948px;
  134. height: 476px;
  135. top: 0;
  136. left: 490px;
  137. }
  138. .main-middle1 .middle-box{
  139. position: relative;
  140. width: 100%;
  141. height: 100%;
  142. }
  143. .main-middle1 .middle-box .middle-box-img{
  144. width: 100%;
  145. height: 100%;
  146. }
  147. .main-middle1 .middle-box-title{
  148. position: absolute;
  149. z-index: 10;
  150. width: 100%;
  151. height: 42px;
  152. line-height: 42px;
  153. color: #ffffff;
  154. font-size: 28px;
  155. top: 0;
  156. left: 0;
  157. text-align: center;
  158. background-image: url("../images/project/middle1.png");
  159. }
  160. .main-middle1 .order-box{
  161. position: absolute;
  162. z-index: 10;
  163. width: 409px;
  164. height: 138px;
  165. top: 200px;
  166. left: 300px;
  167. overflow: hidden;
  168. }
  169. .main-middle1 .order-box .order-box-box{
  170. position: relative;
  171. width: 100%;
  172. height: 100%;
  173. }
  174. .main-middle1 .order-box .order-box-pos{
  175. position: absolute;
  176. z-index: 10;
  177. width: 240px;
  178. height: 50px;
  179. top: 20px;
  180. left: 120px;
  181. }
  182. .main-middle1 .order-box .order-box-pos .order-box-list{
  183. width: 80px;
  184. height: 50px;
  185. line-height: 25px;
  186. float: left;
  187. text-align: center;
  188. font-size: 14px;
  189. color: #ffffff;
  190. }
  191. .order-box-list-num{
  192. color: #0EF9B3;
  193. font-size: 20px;
  194. }
  195. .main-middle2{
  196. position: absolute;
  197. z-index: 10;
  198. width: 967px;
  199. height: 539px;
  200. top: 477px;
  201. left: 480px;
  202. background-image: url("../images/project/middlebg2.png");
  203. }
  204. .main-middle2 .task-box{
  205. width: 483px;
  206. height: 274px;
  207. /*border: 1px solid #ffffff;*/
  208. float: left;
  209. }
  210. .main-middle2 .bottom-box{
  211. width: 100%;
  212. height: 255px;
  213. /*border: 1px solid #ffffff;*/
  214. float: left;
  215. }
  216. .main-middle2 .task-box .task-box-title{
  217. color: #ffffff;
  218. font-size: 18px;
  219. padding-top: 12px;
  220. padding-left: 50px;
  221. }
  222. .main-middle2 .hot-chart{
  223. /*border: 1px solid #ffffff;*/
  224. height: 245px;
  225. }
  226. .main-middle2 .yscount-box{
  227. position: relative;
  228. width: 160px;
  229. padding: 0 5px;
  230. text-align: center;
  231. overflow: hidden;
  232. float: left;
  233. color: #00CAFF;
  234. }
  235. .main-middle2 .yscount-box image{
  236. width: 98px;
  237. height: 97px;
  238. }
  239. .main-middle2 .yscount-box .yscount-box-title{
  240. font-size: 14px;
  241. }
  242. .main-middle2 .yscount-box .yscount-box-des{
  243. position: absolute;
  244. z-index: 10;
  245. width: 100%;
  246. top: 71px;
  247. left: 0;
  248. font-size: 12px;
  249. }
  250. .main-middle2 .yscount-box .yscount-box-nums{
  251. position: absolute;
  252. z-index: 10;
  253. width: 100%;
  254. top: 31px;
  255. left: 0;
  256. color: #00FAA8;
  257. font-size: 22px;
  258. }
  259. .main-right1{
  260. position: absolute;
  261. z-index: 10;
  262. width: 483px;
  263. height: 495px;
  264. top: 0;
  265. right: 0;
  266. background-image: url("../images/project/rightbg1.png");
  267. }
  268. .main-right2{
  269. position: absolute;
  270. z-index: 10;
  271. width: 483px;
  272. height: 271px;
  273. bottom: 271px;
  274. right: 0;
  275. background-image: url("../images/project/rightbg2.png");
  276. }
  277. .main-right3{
  278. position: absolute;
  279. z-index: 10;
  280. width: 483px;
  281. height: 271px;
  282. bottom: 0;
  283. right: 0;
  284. }
  285. .patrol-box{
  286. width: 160px;
  287. height: 90px;
  288. padding: 3px 5px;
  289. overflow: hidden;
  290. float: left;
  291. text-align: center;
  292. }
  293. .patrol-box .patrol-box-list{
  294. width: 100%;
  295. height: 100%;
  296. background-color: rgba(69, 117, 230, 0.2);
  297. box-shadow: 0 0 5px #91A9FF;
  298. }
  299. .patrol-box .patrol-box-list img{
  300. width: 150px;
  301. height: 60px;
  302. border: 1px solid #ffffff;
  303. }
  304. .patrol-box .patrol-box-list div{
  305. line-height: 26px;
  306. height: 26px;
  307. color: #ffffff;
  308. font-size: 12px;
  309. overflow:hidden;
  310. white-space:nowrap;
  311. text-overflow:ellipsis;
  312. }
  313. .box{
  314. width: 100%;
  315. height: 100%;
  316. padding: 0 10px;
  317. position: relative;
  318. }
  319. .box-title{
  320. width: 100%;
  321. height: 34px;
  322. line-height: 50px;
  323. padding: 0 40px;
  324. color: #ffffff;
  325. font-size: 18px;
  326. }
  327. /*表格*/
  328. .table2 {
  329. color: #ffffff;
  330. width: 98%;
  331. border: 0;
  332. table-layout:fixed ;
  333. margin: 0 auto;
  334. }
  335. .table2 th,td {
  336. text-align: center;
  337. height: 42px;
  338. line-height: 42px;
  339. font-size: 14px;
  340. overflow:hidden;
  341. white-space:nowrap;
  342. text-overflow:ellipsis;
  343. }
  344. .table2 thead tr{
  345. background: rgba(8,36,56,0.58);
  346. font-size: 14px;
  347. }
  348. .table2 tbody tr:nth-child(odd){
  349. border-collapse:separate;
  350. border-spacing:0px 10px;
  351. background: #20387B;
  352. }
  353. .table2 tbody tr:nth-child(even){
  354. background: #152F77;
  355. }
  356. .table2 .table-color2{
  357. color: #0FC2DD;
  358. }
  359. .table2 .table-color3{
  360. color: #49E9A0;
  361. }