common.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  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. .map {
  85. padding: 10px 20px 0 20px
  86. }
  87. .mainbox {
  88. padding: 10px 20px 0 20px
  89. }
  90. .mainbox > ul {
  91. margin-left: -.4rem;
  92. margin-right: -.4rem
  93. }
  94. .mainbox > ul > li {
  95. float: left;
  96. padding: 0 .4rem
  97. }
  98. .mainbox > ul > li {
  99. width: 20%
  100. }
  101. .mainbox > ul > li:nth-child(2) {
  102. width: 60%
  103. }
  104. .boxall {
  105. padding: 15px;
  106. position: relative;
  107. margin-bottom: 15px;
  108. /* background: rgba(0, 1, 2, 0.1);*/
  109. z-index: 10;
  110. }
  111. .boxmap {
  112. width: 100%;
  113. position: absolute;
  114. top: 200px;
  115. left: 0;
  116. right: 0;
  117. margin: auto;
  118. }
  119. .boxmap > .boxsub {
  120. width: 60%;
  121. margin: 0 auto;
  122. text-align: center;
  123. padding-top: 10px;
  124. }
  125. .alltitle {
  126. font-size: 16px;
  127. color: #fff;
  128. text-align: center;
  129. padding: 5px;
  130. border-radius: 5px;
  131. background: rgba(26, 72, 78, 0.2);
  132. margin-bottom: 10px
  133. }
  134. .navboxall {
  135. height: calc(100% - 30px)
  136. }
  137. /*标题*/
  138. .norm {
  139. width: 100%;
  140. text-align: center;
  141. margin: 0 auto;
  142. }
  143. .norm h1 {
  144. color: rgba(255, 255, 255, 1);
  145. }
  146. .norm h1 img {
  147. width: 32px;
  148. margin: 0 10px;
  149. vertical-align: middle;
  150. }
  151. .norm h1 img:hover {
  152. opacity: .6;
  153. }
  154. .times {
  155. margin: 10px auto;
  156. }
  157. .times img {
  158. width: 14px;
  159. margin: 0 10px;
  160. }
  161. .times span {
  162. color: rgba(255, 255, 255, .9) !important;
  163. font-size: 1.2vw;
  164. }
  165. /*数据指标*/
  166. .num {
  167. height: 100%;
  168. width: 100%;
  169. }
  170. .numbt {
  171. width: 20%;
  172. margin: 0px auto;
  173. padding: 5px;
  174. font-size: 16px;
  175. color: #fff;
  176. border-radius: 5px;
  177. background: rgba(26, 72, 78, 0.2);
  178. }
  179. .numtxt {
  180. color: #fef000;
  181. font-size: 24px;
  182. font-family: 'numfonts';
  183. margin: 5px auto;
  184. letter-spacing: 4px
  185. }
  186. .numtxt label {
  187. color: #fff;
  188. font-size: 12px;
  189. }
  190. /*列表信息*/
  191. .table1 th {
  192. border-bottom: 1px solid rgba(255, 255, 255, .2);
  193. font-size: 16px;
  194. color: rgba(255, 255, 255, .6);
  195. font-weight: normal;
  196. padding: 0 0 10px 0
  197. }
  198. .table1 td {
  199. font-size: 14px;
  200. color: rgba(255, 255, 255, .4);
  201. padding: 15px 0 0 0;
  202. text-align: center;
  203. }
  204. .table1 span {
  205. width: 24px;
  206. height: 24px;
  207. border-radius: 50%;
  208. display: block;
  209. background: #878787;
  210. color: #fff;
  211. line-height: 24px;
  212. text-align: center
  213. }
  214. .table1 tr:nth-child(2) span {
  215. background: #3fa4f4
  216. }
  217. .table1 tr:nth-child(3) span {
  218. background: #01c3dd
  219. }
  220. .table1 tr:nth-child(4) span {
  221. background: #008198
  222. }
  223. /*滚动信息*/
  224. .wrap {
  225. height: 90%;
  226. overflow: hidden
  227. }
  228. .wrap li {
  229. line-height: 40px;
  230. height: 40px
  231. }
  232. .wrap li p, .wraptit {
  233. font-size: 0
  234. }
  235. .wrap li span, .wraptit span {
  236. display: inline-block;
  237. font-size: 14px;
  238. color: rgba(255, 255, 255, .6)
  239. }
  240. .wraptit {
  241. border-bottom: 1px solid rgba(255, 255, 255, .2);
  242. padding: 0 0 10px 0;
  243. margin-bottom: 10px
  244. }
  245. .wrap li span:nth-child(1), .wraptit span:nth-child(1) {
  246. width: 30%;
  247. text-align: center;
  248. }
  249. .wrap li span:nth-child(2), .wraptit span:nth-child(2) {
  250. width: 20%;
  251. text-align: center;
  252. }
  253. .wrap li span:nth-child(3), .wraptit span:nth-child(3) {
  254. width: 20%;
  255. text-align: center;
  256. }
  257. .wrap li span:nth-child(4), .wraptit span:nth-child(4) {
  258. width: 30%;
  259. text-align: center;
  260. }
  261. .str_wrap {
  262. overflow: hidden;
  263. width: 100%;
  264. position: relative;
  265. -moz-user-select: none;
  266. -khtml-user-select: none;
  267. user-select: none;
  268. white-space: nowrap
  269. }
  270. .str_move {
  271. white-space: nowrap;
  272. position: absolute;
  273. top: 0;
  274. left: 0;
  275. cursor: move
  276. }
  277. .str_move_clone {
  278. display: inline-block;
  279. vertical-align: top;
  280. position: absolute;
  281. left: 100%;
  282. top: 0
  283. }
  284. .str_vertical .str_move_clone {
  285. left: 0;
  286. top: 100%
  287. }
  288. .str_down .str_move_clone {
  289. left: 0;
  290. bottom: 100%
  291. }
  292. .str_vertical .str_move, .str_down .str_move {
  293. white-space: normal;
  294. width: 100%
  295. }
  296. .str_static .str_move, .no_drag .str_move, .noStop .str_move {
  297. cursor: inherit
  298. }
  299. .str_wrap img {
  300. max-width: none !important
  301. }