company.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  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/company/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: 30px;
  68. padding-top: 19px;
  69. letter-spacing: 10px
  70. }
  71. .nav-desc{
  72. font-size: 16px;
  73. }
  74. .main{
  75. margin: 0 auto;
  76. margin-top: 10px;
  77. width: 1880px;
  78. height: 934px;
  79. overflow: hidden;
  80. position: relative;
  81. }
  82. .main-left1{
  83. position: absolute;
  84. z-index: 10;
  85. width: 515px;
  86. height: 278px;
  87. top: 0;
  88. left: 0;
  89. background: rgba(18, 21, 103, 0.4);
  90. }
  91. .border-style{
  92. border-top: 1px solid rgba(12, 155, 255, 0.4);
  93. }
  94. .border-style:before{
  95. content: '';
  96. position: absolute;
  97. z-index: 10;
  98. top: 0;
  99. left: 0;
  100. width: 30px;
  101. height:2px;
  102. background-color: #5FAFF9;
  103. }
  104. .border-style:after{
  105. content: '';
  106. position: absolute;
  107. z-index: 10;
  108. top: 0;
  109. right: 0;
  110. width: 30px;
  111. height:2px;
  112. background-color: #5FAFF9;
  113. }
  114. .main-left1 .main-title{
  115. width: 100%;
  116. height: 63px;
  117. line-height: 58px;
  118. background: url("../images/company/leftbg.png") no-repeat;
  119. font-size: 17px;
  120. color: #ffffff;
  121. padding-left: 30px;
  122. }
  123. .main-left1 .main-body{
  124. /*border: 1px solid #fff;*/
  125. width: 100%;
  126. height: 208px;
  127. }
  128. .box-user-chart{
  129. width: 100%;
  130. height: 208px;
  131. }
  132. .main-btn-group{
  133. width: 60px;
  134. height: 22px;
  135. line-height: 22px;
  136. text-align: center;
  137. border: 1px solid #0C9BFF;
  138. border-radius: 4px;
  139. float: right;
  140. vertical-align: middle;
  141. font-size: 12px;
  142. color: #0C9BFF;
  143. margin-left: 5px;
  144. margin-top: 15px;
  145. }
  146. .main-btn-group.cur{
  147. background: #293991;
  148. font-size: 12px;
  149. color: #88B1D0;
  150. }
  151. .main-left2{
  152. position: absolute;
  153. z-index: 10;
  154. width: 515px;
  155. height: 278px;
  156. top: 303px;
  157. left: 0;
  158. background: rgba(18, 21, 103, 0.4);
  159. }
  160. .main-left2 .main-title{
  161. width: 100%;
  162. height: 63px;
  163. line-height: 58px;
  164. background: url("../images/company/leftbg.png") no-repeat;
  165. font-size: 17px;
  166. color: #ffffff;
  167. padding-left: 30px;
  168. }
  169. .main-left2 .main-body{
  170. /*border: 1px solid #fff;*/
  171. width: 100%;
  172. height: 208px;
  173. }
  174. .box-order2-chart{
  175. width: 100%;
  176. height: 208px;
  177. }
  178. .main-left3{
  179. position: absolute;
  180. z-index: 10;
  181. width: 515px;
  182. height: 330px;
  183. top: 609px;
  184. left: 0;
  185. background: rgba(18, 21, 103, 0.4);
  186. }
  187. .main-left3 .main-title{
  188. width: 100%;
  189. height: 63px;
  190. line-height: 58px;
  191. background: url("../images/company/leftbg.png") no-repeat;
  192. font-size: 17px;
  193. color: #ffffff;
  194. padding-left: 30px;
  195. }
  196. .main-left3 .main-body{
  197. /*border: 1px solid #fff;*/
  198. width: 100%;
  199. height: 260px;
  200. position: relative;
  201. }
  202. .main-left3 .province1,.main-left3 .province2,.main-left3 .province3{
  203. width: 50px;
  204. height: 40px;
  205. line-height: 40px;
  206. position: absolute;
  207. z-index: 10;
  208. color: #ffffff;
  209. font-size: 19px;
  210. text-align: center;
  211. }
  212. .main-left3 .province1{
  213. top: 135px;
  214. left: 104px;
  215. }
  216. .main-left3 .province2{
  217. top: 135px;
  218. left: 233px;
  219. }
  220. .main-left3 .province3{
  221. top: 135px;
  222. left: 362px;
  223. }
  224. .box-patrol2-chart{
  225. width: 100%;
  226. height: 260px;
  227. }
  228. .main-middle1{
  229. position: absolute;
  230. z-index: 10;
  231. width: 386px;
  232. height: 320px;
  233. top: 609px;
  234. left: 543px;
  235. background: rgba(18, 21, 103, 0.4);
  236. }
  237. .main-middle1 .main-title{
  238. width: 100%;
  239. height: 63px;
  240. line-height: 58px;
  241. background: url("../images/company/leftbg.png") no-repeat;
  242. font-size: 17px;
  243. color: #ffffff;
  244. padding-left: 30px;
  245. }
  246. .main-middle1 .main-body{
  247. /*border: 1px solid #fff;*/
  248. width: 100%;
  249. height: 260px;
  250. }
  251. .main-middle2{
  252. position: absolute;
  253. z-index: 10;
  254. width: 386px;
  255. height: 320px;
  256. top: 609px;
  257. left: 954px;
  258. background: rgba(18, 21, 103, 0.4);
  259. }
  260. .main-middle2 .main-title{
  261. width: 100%;
  262. height: 63px;
  263. line-height: 58px;
  264. background: url("../images/company/leftbg.png") no-repeat;
  265. font-size: 17px;
  266. color: #ffffff;
  267. padding-left: 30px;
  268. }
  269. .main-middle2 .main-body{
  270. /*border: 1px solid #fff;*/
  271. width: 100%;
  272. height: 260px;
  273. }
  274. .main-middle3{
  275. /*border: 1px solid #ffffff;*/
  276. position: absolute;
  277. z-index: 9;
  278. width: 796px;
  279. height: 508px;
  280. top: 74px;
  281. left: 543px;
  282. }
  283. .main-middle3 .map{
  284. width: 100%;
  285. height: 100%;
  286. }
  287. .main-middle4{
  288. /*border: 1px solid #ffffff;*/
  289. position: absolute;
  290. z-index: 11;
  291. width: 796px;
  292. height: 74px;
  293. top: 0;
  294. left: 543px;
  295. }
  296. .program-box{
  297. width: 199px;
  298. height: 74px;
  299. position: relative;
  300. float: left;
  301. }
  302. .program-box .program-box-img{
  303. width: 74px;
  304. height: 74px;
  305. display: inline-block;
  306. float: left;
  307. }
  308. .program-box .program-box-body{
  309. display: inline-block;
  310. width: 125px;
  311. height: 74px;
  312. float: right;
  313. padding-top: 10px;
  314. }
  315. .program-box .program-box-body .program-box-title{
  316. padding: 0 10px;
  317. font-size: 24px;
  318. color: #00E4FF;
  319. font-weight: bold;
  320. }
  321. .program-box .program-box-body .program-box-desc{
  322. padding: 0 10px;
  323. font-size: 13px;
  324. color: #88B1D0;
  325. }
  326. .program-box .program-box-province{
  327. width: 74px;
  328. height: 74px;
  329. line-height: 74px;
  330. color: #0C9BFF;
  331. font-size: 16px;
  332. font-weight: bold;
  333. position: absolute;
  334. z-index: 11;
  335. text-align: center;
  336. }
  337. .main-right1{
  338. position: absolute;
  339. z-index: 10;
  340. width: 515px;
  341. height: 679px;
  342. bottom: 0;
  343. right: 0;
  344. background: rgba(18, 21, 103, 0.4);
  345. }
  346. .main-right1 .main-title{
  347. width: 100%;
  348. height: 63px;
  349. line-height: 58px;
  350. background: url("../images/company/leftbg.png") no-repeat;
  351. font-size: 17px;
  352. color: #ffffff;
  353. padding-left: 30px;
  354. }
  355. .main-right1 .main-body{
  356. width: 100%;
  357. height: 613px;
  358. padding: 5px;
  359. }
  360. .main-flash{
  361. position: relative;
  362. width:480px;
  363. height:175px;
  364. margin: 5px auto;
  365. }
  366. .main-flash2{
  367. position: relative;
  368. width:480px;
  369. height:auto;
  370. margin: 5px auto;
  371. overflow: hidden;
  372. }
  373. .main-flash2 .col-xs-3{
  374. text-align: center;
  375. padding: 0;
  376. }
  377. .main-flash2 .col-xs-3 img{
  378. width: 114px;
  379. height: 114px;
  380. }
  381. .main-right2{
  382. position: absolute;
  383. z-index: 10;
  384. width: 515px;
  385. height: 248px;
  386. top: 0;
  387. right: 0;
  388. overflow: hidden;
  389. }
  390. .col-xs-7,col-xs-5{
  391. padding: 0;
  392. }
  393. .progress {
  394. width: 100%;
  395. height: 10px;
  396. margin-bottom: 10px;
  397. background-color: rgba(255, 255, 255, 0.3);
  398. }
  399. .main-right2 .main-progress{
  400. width: 100%;
  401. height: auto;
  402. }
  403. .main-right2 .main-progress .main-progress-title{
  404. color: #88B1D0;
  405. font-size: 14px;
  406. }
  407. .main-right2 .main-progress .main-progress-title span{
  408. color: #ffffff;
  409. font-size: 18px;
  410. }
  411. .main-right2 .main-title{
  412. width: 100%;
  413. height: 60px;
  414. line-height: 60px;
  415. color: #88B1D0;
  416. vertical-align: middle;
  417. }
  418. .main-right2 .main-tt{
  419. display: inline-block;
  420. width: 88px;
  421. height: 42px;
  422. line-height: 42px;
  423. }
  424. .main-right2 .main-sz{
  425. display: inline-block;
  426. width: 28px;
  427. height: 42px;
  428. vertical-align: middle;
  429. color: #ffffff;
  430. position: relative;
  431. margin-right: 3px;
  432. }
  433. .main-right2 .main-sz img{
  434. display: inline-block;
  435. position: absolute;
  436. z-index: 9;
  437. width: 28px;
  438. height: 42px;
  439. left: 0;
  440. top: 0;
  441. }
  442. .main-right2 .main-sz div{
  443. position: absolute;
  444. z-index: 10;
  445. width: 28px;
  446. height: 42px;
  447. line-height: 42px;
  448. left: 0;
  449. top: 0;
  450. text-align: center;
  451. font-size: 28px;
  452. }
  453. .box-patrol-chart{
  454. width: 480px;
  455. height: 300px;
  456. }
  457. .box-finish{
  458. position: relative;
  459. width: 200px;
  460. height: 245px;
  461. }
  462. .box-finish-chart{
  463. width: 200px;
  464. height: 245px;
  465. }
  466. .box-finish .box-finish-count{
  467. position: absolute;
  468. text-align: center;
  469. width: 100%;
  470. height: 80px;
  471. z-index: 10;
  472. left: 0;
  473. top: 90px;
  474. }
  475. .box-finish .box-finish-count .box-finish-bl{
  476. font-size: 28px;
  477. color: #ffffff;
  478. }
  479. .box-finish .box-finish-count .box-finish-title{
  480. font-size: 12px;
  481. color: #88B1D0;
  482. }
  483. /*表格*/
  484. .table2 {
  485. color: #ffffff;
  486. width: 100%;
  487. padding: 10px;
  488. }
  489. .table2 th,td {
  490. text-align: center;
  491. font-size: 16px;
  492. height: 38px;
  493. }
  494. .table2 thead tr{
  495. background: rgba(2, 177, 255, 0.1);
  496. color: #0C9BFF;
  497. }
  498. .table2 tbody tr:nth-child(odd){
  499. /*background: rgba(25,177,201,0.2);*/
  500. }
  501. .table2 tbody tr:nth-child(even){
  502. background: rgba(2, 177, 255, 0.1);
  503. }
  504. .table2 .table-task-name, .table-project-name {
  505. overflow: hidden;
  506. text-overflow: ellipsis;
  507. white-space: nowrap;
  508. }
  509. .table2 .table-task-name {
  510. max-width: 90px;
  511. }
  512. .table2 .table-project-name {
  513. max-width: 310px;
  514. }
  515. .table2>tbody>tr>td, .table2>tbody>tr>th, .table2>tfoot>tr>td, .table2>tfoot>tr>th, .table2>thead>tr>td, .table2>thead>tr>th {
  516. border-top: 0;
  517. }
  518. .tablebox {
  519. height: 500px;
  520. overflow: hidden;
  521. position: relative;
  522. width: 100%;
  523. margin: 0 auto;
  524. /*background-color: rgba(6,26,103,1);*/
  525. /*background: rgba(2, 177, 255, 0.1);*/
  526. }
  527. .tbl-header {
  528. width: 100%;
  529. position: absolute;
  530. top: 0;
  531. left: 0;
  532. z-index: 999;
  533. }
  534. .tbl-body {
  535. width: 100%;
  536. position: absolute;
  537. top: 0;
  538. left: 0;
  539. }
  540. .tablebox table {
  541. width: 100%;
  542. }
  543. .tablebox table th,
  544. .tablebox table td {
  545. font-size: 16px;
  546. color: #7ca6f4;
  547. line-height: 35px;
  548. text-align: center;
  549. }
  550. .tablebox table tr th {
  551. background-color: #1f1f9c;
  552. cursor: pointer;
  553. }
  554. .tablebox table tr td {
  555. background-color: transparent;
  556. }
  557. .tbl-body tr:nth-child(even) td,.tbl-body1 tr:nth-child(even) td {
  558. background-color: rgba(31, 31, 156, .5);
  559. }
  560. .tablebox table tr td span,
  561. .tablebox table tr td span {
  562. font-size: 16px;
  563. }