echart.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. }
  6. li {
  7. list-style: none;
  8. }
  9. @font-face {
  10. font-family: electronicFont;
  11. src: url(../font/DS-DIGIT.TTF);
  12. }
  13. body {
  14. background: url(../images//3.png) no-repeat top center;
  15. background-repeat: repeat-x;
  16. background-size:100% 100%;
  17. /* background-color: grey; */
  18. line-height: 1.15;
  19. }
  20. header {
  21. position: relative;
  22. height: 1.25rem;
  23. background: url(../images/head_bg.png) no-repeat;
  24. background-size: 100% 100%;
  25. }
  26. header h1 {
  27. font-size: 0.475rem;
  28. color: rgba(255, 255, 255, 0.87);
  29. /* text-align: center; */
  30. line-height: 1rem;
  31. }
  32. header .show-time {
  33. position: absolute;
  34. top: 0;
  35. right: 0.375rem;
  36. line-height: 0.9375rem;
  37. color: rgba(255, 255, 255, 0.7);
  38. font-size: 0.25rem;
  39. }
  40. .mainbox {
  41. display: flex;
  42. min-width: 1024px;
  43. max-height: 1920px;
  44. margin: 40px auto;
  45. padding: 0.125rem 0.125rem 0;
  46. }
  47. .mainbox .column {
  48. flex: 3;
  49. }
  50. .mainbox .column:nth-child(2) {
  51. flex: 5;
  52. margin: 0 0.125rem 0.1875rem;
  53. overflow: hidden;
  54. }
  55. .mainbox .panel {
  56. position: relative;
  57. height: 3.875rem;
  58. width: 540px;
  59. padding: 0 0.1875rem 0.5rem;
  60. margin-top: 30px;
  61. margin-bottom: 0.1875rem;
  62. /* border: 1px solid rgba(25, 186, 139, 0.17); */
  63. border: 3px solid #02a6b5;
  64. border-radius: 5px;
  65. background: url(../images/line.png) rgba(255, 255, 255, 0.03);
  66. }
  67. /* .mainbox .panel::before {
  68. position: absolute;
  69. top: 0;
  70. left: 0;
  71. width: 10px;
  72. height: 10px;
  73. border-left: 2px solid #02a6b5;
  74. border-top: 2px solid #02a6b5;
  75. content: '';
  76. }
  77. .mainbox .panel::after {
  78. position: absolute;
  79. top: 0;
  80. right: 0;
  81. width: 10px;
  82. height: 10px;
  83. border-right: 2px solid #02a6b5;
  84. border-top: 2px solid #02a6b5;
  85. content: '';
  86. }
  87. .mainbox .panel .panel-footer {
  88. position: absolute;
  89. bottom: 0;
  90. left: 0;
  91. width: 100%;
  92. }
  93. .mainbox .panel .panel-footer::before {
  94. position: absolute;
  95. bottom: 0;
  96. left: 0;
  97. width: 10px;
  98. height: 10px;
  99. border-left: 2px solid #02a6b5;
  100. border-bottom: 2px solid #02a6b5;
  101. content: '';
  102. }
  103. .mainbox .panel .panel-footer::after {
  104. position: absolute;
  105. bottom: 0;
  106. right: 0;
  107. width: 10px;
  108. height: 10px;
  109. border-right: 2px solid #02a6b5;
  110. border-bottom: 2px solid #02a6b5;
  111. content: '';
  112. } */
  113. .mainbox .panel h2 {
  114. height: 0.6rem;
  115. color: #fff;
  116. line-height: 0.6rem;
  117. text-align: center;
  118. font-size: 0.25rem;
  119. font-weight: 400;
  120. }
  121. .mainbox .panel h2 a {
  122. color: #a7a7a7;
  123. text-decoration: none;
  124. margin: 0 0.125rem;
  125. }
  126. .mainbox .panel h2 .a-active {
  127. color: #fff;
  128. }
  129. .mainbox .panel .chart {
  130. height: 3rem;
  131. }
  132. .no {
  133. background-color: rgba(101, 132, 226, 0.1);
  134. padding: 0.1875rem;
  135. }
  136. .no .no-hd {
  137. position: relative;
  138. border: 1px solid rgba(25, 186, 139, 0.17);
  139. }
  140. .no .no-hd::before {
  141. position: absolute;
  142. top: 0;
  143. left: 0;
  144. width: 0.375rem;
  145. height: 0.125rem;
  146. border-top: 2px solid #02a6b5;
  147. border-left: 2px solid #02a6b5;
  148. content: '';
  149. }
  150. .no .no-hd::after {
  151. position: absolute;
  152. bottom: 0;
  153. right: 0;
  154. width: 0.375rem;
  155. height: 0.125rem;
  156. border-bottom: 2px solid #02a6b5;
  157. border-right: 2px solid #02a6b5;
  158. content: '';
  159. }
  160. .no .no-hd ul {
  161. display: flex;
  162. }
  163. .no .no-hd ul li {
  164. position: relative;
  165. flex: 1;
  166. line-height: 1rem;
  167. font-size: 0.875rem;
  168. color: #ffeb7b;
  169. text-align: center;
  170. font-family: electronicFont;
  171. }
  172. .no .no-hd ul li:first-child::after {
  173. content: '';
  174. position: absolute;
  175. top: 25%;
  176. right: 0;
  177. height: 50%;
  178. width: 1px;
  179. background-color: rgba(255, 255, 255, 0.3);
  180. }
  181. .no .no-bd ul {
  182. display: flex;
  183. }
  184. .no .no-bd ul li {
  185. flex: 1;
  186. text-align: center;
  187. color: rgba(255, 255, 255, 0.7);
  188. font-size: 0.225rem;
  189. height: 0.5rem;
  190. line-height: 0.5rem;
  191. padding-top: 0.125rem;
  192. }
  193. .map {
  194. position: relative;
  195. height: 10.125rem;
  196. }
  197. .map .map1 {
  198. width: 6.475rem;
  199. height: 6.475rem;
  200. position: absolute;
  201. top: 50%;
  202. left: 50%;
  203. transform: translate(-50%, -50%);
  204. background: url(../images/map.png);
  205. background-size: 100% 100%;
  206. opacity: 0.3;
  207. }
  208. .map .map2 {
  209. position: absolute;
  210. top: 50%;
  211. left: 50%;
  212. transform: translate(-50%, -50%);
  213. width: 8.0375rem;
  214. height: 8.0375rem;
  215. background: url(../images/lbx.png);
  216. background-size: 100% 100%;
  217. animation: rotate1 15s linear infinite;
  218. opacity: 0.6;
  219. }
  220. .map .map3 {
  221. position: absolute;
  222. top: 50%;
  223. left: 50%;
  224. transform: translate(-50%, -50%);
  225. width: 7.075rem;
  226. height: 7.075rem;
  227. background: url(../images/jt.png);
  228. background-size: 100% 100%;
  229. animation: rotate2 15s linear infinite;
  230. }
  231. .map .chart {
  232. position: absolute;
  233. top: 0;
  234. left: 0;
  235. height: 10.125rem;
  236. width: 100%;
  237. }
  238. @keyframes rotate1 {
  239. from {
  240. transform: translate(-50%, -50%) rotate(0deg);
  241. }
  242. to {
  243. transform: translate(-50%, -50%) rotate(360deg);
  244. }
  245. }
  246. @keyframes rotate2 {
  247. from {
  248. transform: translate(-50%, -50%) rotate(360deg);
  249. }
  250. to {
  251. transform: translate(-50%, -50%) rotate(0deg);
  252. }
  253. }
  254. /* 约束屏幕尺寸 */
  255. @media screen and (max-width: 1024px) {
  256. html {
  257. font-size: 42px !important;
  258. }
  259. }
  260. @media screen and (min-width: 1920px) {
  261. html {
  262. font-size: 80px !important;
  263. }
  264. }