echart.css 5.3 KB

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