common.css 5.5 KB

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