map.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. html,body{
  2. height: 100%;
  3. width: 100%;
  4. }
  5. .data{
  6. width: 100%;
  7. height: 100%;
  8. background: url('../img/map_bg.png') center;
  9. min-width: 1366px;
  10. }
  11. .data>.data-title{
  12. width: 100%;
  13. height: 105px;
  14. padding: 30px 0 35px 0;
  15. box-sizing: border-box;
  16. }
  17. .data>.data-title>.title-center{
  18. width: 440px;
  19. height: 40px;
  20. box-sizing: border-box;
  21. border-right: 5px solid #0089ff;
  22. border-left: 5px solid #0089ff;
  23. background: url("../img/title.png") no-repeat;
  24. }
  25. .data>.data-title>.title-left,
  26. .data>.data-title>.title-right{
  27. width:calc(50% - 220px);
  28. height: 3px;
  29. background: #0089ff;
  30. margin-top: 18px;
  31. }
  32. .data>.data-content{
  33. width: 100%;
  34. height:calc(100% - 105px);
  35. padding:0 20px 20px 20px ;
  36. box-sizing: border-box;
  37. }
  38. .data>.data-content>.con-left{
  39. width: 23.4375%;
  40. height: 100%;
  41. }
  42. .data>.data-content>.con-left>.left-top{
  43. width: 100%;
  44. height:calc(75% - 20px);
  45. margin-bottom: 20px;
  46. position: relative;
  47. }
  48. .data>.data-content>.con-left>.left-top>.info{
  49. height:62%;
  50. width: 100%;
  51. border: 1px solid #20558b;
  52. /*border-radius: 4px;*/
  53. box-sizing: border-box;
  54. position: relative;
  55. }
  56. .data>.data-content>.con-left>.left-top>.info>.info-title{
  57. width: 158px;
  58. height: 43px;
  59. background: url('../img/info-title.png') no-repeat;
  60. position: absolute;
  61. top: -22px;
  62. left:50%;
  63. margin-left: -74px;
  64. color:#fff;
  65. font-size: 18px;
  66. font-weight: 600;
  67. line-height: 43px;
  68. text-align: center;
  69. }
  70. .data>.data-content>.con-left>.left-top>.info>.info-main{
  71. width: 100%;
  72. height: 80% ;
  73. }
  74. .data>.data-content>.con-left>.left-top>.info>.info-main>div{
  75. width: 275px;
  76. height: 25%;
  77. background: url('../img/info-text.png') no-repeat;
  78. margin: 8px auto;
  79. }
  80. .data>.data-content>.con-left>.left-top>.info>.info-main>div.info-1{
  81. margin-top: 40px;
  82. }
  83. .data>.data-content>.con-left>.left-top>.info>.info-main .info-img{
  84. width: 100px;
  85. height: 60px;
  86. position: relative;
  87. }
  88. .data>.data-content>.con-left>.left-top>.info>.info-main .info-img>img{
  89. position: absolute;
  90. top: 50%;
  91. left: 50%;
  92. margin-left: -24px;
  93. margin-top: -24px;
  94. }
  95. .data>.data-content>.con-left>.left-top>.info>.info-main .info-text{
  96. width: 175px;
  97. height: 70px;
  98. padding-left: 30px;
  99. padding-top: 16px;
  100. box-sizing: border-box;
  101. }
  102. .data>.data-content>.con-left>.left-top>.info>.info-main .info-text>p:nth-child(1){
  103. color:#fff;
  104. font-weight: 600;
  105. font-size: 14px;
  106. }
  107. .data>.data-content>.con-left>.left-top>.info>.info-main>.info-1> .info-text>p:nth-child(2){
  108. font-weight: 600;
  109. color:#ffff44;
  110. font-size: 22px;
  111. }
  112. .data>.data-content>.con-left>.left-top>.info>.info-main>.info-2> .info-text>p:nth-child(2){
  113. font-weight: 600;
  114. color:#25f3e6;
  115. font-size: 22px;
  116. }
  117. .data>.data-content>.con-left>.left-top>.info>.info-main>.info-3> .info-text>p:nth-child(2){
  118. font-weight: 600;
  119. color:#f84a4a;
  120. font-size: 22px;
  121. }
  122. .data>.data-content>.con-left>.left-top>.info>.info-main>.info-4> .info-text>p:nth-child(2){
  123. font-weight: 600;
  124. color:#f5c847;
  125. font-size: 22px;
  126. }
  127. .data>.data-content>.con-left>.left-top>.top-bottom{
  128. height:calc(38% - 20px);
  129. width: 100%;
  130. background-color: rgba(0,24,106,0.5);
  131. margin-top: 20px;
  132. border: 1px solid #20558b;
  133. box-sizing: border-box;
  134. position: relative;
  135. }
  136. .data>.data-content>.con-left>.left-bottom{
  137. width: 100%;
  138. height: 25%;
  139. background-color: rgba(0,24,106,0.5);
  140. border: 1px solid #20558b;
  141. box-sizing: border-box;
  142. position: relative;
  143. }
  144. .data>.data-content>.con-center{
  145. width: 53.125%;
  146. height: 100%;
  147. padding:0 20px;
  148. box-sizing: border-box;
  149. position: relative;
  150. }
  151. .data>.data-content>.con-center>.map-num{
  152. width: 500px;
  153. height: 120px;
  154. position: absolute;
  155. top: 15px;
  156. left:50px;
  157. z-index: 1000;
  158. }
  159. .data>.data-content>.con-center>.map-num>p{
  160. font-size: 18px;
  161. font-weight: 600;
  162. color:#fff;
  163. }
  164. .data>.data-content>.con-center>.map-num span{
  165. display: inline-block;
  166. width: 45px;
  167. height: 65px;
  168. text-align: center;
  169. line-height: 65px;
  170. background-color: #0089ff;
  171. color:#fff;
  172. font-size: 68px;
  173. font-weight: 600;
  174. font-family: "LcdD";
  175. margin-top: 15px;
  176. }
  177. .data>.data-content>.con-center>.map-num span:nth-child(2),
  178. .data>.data-content>.con-center>.map-num span:nth-child(6){
  179. background-color: transparent;
  180. width: 30px;
  181. }
  182. .data>.data-content>.con-center>.cen-top{
  183. width: 100%;
  184. height:calc(75% - 20px);
  185. margin-bottom: 20px;
  186. /*background-color: rgba(0,24,106,0.3);*/
  187. /*border: 1px solid #0089ff;*/
  188. /*border-radius: 4px;*/
  189. /*box-sizing: border-box;*/
  190. }
  191. .data>.data-content>.con-center>.cen-bottom{
  192. width: 100%;
  193. height: 25%;
  194. background-color: rgba(0,24,106,0.5);
  195. border: 1px solid #20558b;
  196. box-sizing: border-box;
  197. position: relative;
  198. }
  199. .data>.data-content>.con-right{
  200. width: 23.4375%;
  201. height: 100%;
  202. }
  203. .data>.data-content>.con-right>.right-top{
  204. width: 100%;
  205. height: 32%;
  206. background-color: rgba(0,24,106,0.5);
  207. border: 1px solid #20558b;
  208. box-sizing: border-box;
  209. position: relative;
  210. }
  211. .data>.data-content>.con-right>.right-center{
  212. width: 100%;
  213. height:calc(36% - 40px);
  214. margin: 20px 0;
  215. background-color: rgba(0,24,106,0.5);
  216. border: 1px solid #20558b;
  217. box-sizing: border-box;
  218. position: relative;
  219. }
  220. .data>.data-content>.con-right>.right-bottom{
  221. width: 100%;
  222. height:32%;
  223. background-color: rgba(0,24,106,0.5);
  224. border: 1px solid #20558b;
  225. box-sizing: border-box;
  226. position: relative;
  227. }
  228. .data>.data-content .title{
  229. height: 35px;
  230. line-height: 35px;
  231. width: 100%;
  232. color:#fff;
  233. font-weight: 600;
  234. padding-left: 15px;
  235. box-sizing: border-box;
  236. }
  237. .data>.data-content .charts{
  238. width: 100%;
  239. height:calc(100% - 35px);
  240. }
  241. .data>.data-content img.bj-1{
  242. position: absolute;
  243. left:-1px;
  244. top:-1px;
  245. }
  246. .data>.data-content img.bj-2{
  247. position: absolute;
  248. right:-1px;
  249. top:-1px;
  250. }
  251. .data>.data-content img.bj-3{
  252. position: absolute;
  253. right:-1px;
  254. bottom:-1px;
  255. }
  256. .data>.data-content img.bj-4{
  257. position: absolute;
  258. left:-1px;
  259. bottom:-1px;
  260. }