common.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. @charset "utf-8";
  2. * {
  3. -webkit-box-sizing: border-box;
  4. -moz-box-sizing: border-box;
  5. box-sizing: border-box
  6. }
  7. *, body {
  8. padding: 0;
  9. margin: 0;
  10. font-family: "微软雅黑"
  11. }
  12. body {
  13. color: #666;
  14. font-size: 16px;
  15. background: #010103 url('../images/bg.png') no-repeat top center;
  16. }
  17. li {
  18. list-style-type: none
  19. }
  20. i {
  21. margin: 0;
  22. padding: 0;
  23. text-indent: 0
  24. }
  25. img {
  26. border: 0;
  27. max-width: 100%
  28. }
  29. a {
  30. text-decoration: none;
  31. color: #399bff
  32. }
  33. a.active, a:focus {
  34. outline: none !important;
  35. text-decoration: none
  36. }
  37. ol, ul, p, h1, h2, h3, h4, h5, h6 {
  38. padding: 0;
  39. margin: 0
  40. }
  41. a:hover {
  42. color: #06c;
  43. text-decoration: none !important
  44. }
  45. .clearfix:after, .clearfix:before {
  46. display: table;
  47. content: " "
  48. }
  49. .clearfix:after {
  50. clear: both
  51. }
  52. @font-face {
  53. font-family: 'numfonts';
  54. src: url('../fonts/yjsz.TTF'); /* IE9+,可以是具体的实际链接 */
  55. }
  56. /*加载动画*/
  57. .loading {
  58. position: fixed;
  59. left: 0;
  60. top: 0;
  61. font-size: 16px;
  62. z-index: 100000000;
  63. width: 100%;
  64. height: 100%;
  65. background: #1a1a1c;
  66. text-align: center
  67. }
  68. .loadbox {
  69. position: absolute;
  70. width: 160px;
  71. height: 150px;
  72. color: rgba(255, 255, 255, .6);
  73. left: 50%;
  74. top: 50%;
  75. margin-top: -100px;
  76. margin-left: -75px
  77. }
  78. .loadbox img {
  79. margin: 10px auto;
  80. display: block;
  81. width: 40px
  82. }
  83. /*主体大屏*/
  84. .mainbox {
  85. padding: 10px 20px 0 20px
  86. }
  87. .mainbox > ul {
  88. margin-left: -.4rem;
  89. margin-right: -.4rem
  90. }
  91. .mainbox > ul > li {
  92. float: left;
  93. padding: 0 .4rem
  94. }
  95. .mainbox > ul > li {
  96. width: 20%
  97. }
  98. .mainbox > ul > li:nth-child(2) {
  99. width: 60%
  100. }
  101. .boxall {
  102. padding: 15px;
  103. position: relative;
  104. margin-bottom: 15px;
  105. /* background: rgba(0, 1, 2, 0.1);*/
  106. z-index: 10;
  107. }
  108. .boxmap {
  109. width: 100%;
  110. position: absolute;
  111. top: 200px;
  112. left: 0;
  113. right: 0;
  114. margin: auto;
  115. }
  116. .boxmap > .boxsub {
  117. width: 60%;
  118. margin: 0 auto;
  119. text-align: center;
  120. padding-top: 10px;
  121. }
  122. .alltitle {
  123. font-size: 16px;
  124. color: #fff;
  125. text-align: center;
  126. padding: 5px;
  127. border-radius: 5px;
  128. background: rgba(26, 72, 78, 0.2);
  129. margin-bottom: 10px
  130. }
  131. .navboxall {
  132. height: calc(100% - 30px)
  133. }
  134. /*标题*/
  135. .norm {
  136. width: 100%;
  137. text-align: center;
  138. margin: 0 auto;
  139. }
  140. .norm h1 {
  141. color: rgba(255, 255, 255, 1);
  142. }
  143. .norm h1 img {
  144. width: 32px;
  145. margin: 0 10px;
  146. vertical-align: middle;
  147. }
  148. .norm h1 img:hover {
  149. opacity: .6;
  150. }
  151. .times {
  152. margin: 10px auto;
  153. }
  154. .times img {
  155. width: 14px;
  156. margin: 0 10px;
  157. }
  158. .times span {
  159. color: rgba(255, 255, 255, .9) !important;
  160. font-size: 1.2vw;
  161. }
  162. /*数据指标*/
  163. .num {
  164. height: 100%;
  165. width: 100%;
  166. }
  167. .numbt {
  168. width: 20%;
  169. margin: 0px auto;
  170. padding: 5px;
  171. font-size: 16px;
  172. color: #fff;
  173. border-radius: 5px;
  174. background: rgba(26, 72, 78, 0.2);
  175. }
  176. .numtxt {
  177. color: #fef000;
  178. font-size: 48px;
  179. font-family: 'numfonts';
  180. margin: 5px auto;
  181. letter-spacing: 4px
  182. }
  183. .numtxt label {
  184. color: #fff;
  185. font-size: 12px;
  186. }
  187. /*列表信息*/
  188. .table1 th {
  189. border-bottom: 1px solid rgba(255, 255, 255, .2);
  190. font-size: 16px;
  191. color: rgba(255, 255, 255, .6);
  192. font-weight: normal;
  193. padding: 0 0 10px 0
  194. }
  195. .table1 td {
  196. font-size: 14px;
  197. color: rgba(255, 255, 255, .4);
  198. padding: 15px 0 0 0;
  199. text-align: center;
  200. }
  201. .table1 span {
  202. width: 24px;
  203. height: 24px;
  204. border-radius: 50%;
  205. display: block;
  206. background: #878787;
  207. color: #fff;
  208. line-height: 24px;
  209. text-align: center
  210. }
  211. .table1 tr:nth-child(2) span {
  212. background: #3fa4f4
  213. }
  214. .table1 tr:nth-child(3) span {
  215. background: #01c3dd
  216. }
  217. .table1 tr:nth-child(4) span {
  218. background: #008198
  219. }
  220. /*滚动信息*/
  221. .wrap {
  222. height: 90%;
  223. overflow: hidden
  224. }
  225. .wrap li {
  226. line-height: 40px;
  227. height: 40px
  228. }
  229. .wrap li p, .wraptit {
  230. font-size: 0
  231. }
  232. .wrap li span, .wraptit span {
  233. display: inline-block;
  234. font-size: 14px;
  235. color: rgba(255, 255, 255, .6)
  236. }
  237. .wraptit {
  238. border-bottom: 1px solid rgba(255, 255, 255, .2);
  239. padding: 0 0 10px 0;
  240. margin-bottom: 10px
  241. }
  242. .wrap li span:nth-child(1), .wraptit span:nth-child(1) {
  243. width: 30%;
  244. text-align: center;
  245. }
  246. .wrap li span:nth-child(2), .wraptit span:nth-child(2) {
  247. width: 20%;
  248. text-align: center;
  249. }
  250. .wrap li span:nth-child(3), .wraptit span:nth-child(3) {
  251. width: 20%;
  252. text-align: center;
  253. }
  254. .wrap li span:nth-child(4), .wraptit span:nth-child(4) {
  255. width: 30%;
  256. text-align: center;
  257. }
  258. .str_wrap {
  259. overflow: hidden;
  260. width: 100%;
  261. position: relative;
  262. -moz-user-select: none;
  263. -khtml-user-select: none;
  264. user-select: none;
  265. white-space: nowrap
  266. }
  267. .str_move {
  268. white-space: nowrap;
  269. position: absolute;
  270. top: 0;
  271. left: 0;
  272. cursor: move
  273. }
  274. .str_move_clone {
  275. display: inline-block;
  276. vertical-align: top;
  277. position: absolute;
  278. left: 100%;
  279. top: 0
  280. }
  281. .str_vertical .str_move_clone {
  282. left: 0;
  283. top: 100%
  284. }
  285. .str_down .str_move_clone {
  286. left: 0;
  287. bottom: 100%
  288. }
  289. .str_vertical .str_move, .str_down .str_move {
  290. white-space: normal;
  291. width: 100%
  292. }
  293. .str_static .str_move, .no_drag .str_move, .noStop .str_move {
  294. cursor: inherit
  295. }
  296. .str_wrap img {
  297. max-width: none !important
  298. }