index.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. header {
  2. position: relative;
  3. height: 1.113rem;
  4. background: linear-gradient(#0a0634 0, #204a9e 100%)
  5. }
  6. header h1 {
  7. font-size: .575rem;
  8. color: #fff;
  9. text-align: center;
  10. line-height: 1.113rem;
  11. font-weight: 400
  12. }
  13. header .showTime {
  14. position: absolute;
  15. top: 0;
  16. right: .375rem;
  17. line-height: .9375rem;
  18. font-size: .25rem;
  19. color: rgba(255, 255, 255, .7)
  20. }
  21. .mainbox {
  22. min-width: 1024px;
  23. max-width: 1920px;
  24. padding: .287rem .287rem 0;
  25. display: flex
  26. }
  27. .mainbox .column {
  28. flex: 3
  29. }
  30. .mainbox .column:nth-child(2) {
  31. flex: 6;
  32. margin: 0 .575rem .1875rem;
  33. overflow: hidden
  34. }
  35. .panel {
  36. position: relative;
  37. background: rgba(255, 255, 255, .01) url(../images/line\(1\) .png);
  38. background-repeat: no-repeat;
  39. padding: 0 .1875rem .5rem;
  40. margin-bottom: .287rem;
  41. background-size: 100% 100%
  42. }
  43. .no h2,
  44. .panel h2 {
  45. height: .7rem;
  46. line-height: .7rem;
  47. text-align: center;
  48. font-size: .275rem;
  49. background-image: -webkit-linear-gradient(bottom, #00adce, #fff);
  50. -webkit-background-clip: text;
  51. -webkit-text-fill-color: transparent
  52. }
  53. .panel h2 a {
  54. margin: 0 .1875rem;
  55. color: #fff;
  56. text-decoration: underline
  57. }
  58. .panel .chart {
  59. /* height: 90%; */
  60. display: flex;
  61. justify-content: center;
  62. align-items: center
  63. }
  64. .no {
  65. height: 4.05rem;
  66. overflow: hidden;
  67. background-image: url(../images/no-bg.png)
  68. }
  69. table {
  70. width: 10.262rem;
  71. margin: 0 auto;
  72. color: #fff;
  73. font-weight: 400;
  74. font-size: .2rem;
  75. line-height: .5rem;
  76. text-align: center
  77. }
  78. thead th {
  79. font-size: 0.2125rem;
  80. line-height: 0.5rem;
  81. font-weight: 400
  82. }
  83. table tr th {
  84. background: rgba(3, 64, 128, .4)
  85. }
  86. table tr:first-child th:first-child {
  87. border-top-left-radius: 12px;
  88. border-bottom-left-radius: 12px
  89. }
  90. table tr:first-child th:last-child {
  91. border-top-right-radius: 12px;
  92. border-bottom-right-radius: 12px
  93. }
  94. .map {
  95. position: relative;
  96. height: 7.55rem;
  97. margin-bottom: .287rem;
  98. background-size: 90% 90%;
  99. background-position: bottom center;
  100. /* background-image: url(../images/store.png); */
  101. background-repeat: no-repeat;
  102. opacity: .5
  103. }
  104. .map .chart {
  105. position: absolute;
  106. top: 0;
  107. left: 0;
  108. z-index: 5;
  109. height: 10.125rem;
  110. width: 100%
  111. }
  112. /* .map .map1,
  113. .map .map2,
  114. .map .map3 {
  115. position: absolute;
  116. top: 50%;
  117. left: 50%;
  118. transform: translate(-50%, -50%);
  119. width: 6.475rem;
  120. height: 6.475rem;
  121. background: url(../images/map.png) no-repeat;
  122. background-size: 100% 100%;
  123. opacity: .3
  124. }
  125. .map .map2 {
  126. width: 8.0375rem;
  127. height: 8.0375rem;
  128. background-image: url(../images/lbx.png);
  129. opacity: .6;
  130. animation: rotate 15s linear infinite;
  131. z-index: 2
  132. }
  133. .map .map3 {
  134. width: 7.075rem;
  135. height: 7.075rem;
  136. background-image: url(../images/jt.png);
  137. animation: rotate1 10s linear infinite
  138. } */
  139. @keyframes rotate {
  140. from {
  141. transform: translate(-50%, -50%) rotate(0)
  142. }
  143. to {
  144. transform: translate(-50%, -50%) rotate(360deg)
  145. }
  146. }
  147. @keyframes rotate1 {
  148. from {
  149. transform: translate(-50%, -50%) rotate(0)
  150. }
  151. to {
  152. transform: translate(-50%, -50%) rotate(-360deg)
  153. }
  154. }
  155. .panel.pie-bar {
  156. height: 7.55rem;
  157. background-image: url(../images/pie-bar-bg.png)
  158. }
  159. .panel.line {
  160. height: 4.05rem;
  161. background-image: url(../images/line-bg.png)
  162. }
  163. .panel.right-top {
  164. height: 5.425rem;
  165. background-image: url(../images/right-top-bg.png)
  166. }
  167. .panel.right-top .chart {
  168. height: 3.4rem
  169. }
  170. .pie-bar-bottom,
  171. .pie-bar-top {
  172. height: 3.438rem;
  173. width: 100%;
  174. position: relative
  175. }
  176. .pie-bar-top .chart {
  177. height: 100%
  178. }
  179. .pie-bar-bottom .chart {
  180. height: 90%
  181. }
  182. .line .chart {
  183. height: 90%
  184. }
  185. .title-btn {
  186. color: #fff;
  187. width: 1.75rem;
  188. line-height: .4rem;
  189. background: rgba(0, 130, 255, .4);
  190. border: 2px solid #0082ff;
  191. border-radius: 10px;
  192. text-align: center;
  193. font-size: .25rem;
  194. margin: .125rem auto
  195. }
  196. .total-squares {
  197. margin: .175rem auto;
  198. text-align: center
  199. }
  200. .total-square {
  201. display: inline-block;
  202. width: .55rem;
  203. height: .55rem;
  204. line-height: .55rem;
  205. border: 1px solid rgba(0, 212, 233, .4);
  206. font-size: .375rem;
  207. color: #F6FF00
  208. }
  209. .yq-total {
  210. font-size: .25rem;
  211. color: #00D4E9;
  212. text-align: center
  213. }
  214. .huan {
  215. height: 6.175rem;
  216. background-image: url(../images/right-bottom-bg.png);
  217. /* min-width:380px; */
  218. }
  219. .huan table {
  220. width: 100%;
  221. margin-top: 0.25rem;
  222. }
  223. .huan ul {
  224. margin: 0 0 0 .7rem
  225. }
  226. .huan li {
  227. width: 35%;
  228. text-align: center;
  229. border: 1px solid rgba(0, 212, 233, .4);
  230. display: inline-block;
  231. padding: 0.125rem 0;
  232. }
  233. .huan li {
  234. margin-right: .35rem;
  235. margin-bottom: 0.125rem;
  236. margin-top: 0.1rem
  237. }
  238. .num-huan {
  239. font-size: 0.325rem
  240. }
  241. .des-huan {
  242. max-width: 100%;
  243. font-size: 0.225rem;
  244. color: #02DDF2;
  245. display: inline-block;
  246. white-space: nowrap;
  247. overflow: hidden;
  248. text-overflow: ellipsis
  249. }
  250. .no table {
  251. width: 100%
  252. }
  253. .no tr td:first-child,
  254. .no tr th:first-child {
  255. width: 1.5rem
  256. }
  257. .no tr td:nth-child(2),
  258. .no tr th:nth-child(2) {
  259. width: 2.5rem
  260. }
  261. .no tr td:nth-child(3),
  262. .no tr th:nth-child(3) {
  263. width: 1.5rem
  264. }