style.css 10 KB

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