dashboard.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. @charset "utf-8";
  2. * {
  3. -webkit-box-sizing: border-box;
  4. -moz-box-sizing: border-box;
  5. box-sizing: border-box;
  6. }
  7. *,
  8. body {
  9. padding: 0px;
  10. margin: 0px;
  11. color: #222;
  12. font-family: "微软雅黑";
  13. }
  14. body {
  15. color: #666;
  16. font-size: 16px;
  17. }
  18. li {
  19. list-style-type: none;
  20. }
  21. table {
  22. }
  23. i {
  24. margin: 0px;
  25. padding: 0px;
  26. text-indent: 0px;
  27. }
  28. img {
  29. border: none;
  30. max-width: 100%;
  31. }
  32. a {
  33. text-decoration: none;
  34. color: #399bff;
  35. }
  36. a.active,
  37. a:focus {
  38. outline: none !important;
  39. text-decoration: none;
  40. }
  41. ol,
  42. ul,
  43. p,
  44. h1,
  45. h2,
  46. h3,
  47. h4,
  48. h5,
  49. h6 {
  50. padding: 0;
  51. margin: 0;
  52. }
  53. a:hover {
  54. color: #06c;
  55. text-decoration: none !important;
  56. }
  57. .clearfix:after,
  58. .clearfix:before {
  59. display: table;
  60. content: " ";
  61. }
  62. .clearfix:after {
  63. clear: both;
  64. }
  65. .pulll_left {
  66. float: left;
  67. }
  68. .pulll_right {
  69. float: right;
  70. }
  71. .loading {
  72. position: fixed;
  73. left: 0;
  74. top: 0;
  75. font-size: 16px;
  76. z-index: 100000000;
  77. width: 100%;
  78. height: 100%;
  79. background: #1a1a1c;
  80. text-align: center;
  81. }
  82. .loadbox {
  83. position: absolute;
  84. width: 160px;
  85. height: 150px;
  86. color: rgba(255, 255, 255, 0.6);
  87. left: 50%;
  88. top: 50%;
  89. margin-top: -100px;
  90. margin-left: -75px;
  91. }
  92. .loadbox img {
  93. margin: 10px auto;
  94. display: block;
  95. width: 40px;
  96. }
  97. .head {
  98. height: 105px;
  99. background: url(../images/head_bg.png) no-repeat center center;
  100. position: relative;
  101. }
  102. .head h1 {
  103. color: #fff;
  104. text-align: center;
  105. font-size: 42px;
  106. line-height: 90px;
  107. }
  108. .head h1 img {
  109. width: 1.5rem;
  110. display: inline-block;
  111. vertical-align: middle;
  112. margin-right: 0.2rem;
  113. }
  114. .weather {
  115. position: absolute;
  116. right: 30px;
  117. top: 0;
  118. line-height: 70px;
  119. }
  120. .weather span {
  121. color: rgba(255, 255, 255, 0.9) !important;
  122. font-size: 20px;
  123. }
  124. .mainbox {
  125. padding: 10px 20px 0 20px;
  126. }
  127. .mainbox > ul {
  128. margin-left: -0.4rem;
  129. margin-right: -0.4rem;
  130. }
  131. .mainbox > ul > li {
  132. float: left;
  133. padding: 0 0.4rem;
  134. }
  135. .mainbox > ul > li {
  136. width: 24%;
  137. }
  138. .mainbox > ul > li:nth-child(2) {
  139. width: 52%;
  140. }
  141. .boxall {
  142. padding: 15px;
  143. background: rgba(0, 0, 0, 0.2);
  144. position: relative;
  145. margin-bottom: 15px;
  146. z-index: 10;
  147. }
  148. .alltitle {
  149. font-size: 18px;
  150. color: #fff;
  151. position: relative;
  152. padding-left: 12px;
  153. margin-bottom: 10px;
  154. }
  155. .yearSpan{
  156. font-size: 18px;
  157. color: #fff;
  158. }
  159. .alltitle:before {
  160. width: 5px;
  161. height: 20px;
  162. top: 2px;
  163. position: absolute;
  164. content: "";
  165. background: #49bcf7;
  166. border-radius: 20px;
  167. left: 0;
  168. }
  169. .navboxall {
  170. height: calc(100% - 30px);
  171. }
  172. .num,
  173. .zhibiao {
  174. height: 100%;
  175. width: 50%;
  176. }
  177. .zb1,
  178. .zb2,
  179. .zb3 {
  180. float: left;
  181. width: 33.3333%;
  182. height: 100%;
  183. }
  184. #zb1,
  185. #zb2,
  186. #zb3 {
  187. height: calc(100% - 30px);
  188. }
  189. .zhibiao span {
  190. padding-top: 20px;
  191. display: block;
  192. text-align: center;
  193. color: #fff;
  194. font-size: 16px;
  195. }
  196. .num {
  197. padding-right: 20px;
  198. }
  199. .numbt {
  200. font-size: 24px;
  201. color: #fff;
  202. padding-top: 14px;
  203. }
  204. .numbt span {
  205. font-size: 18px;
  206. padding-left: 10px;
  207. color: #fff;
  208. }
  209. .numtxt {
  210. color: #fef000;
  211. font-size: 80px;
  212. font-family: arial;
  213. border-top: 1px solid rgba(255, 255, 255, 0.1);
  214. border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  215. padding: 10px 0;
  216. margin: 18px 0;
  217. font-weight: bold;
  218. letter-spacing: 2px;
  219. }
  220. .table1 th {
  221. border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  222. font-size: 16px;
  223. color: rgba(255, 255, 255, 0.6);
  224. font-weight: normal;
  225. padding: 0 0 10px 0;
  226. }
  227. .table1 td {
  228. font-size: 16px;
  229. color: rgba(255, 255, 255, 0.4);
  230. padding: 15px 0 0 0;
  231. text-align: center;
  232. }
  233. .table1 span {
  234. width: 24px;
  235. height: 24px;
  236. border-radius: 3px;
  237. display: block;
  238. background: #878787;
  239. color: #fff;
  240. line-height: 24px;
  241. text-align: center;
  242. }
  243. .table1 tr td:nth-child(1) {
  244. width: 100px;
  245. }
  246. .table1 tr:nth-child(2) span {
  247. background: #ed405d;
  248. }
  249. .table1 tr:nth-child(3) span {
  250. background: #f78c44;
  251. }
  252. .table1 tr:nth-child(4) span {
  253. background: #49bcf7;
  254. }
  255. .iconchart li {
  256. height: 30px;
  257. }
  258. .iconchart label {
  259. color: #fff;
  260. line-height: 30px;
  261. height: 30px;
  262. display: inline-block;
  263. opacity: 0.8;
  264. }
  265. .iconchart label img {
  266. display: inline-block;
  267. vertical-align: middle;
  268. opacity: 0.4;
  269. }
  270. .iconchart .bar {
  271. display: inline-block;
  272. background: rgba(255, 255, 255, 0.1);
  273. border: 1px solid rgba(255, 255, 255, 0.2);
  274. width: 78%;
  275. height: 20px;
  276. padding: 2px;
  277. position: relative;
  278. top: 5px;
  279. }
  280. .iconchart .bar span {
  281. background: linear-gradient(to right, #588fab, #5ea99c);
  282. display: block;
  283. width: 60%;
  284. height: 100%;
  285. animation: myfirst2 1s ease;
  286. }
  287. .iconchart .bar i {
  288. position: absolute;
  289. opacity: 0.5;
  290. right: -36px;
  291. color: #fff;
  292. line-height: 20px;
  293. top: 0;
  294. }
  295. /*Plugin CSS*/
  296. .wrap {
  297. height: 82%;
  298. overflow: hidden;
  299. }
  300. .wrap li {
  301. line-height: 30px;
  302. height: 30px;
  303. }
  304. .wrap li p,
  305. .wraptit {
  306. font-size: 0;
  307. }
  308. .wrap li span,
  309. .wraptit span {
  310. display: inline-block;
  311. font-size: 15px;
  312. color: rgba(255, 255, 255, 0.6);
  313. }
  314. .wraptit {
  315. border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  316. padding: 0 0 10px 0;
  317. margin-bottom: 4px;
  318. }
  319. .wrap li span:nth-child(1),
  320. .wraptit span:nth-child(1) {
  321. width: 25%;
  322. }
  323. .wrap li span:nth-child(2),
  324. .wraptit span:nth-child(2) {
  325. width: 55%;
  326. }
  327. .wrap li span:nth-child(3),
  328. .wraptit span:nth-child(3) {
  329. width: 20%;
  330. }
  331. .wrap li span:nth-child(4),
  332. .wraptit span:nth-child(4) {
  333. width: 20%;
  334. }
  335. .str_wrap {
  336. overflow: hidden;
  337. width: 100%;
  338. position: relative;
  339. -moz-user-select: none;
  340. -khtml-user-select: none;
  341. user-select: none;
  342. white-space: nowrap;
  343. }
  344. .str_move {
  345. white-space: nowrap;
  346. position: absolute;
  347. top: 0;
  348. left: 0;
  349. cursor: move;
  350. }
  351. .str_move_clone {
  352. display: inline-block;
  353. vertical-align: top;
  354. position: absolute;
  355. left: 100%;
  356. top: 0;
  357. }
  358. .str_vertical .str_move_clone {
  359. left: 0;
  360. top: 100%;
  361. }
  362. .str_down .str_move_clone {
  363. left: 0;
  364. bottom: 100%;
  365. }
  366. .str_vertical .str_move,
  367. .str_down .str_move {
  368. white-space: normal;
  369. width: 100%;
  370. }
  371. .str_static .str_move,
  372. .no_drag .str_move,
  373. .noStop .str_move {
  374. cursor: inherit;
  375. }
  376. .str_wrap img {
  377. max-width: none !important;
  378. }
  379. @keyframes myfirst2 {
  380. from {
  381. width: 0;
  382. }
  383. to {
  384. }
  385. }