head_office.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. @font-face
  2. {
  3. font-family: digifaw;
  4. }
  5. body{
  6. width: 1920px;
  7. height: 1080px;
  8. background-image: url("/static/head_office/imgs/bg.png");
  9. background-repeat:repeat;
  10. background-size:100% 100%;
  11. -moz-background-size:100% 100%;
  12. /*background-size:cover;*/
  13. margin: 0 auto;
  14. }
  15. .nav-header{
  16. width: 1920px;
  17. height: 94px;
  18. margin: 0 auto;
  19. /*margin-top: 10rem;*/
  20. background-image: url("/static/head_office/imgs/nav-head.png");
  21. background-repeat:no-repeat;
  22. background-size:100% 100%;
  23. -moz-background-size:100% 100%;
  24. position: relative;
  25. }
  26. .nav-left{
  27. width: 550px;
  28. height: 94px;
  29. display: inline-block;
  30. padding-left: 90px;
  31. padding-top: 24px;
  32. font-size: 20px;
  33. font-family: Source Han Sans CN;
  34. font-weight: 400;
  35. color: #FFFFFF;
  36. letter-spacing: 1px;
  37. float: left;
  38. }
  39. .nav-title{
  40. width: 820px;
  41. height: 100%;
  42. display: inline-block;
  43. font-size: 32px;
  44. font-family: Adobe Heiti Std;
  45. font-weight: normal;
  46. color: #FFFFFF;
  47. letter-spacing: 2px;
  48. text-align: center;
  49. padding-top: 20px;
  50. }
  51. .nav-right{
  52. width: 550px;
  53. height: 94px;
  54. display: inline-block;
  55. color: #FFFFFF;
  56. letter-spacing: 2px;
  57. float: right;
  58. text-align: right;
  59. padding-right: 90px;
  60. padding-top: 24px;
  61. font-size: 18px;
  62. font-family: Source Han Sans CN;
  63. font-weight: 400;
  64. }
  65. .main{
  66. width: 1920px;
  67. height: 986px;
  68. padding: 31px 30px 50px 30px;
  69. }
  70. .main1{
  71. width: 1860px;
  72. height: 516px;
  73. background-image: url("/static/head_office/imgs/frame.png");
  74. background-repeat:no-repeat;
  75. background-size:100% 100%;
  76. -moz-background-size:100% 100%;
  77. }
  78. .main1-left{
  79. width: 502px;
  80. height: 100%;
  81. display: inline-block;
  82. position: relative;
  83. }
  84. .main1-left1{
  85. width: 462px;
  86. height: 222px;
  87. margin: 20px;
  88. display: inline-block;
  89. background-image: url("/static/head_office/imgs/data-frame.png");
  90. background-repeat:no-repeat;
  91. background-size:100% 100%;
  92. -moz-background-size:100% 100%;
  93. /*position: absolute;*/
  94. }
  95. .left1-one{
  96. width: 155px;
  97. height: 100px;
  98. display: inline-block;
  99. float: left;
  100. }
  101. .left1-num{
  102. width: 100%;
  103. height: 57px;
  104. line-height: 75px;
  105. display: inline-block;
  106. font-size: 26px;
  107. font-family: Source Han Sans CN;
  108. font-weight: 500;
  109. color: #FFFFFF;
  110. padding-left: 37px;
  111. }
  112. .left1-title{
  113. width: 100%;
  114. height: 37px;
  115. display: inline-block;
  116. font-size: 1px;
  117. font-family: Source Han Sans CN;
  118. font-weight: 500;
  119. color: #83ACFF;
  120. padding-left: 37px;
  121. letter-spacing: 1px;
  122. }
  123. .left1-two{
  124. width: 125px;
  125. height: 128px;
  126. display: inline-block;
  127. margin-top: 48px;
  128. margin-left: 15px;
  129. }
  130. .box-chart-text{
  131. width: 125px;
  132. height: 128px;
  133. position: absolute;
  134. left: 0;
  135. top: 0;
  136. text-align: center;
  137. color: #ffffff;
  138. /*padding-top: 85px;*/
  139. /*margin-left: 169px;*/
  140. padding-top: 105px;
  141. margin-left: 187px;
  142. }
  143. .box-chart-text-title{
  144. font-size: 10px;
  145. }
  146. .box-chart-text-count{
  147. font-size: 30px;
  148. }
  149. .left1-there{
  150. width: 155px;
  151. height: 100px;
  152. display: inline-block;
  153. float: right;
  154. }
  155. .left1-four{
  156. width: 155px;
  157. height: 100px;
  158. display: inline-block;
  159. float: left;
  160. margin-top: -50px;
  161. }
  162. .left1-five{
  163. width: 155px;
  164. height: 100px;
  165. display: inline-block;
  166. float: right;
  167. margin-top: -50px;
  168. }
  169. .main1-left2{
  170. width: 462px;
  171. height: 250px;
  172. display: inline-block;
  173. margin-left: 20px;
  174. }
  175. .main1-left2 .title{
  176. width: 217px;
  177. height: 40px;
  178. line-height: 40px;
  179. background-image: url("/static/head_office/imgs/title-frame.png");
  180. background-repeat:no-repeat;
  181. background-size:100% 100%;
  182. -moz-background-size:100% 100%;
  183. padding-left: 49px;
  184. font-size: 20px;
  185. font-family: Source Han Sans CN;
  186. font-weight: bold;
  187. color: #FFFFFF;
  188. }
  189. .userData{
  190. width: 100%;
  191. height: 210px;
  192. }
  193. .main1-center{
  194. width: 856px;
  195. height: 514px;
  196. display: inline-block;
  197. position: relative;
  198. }
  199. .main1-center .title{
  200. width: 217px;
  201. height: 39px;
  202. line-height: 39px;
  203. position: absolute;
  204. padding-left: 21px;
  205. margin-top: 21px;
  206. background-image: url("/static/head_office/imgs/title-frame.png");
  207. background-repeat:no-repeat;
  208. background-size:100% 100%;
  209. -moz-background-size:100% 100%;
  210. font-size: 20px;
  211. font-family: Source Han Sans CN;
  212. font-weight: bold;
  213. color: #FFFFFF;
  214. z-index: 10;
  215. margin-left: 20px;
  216. }
  217. .orgRanking{
  218. width: 210px;
  219. height: 152px;
  220. position: absolute;
  221. z-index: 10;
  222. background-image: url("/static/head_office/imgs/small-box.png");
  223. background-repeat:no-repeat;
  224. background-size:100% 100%;
  225. -moz-background-size:100% 100%;
  226. bottom: 0px;
  227. right: 0px;
  228. margin-right: 21px;
  229. margin-bottom: 20px;
  230. }
  231. .orgRanking .org-title{
  232. width: 100%;
  233. height: 39px;
  234. line-height: 39px;
  235. font-size: 16px;
  236. font-family: Source Han Sans CN;
  237. font-weight: 400;
  238. color: #FFFFFF;
  239. padding-left: 25px;
  240. }
  241. .orgRanking .org-name{
  242. width: 100%;
  243. height: 113px;
  244. padding-left: 25px;
  245. overflow: hidden;
  246. }
  247. .orgRanking .org-name .org-name-one{
  248. width: 100%;
  249. height: 37px;
  250. line-height: 37px;
  251. font-size: 16px;
  252. font-family: Source Han Sans CN;
  253. font-weight: 400;
  254. color: #FFFFFF;
  255. overflow: hidden;
  256. }
  257. .main1-right{
  258. width: 498px;
  259. height: 514px;
  260. display: inline-block;
  261. float: right;
  262. }
  263. .main1-right1{
  264. width: 100%;
  265. height: 242px;
  266. }
  267. .main1-right1 .waste-all{
  268. width: 100%;
  269. height: 39px;
  270. line-height: 39px;
  271. margin-top: 22px;
  272. padding-left: 20px;
  273. }
  274. .waste-all .waste-title{
  275. width: 217px;
  276. height: 39px;
  277. display: inline-block;
  278. font-size: 20px;
  279. font-family: Source Han Sans CN;
  280. font-weight: bold;
  281. color: #FFFFFF;
  282. background-image: url("/static/head_office/imgs/title-frame.png");
  283. background-repeat:no-repeat;
  284. background-size:100% 100%;
  285. -moz-background-size:100% 100%;
  286. text-align: center;
  287. float: left;
  288. }
  289. .waste-all .waste-date{
  290. width: 260px;
  291. height: 39px;
  292. text-align: right;
  293. display: inline-block;
  294. float: right;
  295. }
  296. .waste-date .month{
  297. width: 44px;
  298. height: 28px;
  299. line-height: 28px;
  300. /*background-color: #002D89;*/
  301. border: 1px solid #83ACFF;
  302. border-radius: 4px;
  303. display: inline-block;
  304. color: #fff;
  305. text-align: center;
  306. margin-right: 10px;
  307. }
  308. .waste-date .year{
  309. width: 44px;
  310. height: 28px;
  311. line-height: 28px;
  312. /*background: #002D89;*/
  313. border: 1px solid #83ACFF;
  314. border-radius: 4px;
  315. display: inline-block;
  316. color: #fff;
  317. text-align: center;
  318. margin-right: 10px;
  319. }
  320. .waste-data{
  321. width: 100%;
  322. height: 202px;
  323. }
  324. .main1-right2{
  325. width: 100%;
  326. height: 242px;
  327. }
  328. .main1-right2 .escort-all{
  329. width: 100%;
  330. height: 39px;
  331. line-height: 39px;
  332. padding-left: 20px;
  333. }
  334. .escort-all .escort-title{
  335. width: 217px;
  336. height: 39px;
  337. display: inline-block;
  338. font-size: 20px;
  339. font-family: Source Han Sans CN;
  340. font-weight: bold;
  341. color: #FFFFFF;
  342. background-image: url("/static/head_office/imgs/title-frame.png");
  343. background-repeat:no-repeat;
  344. background-size:100% 100%;
  345. -moz-background-size:100% 100%;
  346. text-align: center;
  347. float: left;
  348. }
  349. .escort-all .escort-date{
  350. width: 260px;
  351. height: 39px;
  352. text-align: right;
  353. display: inline-block;
  354. float: right;
  355. }
  356. .escort-date .month{
  357. width: 44px;
  358. height: 28px;
  359. line-height: 28px;
  360. border: 1px solid #83ACFF;
  361. border-radius: 4px;
  362. display: inline-block;
  363. color: #fff;
  364. text-align: center;
  365. margin-right: 10px;
  366. }
  367. .escort-date .year{
  368. width: 44px;
  369. height: 28px;
  370. line-height: 28px;
  371. /*background: #002D89;*/
  372. border: 1px solid #83ACFF;
  373. border-radius: 4px;
  374. display: inline-block;
  375. color: #fff;
  376. text-align: center;
  377. margin-right: 10px;
  378. }
  379. .escort-data{
  380. width: 100%;
  381. height: 202px;
  382. }
  383. .main2{
  384. width: 1860px;
  385. height: 370px;
  386. margin-top: 20px;
  387. }
  388. .main2-left{
  389. width: 500px;
  390. height: 370px;
  391. background-image: url("/static/head_office/imgs/frame2.png");
  392. background-repeat:no-repeat;
  393. background-size:100% 100%;
  394. -moz-background-size:100% 100%;
  395. display: inline-block;
  396. float: left;
  397. }
  398. .todo-count-title{
  399. width: 100%;
  400. height: 60px;
  401. line-height: 60px;
  402. font-size: 20px;
  403. font-family: Source Han Sans CN;
  404. font-weight: bold;
  405. color: #FFFFFF;
  406. padding-left: 10px;
  407. }
  408. .main2-left .main-body{
  409. width: 100%;
  410. height: 310px;
  411. padding: 5px;
  412. overflow: hidden;
  413. }
  414. .main2-center{
  415. width: 818px;
  416. height: 370px;
  417. display: inline-block;
  418. margin-left: 20px;
  419. background-image: url("/static/head_office/imgs/frame3.png");
  420. background-repeat:no-repeat;
  421. background-size:100% 100%;
  422. -moz-background-size:100% 100%;
  423. position: relative;
  424. }
  425. .center-title{
  426. width: 400px;
  427. height: 60px;
  428. line-height: 60px;
  429. font-size: 20px;
  430. font-family: Source Han Sans CN;
  431. font-weight: bold;
  432. color: #FFFFFF;
  433. padding-left: 10px;
  434. display: inline-block;
  435. position: absolute;
  436. z-index: 10;
  437. }
  438. .org-todo-data-count{
  439. width: 100%;
  440. height: 100%;
  441. padding-top: 10px;
  442. }
  443. .main2-right{
  444. width: 498px;
  445. height: 370px;
  446. display: inline-block;
  447. float: right;
  448. background-image: url("/static/head_office/imgs/frame4.png");
  449. background-repeat:no-repeat;
  450. background-size:100% 100%;
  451. -moz-background-size:100% 100%;
  452. }
  453. .xc-img{
  454. width: 100%;
  455. height: 102px;
  456. overflow: hidden;
  457. }
  458. .xc-img img{
  459. width: 102px;
  460. height: 102px;
  461. margin-left: 15px;
  462. }
  463. .patrol{
  464. width: 100%;
  465. height:200px;
  466. margin-top: 8px;
  467. }
  468. .tablebox {
  469. height: 300px;
  470. overflow: hidden;
  471. position: relative;
  472. width: 100%;
  473. margin: 0 auto;
  474. /*background-color: rgba(6,26,103,1);*/
  475. /*background: rgba(2, 177, 255, 0.1);*/
  476. }
  477. .tbl-header {
  478. width: 100%;
  479. position: absolute;
  480. top: 0;
  481. left: 0;
  482. z-index: 999;
  483. }
  484. .tbl-body {
  485. width: 100%;
  486. position: absolute;
  487. top: 0;
  488. left: 0;
  489. }
  490. .tablebox table {
  491. width: 100%;
  492. }
  493. .tablebox table th,
  494. .tablebox table td {
  495. font-size: 16px;
  496. color: #FFFFFF;
  497. line-height: 35px;
  498. text-align: center;
  499. }
  500. .tablebox table tr th {
  501. /*background-color: rgba(152, 75, 216, 1);*/
  502. background-color: #001B43;
  503. /*color: #675078;*/
  504. cursor: pointer;
  505. }
  506. .tablebox table tr td {
  507. background-color: transparent;
  508. }
  509. .tbl-body tr:nth-child(even) td,.tbl-body1 tr:nth-child(even) td {
  510. background-color: rgba(0,27,67, 0.2);
  511. }
  512. .tablebox table tr td span,
  513. .tablebox table tr td span {
  514. font-size: 16px;
  515. }