style.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521
  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("/screen/images/bg.png");
  10. margin: 0 auto;
  11. overflow: hidden;
  12. }
  13. .nav-header{
  14. width: 1920px;
  15. height: 98px;
  16. margin: 0 auto;
  17. position: relative;
  18. }
  19. .nav-header .nav-title{
  20. position: relative;
  21. width: 1137px;
  22. height: 98px;
  23. line-height: 98px;
  24. background-image: url("/screen/images/project/title-bg.png");
  25. display: inline-block;
  26. padding-left: 214px;
  27. float: left;
  28. overflow: hidden;
  29. }
  30. .nav-header .nav-title .nav-title-logo{
  31. width: 270px;
  32. height: 47px;
  33. vertical-align: middle;
  34. margin-top: -20px;
  35. margin-right: 20px;
  36. }
  37. .nav-title text{
  38. font-size: 32px;
  39. font-family: PingFang SC;
  40. font-weight: bold;
  41. color: #FFFFFF;
  42. letter-spacing: 2px;
  43. margin-left: 60px;
  44. }
  45. .nav-header .nav-date{
  46. width: 750px;
  47. height: 98px;
  48. line-height: 98px;
  49. display: inline-block;
  50. float: right;
  51. padding-left: 364px;
  52. overflow: hidden;
  53. }
  54. .nav-header .nav-date text{
  55. font-size: 28px;
  56. font-family: PingFang SC;
  57. font-weight: 500;
  58. color: #FFFFFF;
  59. margin-left: 19px;
  60. margin-right: 10px;
  61. }
  62. .nav-header .nav-date .fgx1{
  63. display: inline-block;
  64. width: 12px;
  65. height: 39px;
  66. background-image: url("/screen/images/project/date-fgx.png");
  67. vertical-align: middle;
  68. }
  69. .nav-header .nav-date .fgx2{
  70. display: inline-block;
  71. width: 12px;
  72. height: 39px;
  73. background-image: url("/screen/images/project/date-fgx.png");
  74. vertical-align: middle;
  75. }
  76. .nav-header .nav-date .fgx3{
  77. display: inline-block;
  78. width: 12px;
  79. height: 39px;
  80. background-image: url("/screen/images/project/date-fgx.png");
  81. vertical-align: middle;
  82. }
  83. .main{
  84. width: 1920px;
  85. height: 982px;
  86. overflow: hidden;
  87. position: relative;
  88. padding: 40px;
  89. }
  90. .main1{
  91. width: 540px;
  92. height: 982px;
  93. display: inline-block;
  94. float: left;
  95. }
  96. .main1-one{
  97. width: 540px;
  98. height: 336px;
  99. border: 1px solid #1B2266;
  100. background: linear-gradient(-7deg, rgba(13, 28, 97, 0.41) 0%, rgba(10, 11, 55, 0) 100%);
  101. display: inline-block;
  102. }
  103. .main1-two{
  104. width: 540px;
  105. height: 526px;
  106. border: 1px solid #1B2266;
  107. background: linear-gradient(-7deg, rgba(13, 28, 97, 0.41) 0%, rgba(10, 11, 55, 0) 100%);
  108. display: inline-block;
  109. margin-top: 40px;
  110. }
  111. .worker-comment{
  112. width: 540px;
  113. height: 216px;
  114. display: inline-block;
  115. padding: 20px;
  116. }
  117. .worker-comment-order{
  118. width: 540px;
  119. height: 560px;
  120. display: inline-block;
  121. overflow: hidden;
  122. padding-bottom: 20px;
  123. }
  124. .title-all{
  125. width: 100%;
  126. height: 54px;
  127. display: inline-block;
  128. line-height: 54px;
  129. }
  130. .title-all .title-left{
  131. width: 232px;
  132. height: 54px;
  133. background-image: url("/screen/images/project/title-box.png");
  134. }
  135. .title-all .title-left img{
  136. height: 20px;
  137. width: 20px;
  138. margin-left: 20px;
  139. /*vertical-align: middle;*/
  140. margin-top: -8px;
  141. }
  142. .title-all .title-left text{
  143. font-size: 22px;
  144. font-family: PingFang SC;
  145. font-weight: 500;
  146. color: #FFFFFF;
  147. margin-left: 13px;
  148. letter-spacing: 2px;
  149. }
  150. .main1-bottom{
  151. width: 540px;
  152. height: 282px;
  153. display: inline-block;
  154. }
  155. .main1-bottom-left{
  156. width: 390px;
  157. height: 282px;
  158. display: inline-block;
  159. float: left;
  160. padding-right: 20px;
  161. padding-bottom: 20px;
  162. }
  163. .main1-bottom-right{
  164. width: 140px;
  165. height: 282px;
  166. display: inline-block;
  167. float: right;
  168. padding-right: 20px;
  169. padding-left: 20px;
  170. position: relative;
  171. }
  172. .underway-workers{
  173. width: 120px;
  174. height: 120px;
  175. display: inline-block;
  176. background: rgba(0, 5, 69, 0.25);
  177. border: 1px solid #1B2266;
  178. position: absolute;
  179. margin-left: -120px;
  180. }
  181. .underway-workers .title{
  182. width: 100%;
  183. height: 40px;
  184. line-height: 50px;
  185. display: inline-block;
  186. font-size: 16px;
  187. font-family: Source Han Sans CN;
  188. font-weight: 400;
  189. color: #FFFFFF;
  190. text-align: center;
  191. }
  192. .underway-workers .nums{
  193. width: 100%;
  194. height: 80px;
  195. display: inline-block;
  196. font-size: 51px;
  197. font-family: DIN;
  198. font-weight: bold;
  199. color: #0263FF;
  200. text-align: center;
  201. }
  202. .leisure-workers{
  203. width: 120px;
  204. height: 120px;
  205. display: inline-block;
  206. background: rgba(0, 5, 69, 0.25);
  207. border: 1px solid #1B2266;
  208. float: right;
  209. }
  210. .leisure-workers .title{
  211. width: 100%;
  212. height: 40px;
  213. line-height: 50px;
  214. display: inline-block;
  215. font-size: 16px;
  216. font-family: Source Han Sans CN;
  217. font-weight: 400;
  218. color: #FFFFFF;
  219. text-align: center;
  220. }
  221. .leisure-workers .nums{
  222. width: 100%;
  223. height: 80px;
  224. display: inline-block;
  225. font-size: 51px;
  226. font-family: DIN;
  227. font-weight: bold;
  228. color: #42E2FF;
  229. text-align: center;
  230. }
  231. .workers-count-nums{
  232. width: 120px;
  233. height: 120px;
  234. display: inline-block;
  235. background: rgba(0, 5, 69, 0.25);
  236. border: 1px solid #1B2266;
  237. float: right;
  238. margin-top: 10px;
  239. }
  240. .workers-count-nums .title{
  241. width: 100%;
  242. height: 40px;
  243. line-height: 50px;
  244. display: inline-block;
  245. font-size: 16px;
  246. font-family: Source Han Sans CN;
  247. font-weight: 400;
  248. color: #FFFFFF;
  249. text-align: center;
  250. }
  251. .workers-count-nums .nums{
  252. width: 100%;
  253. height: 80px;
  254. display: inline-block;
  255. font-size: 51px;
  256. font-family: DIN;
  257. font-weight: bold;
  258. color: #00FF66;
  259. text-align: center;
  260. }
  261. .main2{
  262. width: 690px;
  263. height: 982px;
  264. display: inline-block;
  265. margin-left: 40px;
  266. }
  267. .main2-one{
  268. width: 690px;
  269. height: 462px;
  270. display: inline-block;
  271. border: 1px solid #1B2266;
  272. background: linear-gradient(-7deg, rgba(13, 28, 97, 0.41) 0%, rgba(10, 11, 55, 0) 100%);
  273. }
  274. .main2-two{
  275. width: 690px;
  276. height: 400px;
  277. margin-top: 40px;
  278. display: inline-block;
  279. border: 1px solid #1B2266;
  280. background: linear-gradient(-7deg, rgba(13, 28, 97, 0.41) 0%, rgba(10, 11, 55, 0) 100%);
  281. }
  282. .main2-two .order-data{
  283. width: 690px;
  284. height: 346px;
  285. display: inline-block;
  286. }
  287. .main2-order-all{
  288. width: 690px;
  289. height: 408px;
  290. display: inline-block;
  291. padding: 0px 18px 18px 18px;
  292. }
  293. .main2-order-left{
  294. width: 138px;
  295. height: 380px;
  296. display: inline-block;
  297. float: left;
  298. }
  299. .underway-order{
  300. width: 120px;
  301. height: 120px;
  302. display: inline-block;
  303. background: rgba(0, 5, 69, 0.25);
  304. border: 1px solid #1B2266;
  305. margin-top: 10px;
  306. }
  307. .underway-order .title{
  308. width: 100%;
  309. height: 40px;
  310. line-height: 50px;
  311. display: inline-block;
  312. font-size: 16px;
  313. font-family: Source Han Sans CN;
  314. font-weight: 400;
  315. color: #FFFFFF;
  316. text-align: center;
  317. }
  318. .underway-order .nums{
  319. width: 100%;
  320. height: 80px;
  321. display: inline-block;
  322. font-size: 51px;
  323. font-family: DIN;
  324. font-weight: bold;
  325. color: #0263FF;
  326. text-align: center;
  327. }
  328. .add-order{
  329. width: 120px;
  330. height: 120px;
  331. display: inline-block;
  332. background: rgba(0, 5, 69, 0.25);
  333. border: 1px solid #1B2266;
  334. margin-top: 10px;
  335. }
  336. .add-order .title{
  337. width: 100%;
  338. height: 40px;
  339. line-height: 50px;
  340. display: inline-block;
  341. font-size: 16px;
  342. font-family: Source Han Sans CN;
  343. font-weight: 400;
  344. color: #FFFFFF;
  345. text-align: center;
  346. }
  347. .add-order .nums{
  348. width: 100%;
  349. height: 80px;
  350. display: inline-block;
  351. font-size: 51px;
  352. font-family: DIN;
  353. font-weight: bold;
  354. color: #F0852E;
  355. text-align: center;
  356. }
  357. .accomplish-order{
  358. width: 120px;
  359. height: 120px;
  360. display: inline-block;
  361. background: rgba(0, 5, 69, 0.25);
  362. border: 1px solid #1B2266;
  363. margin-top: 10px;
  364. }
  365. .accomplish-order .title{
  366. width: 100%;
  367. height: 40px;
  368. line-height: 50px;
  369. display: inline-block;
  370. font-size: 16px;
  371. font-family: Source Han Sans CN;
  372. font-weight: 400;
  373. color: #FFFFFF;
  374. text-align: center;
  375. }
  376. .accomplish-order .nums{
  377. width: 100%;
  378. height: 80px;
  379. display: inline-block;
  380. font-size: 51px;
  381. font-family: DIN;
  382. font-weight: bold;
  383. color: #00FF66;
  384. text-align: center;
  385. }
  386. .main2-order-right{
  387. width: 516px;
  388. height: 380px;
  389. background: rgba(0, 5, 69, 0.25);
  390. border: 1px solid #1B2266;
  391. display: inline-block;
  392. float: right;
  393. margin-top: 10px;
  394. position: relative;
  395. }
  396. .main2-order-title{
  397. width: 516px;
  398. height: 60px;
  399. line-height: 60px;
  400. font-size: 25px;
  401. font-family: Source Han Sans CN;
  402. font-weight: 400;
  403. color: #FFFFFF;
  404. display: inline-block;
  405. padding-left: 20px;
  406. position: absolute;
  407. }
  408. .main2-order-nums{
  409. width: 516px;
  410. height: 380px;
  411. display: inline-block;
  412. text-align: center;
  413. margin-top: 20px;
  414. }
  415. .main2-order-nums text{
  416. width: 355px;
  417. height: 380px;
  418. line-height: 350px;
  419. display: inline-block;
  420. background-image: url("/screen/images/project/ball.png");
  421. font-size: 90px;
  422. font-family: DIN;
  423. font-weight: bold;
  424. color: #FFFFFF;
  425. }
  426. .main3{
  427. width: 530px;
  428. height: 892px;
  429. margin-left: 40px;
  430. display: inline-block;
  431. float: right;
  432. }
  433. .main3-top{
  434. width: 530px;
  435. height: 462px;
  436. border: 1px solid #1B2266;
  437. background: linear-gradient(-7deg, rgba(13, 28, 97, 0.41) 0%, rgba(10, 11, 55, 0) 100%);
  438. display: inline-block;
  439. }
  440. .main3-top-table{
  441. position: absolute;
  442. z-index: 10;
  443. width: 530px;
  444. height: 410px;
  445. color: #ffffff;
  446. padding-top: 10px;
  447. overflow: hidden;
  448. }
  449. .main3-bottom{
  450. width: 530px;
  451. height: 400px;
  452. border: 1px solid #1B2266;
  453. background: linear-gradient(-7deg, rgba(13, 28, 97, 0.41) 0%, rgba(10, 11, 55, 0) 100%);
  454. display: inline-block;
  455. margin-top: 45px;
  456. }
  457. .main3-bottom-table{
  458. position: absolute;
  459. z-index: 10;
  460. width: 530px;
  461. height: 341px;
  462. color: #ffffff;
  463. padding-top: 10px;
  464. overflow: hidden;
  465. }
  466. /*表格*/
  467. .table2 {
  468. color: #ffffff;
  469. width: 98%;
  470. border: 0;
  471. table-layout:fixed ;
  472. margin: 0 auto;
  473. }
  474. .table2 th,td {
  475. text-align: center;
  476. height: 44px;
  477. line-height: 44px;
  478. font-size: 14px;
  479. overflow:hidden;
  480. white-space:nowrap;
  481. text-overflow:ellipsis;
  482. }
  483. .table2 thead tr{
  484. background: rgba(0,16,107,0.2);
  485. font-size: 14px;
  486. }
  487. .table2 tbody tr:nth-child(odd){
  488. border-collapse:separate;
  489. border-spacing:0px 10px;
  490. background: rgba(26,48,127,0.2);
  491. }
  492. .table2 tbody tr:nth-child(even){
  493. background: rgba(0,16,107,0.2);
  494. }
  495. /*.table2 .table-color2{*/
  496. /* color: #0FC2DD;*/
  497. /*}*/
  498. /*.table2 .table-color3{*/
  499. /* color: #49E9A0;*/
  500. /*}*/