index.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>Admin</title><style type="text/css">#pageInitLoading {
  2. top: 50%;
  3. left: 50%;
  4. position: absolute;
  5. -webkit-transform: translateY(-50%) translateX(-50%);
  6. transform: translateY(-50%) translateX(-50%);
  7. z-index: 100;
  8. }
  9. .la-pacman,
  10. .la-pacman > div {
  11. position: relative;
  12. -webkit-box-sizing: border-box;
  13. -moz-box-sizing: border-box;
  14. box-sizing: border-box;
  15. }
  16. .la-pacman {
  17. display: block;
  18. font-size: 0;
  19. color: #1890ff;
  20. }
  21. .la-pacman.la-dark {
  22. color: #333;
  23. }
  24. .la-pacman > div {
  25. display: inline-block;
  26. float: none;
  27. background-color: currentColor;
  28. border: 0 solid currentColor;
  29. }
  30. .la-pacman {
  31. width: 32px;
  32. height: 32px;
  33. }
  34. .la-pacman > div:nth-child(1),
  35. .la-pacman > div:nth-child(2) {
  36. width: 0;
  37. height: 0;
  38. background: transparent;
  39. border-style: solid;
  40. border-width: 16px;
  41. border-right-color: transparent;
  42. border-radius: 100%;
  43. -webkit-animation: pacman-rotate-half-up 0.5s 0s infinite;
  44. -moz-animation: pacman-rotate-half-up 0.5s 0s infinite;
  45. -o-animation: pacman-rotate-half-up 0.5s 0s infinite;
  46. animation: pacman-rotate-half-up 0.5s 0s infinite;
  47. }
  48. .la-pacman > div:nth-child(2) {
  49. margin-top: -32px;
  50. -webkit-animation-name: pacman-rotate-half-down;
  51. -moz-animation-name: pacman-rotate-half-down;
  52. -o-animation-name: pacman-rotate-half-down;
  53. animation-name: pacman-rotate-half-down;
  54. }
  55. .la-pacman > div:nth-child(3),
  56. .la-pacman > div:nth-child(4),
  57. .la-pacman > div:nth-child(5),
  58. .la-pacman > div:nth-child(6) {
  59. position: absolute;
  60. top: 50%;
  61. left: 200%;
  62. width: 8px;
  63. height: 8px;
  64. border-radius: 100%;
  65. opacity: 0;
  66. -webkit-animation: pacman-balls 2s 0s infinite linear;
  67. -moz-animation: pacman-balls 2s 0s infinite linear;
  68. -o-animation: pacman-balls 2s 0s infinite linear;
  69. animation: pacman-balls 2s 0s infinite linear;
  70. }
  71. .la-pacman > div:nth-child(3) {
  72. -webkit-animation-delay: -1.44s;
  73. -moz-animation-delay: -1.44s;
  74. -o-animation-delay: -1.44s;
  75. animation-delay: -1.44s;
  76. }
  77. .la-pacman > div:nth-child(4) {
  78. -webkit-animation-delay: -1.94s;
  79. -moz-animation-delay: -1.94s;
  80. -o-animation-delay: -1.94s;
  81. animation-delay: -1.94s;
  82. }
  83. .la-pacman > div:nth-child(5) {
  84. -webkit-animation-delay: -2.44s;
  85. -moz-animation-delay: -2.44s;
  86. -o-animation-delay: -2.44s;
  87. animation-delay: -2.44s;
  88. }
  89. .la-pacman > div:nth-child(6) {
  90. -webkit-animation-delay: -2.94s;
  91. -moz-animation-delay: -2.94s;
  92. -o-animation-delay: -2.94s;
  93. animation-delay: -2.94s;
  94. }
  95. .la-pacman.la-sm {
  96. width: 16px;
  97. height: 16px;
  98. }
  99. .la-pacman.la-sm > div:nth-child(1),
  100. .la-pacman.la-sm > div:nth-child(2) {
  101. border-width: 8px;
  102. }
  103. .la-pacman.la-sm > div:nth-child(2) {
  104. margin-top: -16px;
  105. }
  106. .la-pacman.la-sm > div:nth-child(3),
  107. .la-pacman.la-sm > div:nth-child(4),
  108. .la-pacman.la-sm > div:nth-child(5),
  109. .la-pacman.la-sm > div:nth-child(6) {
  110. width: 4px;
  111. height: 4px;
  112. }
  113. .la-pacman.la-2x {
  114. width: 64px;
  115. height: 64px;
  116. }
  117. .la-pacman.la-2x > div:nth-child(1),
  118. .la-pacman.la-2x > div:nth-child(2) {
  119. border-width: 32px;
  120. }
  121. .la-pacman.la-2x > div:nth-child(2) {
  122. margin-top: -64px;
  123. }
  124. .la-pacman.la-2x > div:nth-child(3),
  125. .la-pacman.la-2x > div:nth-child(4),
  126. .la-pacman.la-2x > div:nth-child(5),
  127. .la-pacman.la-2x > div:nth-child(6) {
  128. width: 16px;
  129. height: 16px;
  130. }
  131. @-webkit-keyframes pacman-rotate-half-up {
  132. 0%,
  133. 100% {
  134. -webkit-transform: rotate(270deg);
  135. transform: rotate(270deg);
  136. }
  137. 50% {
  138. -webkit-transform: rotate(360deg);
  139. transform: rotate(360deg);
  140. }
  141. }
  142. @-moz-keyframes pacman-rotate-half-up {
  143. 0%,
  144. 100% {
  145. -moz-transform: rotate(270deg);
  146. transform: rotate(270deg);
  147. }
  148. 50% {
  149. -moz-transform: rotate(360deg);
  150. transform: rotate(360deg);
  151. }
  152. }
  153. @-o-keyframes pacman-rotate-half-up {
  154. 0%,
  155. 100% {
  156. -o-transform: rotate(270deg);
  157. transform: rotate(270deg);
  158. }
  159. 50% {
  160. -o-transform: rotate(360deg);
  161. transform: rotate(360deg);
  162. }
  163. }
  164. @keyframes pacman-rotate-half-up {
  165. 0%,
  166. 100% {
  167. -webkit-transform: rotate(270deg);
  168. -moz-transform: rotate(270deg);
  169. -o-transform: rotate(270deg);
  170. transform: rotate(270deg);
  171. }
  172. 50% {
  173. -webkit-transform: rotate(360deg);
  174. -moz-transform: rotate(360deg);
  175. -o-transform: rotate(360deg);
  176. transform: rotate(360deg);
  177. }
  178. }
  179. @-webkit-keyframes pacman-rotate-half-down {
  180. 0%,
  181. 100% {
  182. -webkit-transform: rotate(90deg);
  183. transform: rotate(90deg);
  184. }
  185. 50% {
  186. -webkit-transform: rotate(0deg);
  187. transform: rotate(0deg);
  188. }
  189. }
  190. @-moz-keyframes pacman-rotate-half-down {
  191. 0%,
  192. 100% {
  193. -moz-transform: rotate(90deg);
  194. transform: rotate(90deg);
  195. }
  196. 50% {
  197. -moz-transform: rotate(0deg);
  198. transform: rotate(0deg);
  199. }
  200. }
  201. @-o-keyframes pacman-rotate-half-down {
  202. 0%,
  203. 100% {
  204. -o-transform: rotate(90deg);
  205. transform: rotate(90deg);
  206. }
  207. 50% {
  208. -o-transform: rotate(0deg);
  209. transform: rotate(0deg);
  210. }
  211. }
  212. @keyframes pacman-rotate-half-down {
  213. 0%,
  214. 100% {
  215. -webkit-transform: rotate(90deg);
  216. -moz-transform: rotate(90deg);
  217. -o-transform: rotate(90deg);
  218. transform: rotate(90deg);
  219. }
  220. 50% {
  221. -webkit-transform: rotate(0deg);
  222. -moz-transform: rotate(0deg);
  223. -o-transform: rotate(0deg);
  224. transform: rotate(0deg);
  225. }
  226. }
  227. @-webkit-keyframes pacman-balls {
  228. 0% {
  229. left: 200%;
  230. opacity: 0;
  231. -webkit-transform: translateY(-50%);
  232. transform: translateY(-50%);
  233. }
  234. 5% {
  235. opacity: 0.5;
  236. }
  237. 66% {
  238. opacity: 1;
  239. }
  240. 67% {
  241. opacity: 0;
  242. }
  243. 100% {
  244. left: 0;
  245. -webkit-transform: translateY(-50%);
  246. transform: translateY(-50%);
  247. }
  248. }
  249. @-moz-keyframes pacman-balls {
  250. 0% {
  251. left: 200%;
  252. opacity: 0;
  253. -moz-transform: translateY(-50%);
  254. transform: translateY(-50%);
  255. }
  256. 5% {
  257. opacity: 0.5;
  258. }
  259. 66% {
  260. opacity: 1;
  261. }
  262. 67% {
  263. opacity: 0;
  264. }
  265. 100% {
  266. left: 0;
  267. -moz-transform: translateY(-50%);
  268. transform: translateY(-50%);
  269. }
  270. }
  271. @-o-keyframes pacman-balls {
  272. 0% {
  273. left: 200%;
  274. opacity: 0;
  275. -o-transform: translateY(-50%);
  276. transform: translateY(-50%);
  277. }
  278. 5% {
  279. opacity: 0.5;
  280. }
  281. 66% {
  282. opacity: 1;
  283. }
  284. 67% {
  285. opacity: 0;
  286. }
  287. 100% {
  288. left: 0;
  289. -o-transform: translateY(-50%);
  290. transform: translateY(-50%);
  291. }
  292. }
  293. @keyframes pacman-balls {
  294. 0% {
  295. left: 200%;
  296. opacity: 0;
  297. -webkit-transform: translateY(-50%);
  298. -moz-transform: translateY(-50%);
  299. -o-transform: translateY(-50%);
  300. transform: translateY(-50%);
  301. }
  302. 5% {
  303. opacity: 0.5;
  304. }
  305. 66% {
  306. opacity: 1;
  307. }
  308. 67% {
  309. opacity: 0;
  310. }
  311. 100% {
  312. left: 0;
  313. -webkit-transform: translateY(-50%);
  314. -moz-transform: translateY(-50%);
  315. -o-transform: translateY(-50%);
  316. transform: translateY(-50%);
  317. }
  318. }</style><link href="/static/css/chunk-0bad8f1e.06f4a5db.css" rel="prefetch"><link href="/static/css/chunk-13635f7c.bd953cd2.css" rel="prefetch"><link href="/static/css/chunk-15ac5da4.9ba66bcc.css" rel="prefetch"><link href="/static/css/chunk-22c94016.58aecb3f.css" rel="prefetch"><link href="/static/css/chunk-2fb4caf0.0e4bfb17.css" rel="prefetch"><link href="/static/css/chunk-4575aa18.b4a122f8.css" rel="prefetch"><link href="/static/css/chunk-66760baa.06f4a5db.css" rel="prefetch"><link href="/static/css/chunk-77a2af58.06f4a5db.css" rel="prefetch"><link href="/static/css/chunk-e3e07c82.e19cf908.css" rel="prefetch"><link href="/static/css/chunk-eaed1b24.231e814a.css" rel="prefetch"><link href="/static/js/chunk-0bad8f1e.6ab300fd.js" rel="prefetch"><link href="/static/js/chunk-13635f7c.c9d49806.js" rel="prefetch"><link href="/static/js/chunk-15ac5da4.550ff1f1.js" rel="prefetch"><link href="/static/js/chunk-22c94016.cc549d31.js" rel="prefetch"><link href="/static/js/chunk-2d0c87ec.a0c80f70.js" rel="prefetch"><link href="/static/js/chunk-2d0daf00.f5b9850f.js" rel="prefetch"><link href="/static/js/chunk-2d0f0f76.678638ec.js" rel="prefetch"><link href="/static/js/chunk-2fb4caf0.726bc3bc.js" rel="prefetch"><link href="/static/js/chunk-4575aa18.53eff859.js" rel="prefetch"><link href="/static/js/chunk-66760baa.3d2042c3.js" rel="prefetch"><link href="/static/js/chunk-77a2af58.d1ab59b2.js" rel="prefetch"><link href="/static/js/chunk-e3e07c82.e848595b.js" rel="prefetch"><link href="/static/js/chunk-eaed1b24.45eb3e0a.js" rel="prefetch"><link href="/static/css/app.80ba0ca0.css" rel="preload" as="style"><link href="/static/css/chunk-vendors.1494e8e9.css" rel="preload" as="style"><link href="/static/js/app.6997716e.js" rel="preload" as="script"><link href="/static/js/chunk-vendors.3a5a0d48.js" rel="preload" as="script"><link href="/static/css/chunk-vendors.1494e8e9.css" rel="stylesheet"><link href="/static/css/app.80ba0ca0.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but vue-antd-admin doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="pageInitLoading"><div class="la-pacman la-2x"><div></div><div></div><div></div><div></div><div></div><div></div></div></div><div id="popContainer"><div id="app"></div></div><script src="/static/js/chunk-vendors.3a5a0d48.js"></script><script src="/static/js/app.6997716e.js"></script></body></html>