index.css 7.5 KB

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