style.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. /*大屏*/
  2. html,body{
  3. width: 100%;
  4. height: 100%;
  5. background: url('../img/true.png') no-repeat;
  6. }
  7. .data_content{
  8. /*overflow-x: hidden;*/
  9. min-width: 1366px;
  10. background-size: 100% 100%;
  11. padding-top: 20px;
  12. padding-bottom: 20px;
  13. height: 91.8%;
  14. }
  15. .data_content .data_time{
  16. width: 130px;
  17. height: 35px;
  18. background-color: #04425f;
  19. line-height: 35px;
  20. color:#fff;
  21. font-size: 12.8px;
  22. position: relative;
  23. padding-left: 45px;
  24. margin-bottom: 25px;
  25. margin-left: 20px;
  26. }
  27. .data_content .data_time img{
  28. position: absolute;
  29. top: 8px;
  30. left: 15px;
  31. }
  32. .l_t_line{
  33. width: 5px;
  34. height: 24px;
  35. left: -3px;
  36. top: -3px;
  37. }
  38. .t_l_line{
  39. height: 5px;
  40. width: 26px;
  41. left: -3px;
  42. top: -3px;
  43. }
  44. .t_line_box {
  45. position: absolute;
  46. width: 100%;
  47. height: 100%;
  48. }
  49. .t_line_box i{
  50. background-color: #4788fb;
  51. box-shadow: 0px 0px 10px #4788fb;
  52. position: absolute;
  53. }
  54. .t_r_line{
  55. height: 5px;
  56. width: 26px;
  57. right: -3px;
  58. top: -3px;
  59. }
  60. .t_title {
  61. width: 100%;
  62. height: 100%;
  63. text-align: center;
  64. font-size: 2.5em;
  65. line-height: 80px;
  66. color: #fff;
  67. }
  68. .r_t_line{
  69. width: 5px;
  70. height: 24px;
  71. right: -3px;
  72. top: -3px;
  73. }
  74. .l_b_line{
  75. width: 5px;
  76. height: 24px;
  77. left: -3px;
  78. bottom: -3px;
  79. }
  80. .b_l_line{
  81. height: 5px;
  82. width: 26px;
  83. left: -3px;
  84. bottom: -3px;
  85. }
  86. .r_b_line{
  87. width: 5px;
  88. height: 24px;
  89. right: -3px;
  90. bottom: -3px;
  91. }
  92. .b_r_line{
  93. height: 5px;
  94. width: 26px;
  95. right: -3px;
  96. bottom: -3px;
  97. }
  98. .data_content .data_info{
  99. width: calc(100% - 40px);
  100. margin-bottom: 40px;
  101. height: 110px;
  102. margin-left: 20px;
  103. }
  104. .data_content .data_info .info_1{
  105. width: 40%;
  106. height: 110px;
  107. }
  108. .data_content .data_info .info_1>.text_1{
  109. width: calc(100% - 25px);
  110. background-color: #034c6a;
  111. height: 110px;
  112. }
  113. .data_content .data_info .info_2{
  114. width: 31%;
  115. height: 110px;
  116. }
  117. .data_content .data_info .info_2>.text_2{
  118. width: calc(100% - 25px);
  119. background-color: #034c6a;
  120. height: 110px;
  121. }
  122. .data_content .data_info .info_3{
  123. width: 29%;
  124. height: 110px;
  125. }
  126. .data_content .data_info .info_3>.text_3{
  127. width:100%;
  128. background-color: #034c6a;
  129. height: 110px;
  130. }
  131. .data_content .data_info>div.info_1>.text_1>div{
  132. width: 33.333%;
  133. position: relative;
  134. }
  135. .data_content .data_info>div.info_2>div>div,
  136. .data_content .data_info>div.info_3>div>div{
  137. width: 50%;
  138. position: relative;
  139. }
  140. .data_content .data_info img{
  141. position: absolute;
  142. top: 35px;
  143. left: 15px;
  144. }
  145. .data_content .data_info>div>div>div>div{
  146. margin-left:65px;
  147. margin-top: 23px;
  148. }
  149. .data_content .data_info>div.info_2>div>div>div{
  150. margin-left: 70px;
  151. margin-top: 23px;
  152. }
  153. .data_content .data_info p:nth-child(1){
  154. color:#fff;
  155. font-size: 12.8px;
  156. }
  157. .data_content .data_info p:nth-child(2){
  158. font-weight: 600;
  159. font-size: 28px;
  160. color:#ffff43;
  161. }
  162. .data_content .data_info>div.info_2 p:nth-child(2){
  163. font-weight: 600;
  164. font-size: 28px;
  165. color:#25f3e6;
  166. }
  167. .data_content .data_info>div.info_3 p:nth-child(2){
  168. font-weight: 600;
  169. font-size: 28px;
  170. color:#ff4e4e;
  171. }
  172. .data_content .data_main{
  173. width: calc(100% - 40px);
  174. margin-bottom: 40px;
  175. height: 774px;
  176. margin-left: 20px;
  177. margin-top: 20px;
  178. }
  179. .data_content .data_main .main_left{
  180. width: 24%;
  181. }
  182. .data_content .data_main .main_left>div{
  183. width: 100%;
  184. height: 780px;
  185. position: relative;
  186. }
  187. .data_content .data_main .main_left div.left_1{
  188. /*background: url("../img/chart_1.png") no-repeat center;*/
  189. }
  190. /*大屏*/
  191. .data_content .data_main .main_left div.left_2{
  192. /*background: url("../img/chart_2.png") no-repeat center;*/
  193. }
  194. .data_content .data_main .main_left div .main_title{
  195. width: 180px;
  196. height: 35px;
  197. line-height: 33px;
  198. background-color: #034c6a;
  199. border-radius: 18px;
  200. position: absolute;
  201. top: -17px;
  202. left:50%;
  203. margin-left: -90px;
  204. color:#fff;
  205. font-size: 18px;
  206. font-weight: 600;
  207. box-sizing: border-box;
  208. padding-left: 45px;
  209. z-index: 1000;
  210. }
  211. .data_content .data_main .main_left div .main_title img{
  212. position: absolute;
  213. top: 8px;
  214. left: 20px;
  215. }
  216. .data_content .data_main .main_center{
  217. width: 76%;
  218. height: 796px;
  219. }
  220. .data_content .data_main .main_center .center_text{
  221. width: calc(100% - 50px);
  222. height: 780px;
  223. margin-left: 25px;
  224. margin-right: 25px;
  225. box-sizing: border-box;
  226. border: 1px solid #2C58A6;
  227. border-radius: 2px;
  228. position: relative;
  229. }
  230. .data_content .data_main .main_center .main_title{
  231. width: 180px;
  232. height: 35px;
  233. line-height: 33px;
  234. background-color: #2C58A6;
  235. border-radius: 2px;
  236. position: absolute;
  237. top: -17px;
  238. left: 50%;
  239. margin-left: -90px;
  240. color: #fff;
  241. font-size: 18px;
  242. font-weight: 600;
  243. box-sizing: border-box;
  244. z-index: 1000;
  245. text-align: center;
  246. }
  247. .data_content .data_main .main_center .main_title img{
  248. position: absolute;
  249. top: 8px;
  250. left: 20px;
  251. }
  252. .data_content .data_main .main_right{
  253. width: 24%;
  254. }
  255. .data_content .data_main .main_right>div{
  256. width: 100%;
  257. height: 280px;
  258. box-sizing: border-box;
  259. border: 1px solid #034c6a;
  260. box-shadow:-10px 0px 15px #034c6a inset, /*左边阴影*/
  261. 0px -10px 15px #034c6a inset, /*上边阴影*/
  262. 10px 0px 15px #034c6a inset, /*右边阴影*/
  263. 0px 10px 15px #034c6a inset;
  264. position: relative;
  265. }
  266. .data_content .data_main .main_right div.right_1 .choice{
  267. position: absolute;
  268. top: 25px;
  269. right: 30px;
  270. z-index: 1000;
  271. }
  272. .data_content .data_main .main_right div.right_1 .choice label{
  273. color:#fff;
  274. }
  275. .data_content .data_main .main_right div.right_2{
  276. /*background: url("../img/chart_4.png") no-repeat center;*/
  277. }
  278. .data_content .data_main .main_right div.right_2 .chart_text {
  279. width: 18%;
  280. color:#fff;
  281. text-align: center;
  282. margin-top: 12px;
  283. }
  284. .data_content .data_main .main_right div.right_2 .chart_text p{
  285. margin-top: 21px;
  286. }
  287. .data_content .data_main .main_right div.right_2 .chart_text p img{
  288. margin-right: 5px;
  289. margin-top: -4px;
  290. }
  291. .data_content .data_main .main_right div.right_2 .chart_text p:nth-child(1){
  292. font-size: 14px;
  293. font-weight: 600;
  294. }
  295. .data_content .data_main .main_right div.right_2 .text_sum{
  296. text-align: center;
  297. color:#ffff43;
  298. font-weight: 600;
  299. }
  300. .data_content .data_main .main_right div.right_2 .text_sum div:nth-child(2){
  301. font-size: 18px;
  302. font-weight: 600;
  303. }
  304. .data_content .data_main .main_right div:nth-child(1){
  305. margin-bottom: 50px;
  306. }
  307. .data_content .data_main .main_right div .main_title{
  308. width: 180px;
  309. height: 35px;
  310. line-height: 33px;
  311. background-color: #034c6a;
  312. border-radius: 18px;
  313. position: absolute;
  314. top: -17px;
  315. left:50%;
  316. margin-left: -90px;
  317. color:#fff;
  318. font-size: 18px;
  319. font-weight: 600;
  320. box-sizing: border-box;
  321. padding-left: 45px;
  322. }
  323. .data_content .data_main .main_right div .main_title img{
  324. position: absolute;
  325. top: 8px;
  326. left: 20px;
  327. }
  328. .data_content .data_bottom{
  329. width: calc(100% - 40px);
  330. height: 280px;
  331. margin-left: 20px;
  332. }
  333. .data_content .data_bottom div{
  334. }
  335. .data_content .data_bottom .bottom_1{
  336. width: 24%;
  337. height: 280px;
  338. box-shadow:-10px 0px 15px #034c6a inset, /*左边阴影*/
  339. 0px -10px 15px #034c6a inset, /*上边阴影*/
  340. 10px 0px 15px #034c6a inset, /*右边阴影*/
  341. 0px 10px 15px #034c6a inset;
  342. position: relative;
  343. box-sizing: border-box;
  344. border: 1px solid #034c6a;
  345. /*background: url("../img/chart_5.png") no-repeat;*/
  346. }
  347. .data_content .data_bottom .bottom_center{
  348. width: 52%;
  349. height: 280px;
  350. }
  351. .data_content .data_bottom .bottom_2{
  352. width: calc(50% - 35px);
  353. height: 280px;
  354. box-shadow:-10px 0px 15px #034c6a inset, /*左边阴影*/
  355. 0px -10px 15px #034c6a inset, /*上边阴影*/
  356. 10px 0px 15px #034c6a inset, /*右边阴影*/
  357. 0px 10px 15px #034c6a inset;
  358. position: relative;
  359. box-sizing: border-box;
  360. border: 1px solid #034c6a;
  361. margin-left: 25px;
  362. /*background: url("../img/chart_6.png") no-repeat;*/
  363. }
  364. .data_content .data_bottom .bottom_3{
  365. width: calc(50% - 40px);
  366. height: 280px;
  367. box-shadow:-10px 0px 15px #034c6a inset, /*左边阴影*/
  368. 0px -10px 15px #034c6a inset, /*上边阴影*/
  369. 10px 0px 15px #034c6a inset, /*右边阴影*/
  370. 0px 10px 15px #034c6a inset;
  371. position: relative;
  372. box-sizing: border-box;
  373. border: 1px solid #034c6a;
  374. /*background: url("../img/chart_7.png") no-repeat;*/
  375. margin-left:25px;
  376. }
  377. .data_content .data_bottom .bottom_4{
  378. width: 24%;
  379. height: 280px;
  380. box-shadow:-10px 0px 15px #034c6a inset, /*左边阴影*/
  381. 0px -10px 15px #034c6a inset, /*上边阴影*/
  382. 10px 0px 15px #034c6a inset, /*右边阴影*/
  383. 0px 10px 15px #034c6a inset;
  384. position: relative;
  385. box-sizing: border-box;
  386. border: 1px solid #034c6a;
  387. /*background: url("../img/chart_8.png") no-repeat;*/
  388. }
  389. .data_content .data_bottom div .main_title{
  390. width: 220px;
  391. height: 35px;
  392. line-height: 33px;
  393. background-color: #034c6a;
  394. border-radius: 18px;
  395. position: absolute;
  396. top: -17px;
  397. left:50%;
  398. margin-left: -110px;
  399. color:#fff;
  400. font-size: 18px;
  401. font-weight: 600;
  402. box-sizing: border-box;
  403. padding-left: 45px;
  404. }
  405. .data_content .data_bottom div .main_title img{
  406. position: absolute;
  407. top: 8px;
  408. left: 20px;
  409. }
  410. .data_content .data_bottom div .main_table tr{
  411. height: 42px;
  412. }
  413. .data_content .data_bottom div .main_table{
  414. width: 100%;
  415. margin-top: 25px;
  416. }
  417. .data_content .data_bottom div .main_table table{
  418. width: 100%;
  419. }
  420. .data_content .data_bottom div .main_table thead tr{
  421. height: 42px;
  422. }
  423. .data_content .data_bottom div .main_table th{
  424. font-size: 14px;
  425. font-weight: 600;
  426. color:#61d2f7;
  427. text-align: center;
  428. }
  429. .data_content .data_bottom div .main_table th:nth-child(1){
  430. width: 30%;
  431. }
  432. .data_content .data_bottom div .main_table th:nth-child(2){
  433. width: 35%;
  434. }
  435. .data_content .data_bottom div .main_table th:nth-child(2){
  436. width: 35%;
  437. }
  438. .data_content .data_bottom div .main_table td{
  439. color:#fff;
  440. font-size: 12.8px;
  441. text-align: center;
  442. }
  443. .data_content .data_bottom div .main_table tbody tr:nth-child(1),
  444. .data_content .data_bottom div .main_table tbody tr:nth-child(3),
  445. .data_content .data_bottom div .main_table tbody tr:nth-child(5){
  446. background-color: #072951;
  447. box-shadow:-10px 0px 15px #034c6a inset, /*左边阴影*/
  448. 10px 0px 15px #034c6a inset; /*右边阴影*/
  449. /*0px 10px 15px #034c6a inset;*/
  450. }