common.css 5.9 KB

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