index.html 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. <!DOCTYPE html>
  2. <html lang="en" id="htmlRoot">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6. <meta name="renderer" content="webkit" />
  7. <meta name="keywords" content="空间数据管理平台" />
  8. <meta name="description" content="空间数据管理平台" />
  9. <meta http-equiv="Expires" content="0" />
  10. <meta http-equiv="Cache-control" content="no-cache" />
  11. <meta http-equiv="Cache" content="no-cache" />
  12. <meta name="viewport"
  13. content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0" />
  14. <title>空间数据管理平台</title>
  15. <link rel="icon" href="/favicon.ico" />
  16. <style>
  17. #account:-webkit-autofill {
  18. -webkit-text-fill-color: white !important;
  19. background: transparent;
  20. box-shadow: 10px 10px 10px 10px rgba(176, 122, 122, 0) !important;
  21. }
  22. #password:-webkit-autofill {
  23. -webkit-text-fill-color: white !important;
  24. background: transparent;
  25. box-shadow: 10px 10px 10px 10px rgba(176, 122, 122, 0) !important;
  26. }
  27. .vben-layout-menu-logo img {
  28. width: 22px !important;
  29. opacity: 0 !important;
  30. }
  31. .ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-selected {
  32. background: linear-gradient(157deg, #D6F5FF -4%, #FFFFFF 81%);
  33. color: #fff !important;
  34. height: 34px;
  35. border-radius: 35px;
  36. line-height: 35px;
  37. }
  38. .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-item:hover {
  39. height: 34px;
  40. border-radius: 35px;
  41. line-height: 35px;
  42. }
  43. .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-item-selected {
  44. background: linear-gradient(157deg, #D6F5FF -4%, #FFFFFF 81%);
  45. height: 34px;
  46. border-radius: 35px;
  47. color: #0671DD !important;
  48. line-height: 35px;
  49. }
  50. .ant-menu-dark .ant-menu-item-selected .anticon {
  51. color: #0671DD !important;
  52. }
  53. ul li.vben-menu-item-active:not(.vben-menu-submenu) {
  54. background: url("./static/img/menuBg.jpg")no-repeat;
  55. background-size: 170px 50px;
  56. color: #377dff !important;
  57. }
  58. header.ant-layout-header {
  59. padding-right: 20px;
  60. }
  61. .vben-default-layout-main {
  62. margin-left: 0px !important;
  63. }
  64. .ztree-container span.ant-tree-icon__customize {
  65. display: none !important;
  66. }
  67. .vben-menu-dark.vben-menu-vertical .vben-simple-menu__children,
  68. .vben-menu-dark.vben-menu-popup .vben-simple-menu__children {
  69. background-color: var(--sider-dark-bg-color) !important;
  70. }
  71. </style>
  72. </head>
  73. <body>
  74. <script>
  75. (() => {
  76. var htmlRoot = document.getElementById('htmlRoot');
  77. var theme = window.localStorage.getItem('__APP__DARK__MODE__');
  78. if (htmlRoot && theme) {
  79. htmlRoot.setAttribute('data-theme', theme);
  80. theme = htmlRoot = null;
  81. }
  82. })();
  83. </script>
  84. <div id="app">
  85. <style>
  86. .vben-layout-menu-logo img {
  87. width: 22px !important;
  88. opacity: 0 !important;
  89. }
  90. html[data-theme='dark'] .app-loading {
  91. background-color: #2c344a;
  92. }
  93. html[data-theme='dark'] .app-loading .app-loading-title {
  94. color: rgba(255, 255, 255, 0.85);
  95. }
  96. .app-loading {
  97. display: flex;
  98. width: 100%;
  99. height: 100%;
  100. justify-content: center;
  101. align-items: center;
  102. flex-direction: column;
  103. background-color: #f4f7f9;
  104. }
  105. .app-loading .app-loading-wrap {
  106. position: absolute;
  107. top: 50%;
  108. left: 50%;
  109. display: flex;
  110. -webkit-transform: translate3d(-50%, -50%, 0);
  111. transform: translate3d(-50%, -50%, 0);
  112. justify-content: center;
  113. align-items: center;
  114. flex-direction: column;
  115. }
  116. .app-loading .dots {
  117. display: flex;
  118. padding: 98px;
  119. justify-content: center;
  120. align-items: center;
  121. }
  122. .app-loading .app-loading-title {
  123. display: flex;
  124. margin-top: 30px;
  125. font-size: 30px;
  126. color: rgba(0, 0, 0, 0.85);
  127. justify-content: center;
  128. align-items: center;
  129. }
  130. .app-loading .app-loading-logo {
  131. display: block;
  132. width: 90px;
  133. margin: 0 auto;
  134. margin-bottom: 20px;
  135. }
  136. .dot {
  137. position: relative;
  138. display: inline-block;
  139. width: 48px;
  140. height: 48px;
  141. margin-top: 30px;
  142. font-size: 32px;
  143. transform: rotate(45deg);
  144. box-sizing: border-box;
  145. animation: antRotate 1.2s infinite linear;
  146. }
  147. .dot i {
  148. position: absolute;
  149. display: block;
  150. width: 20px;
  151. height: 20px;
  152. background-color: #0065cc;
  153. border-radius: 100%;
  154. opacity: 0.3;
  155. transform: scale(0.75);
  156. animation: antSpinMove 1s infinite linear alternate;
  157. transform-origin: 50% 50%;
  158. }
  159. .dot i:nth-child(1) {
  160. top: 0;
  161. left: 0;
  162. }
  163. .dot i:nth-child(2) {
  164. top: 0;
  165. right: 0;
  166. -webkit-animation-delay: 0.4s;
  167. animation-delay: 0.4s;
  168. }
  169. .dot i:nth-child(3) {
  170. right: 0;
  171. bottom: 0;
  172. -webkit-animation-delay: 0.8s;
  173. animation-delay: 0.8s;
  174. }
  175. .dot i:nth-child(4) {
  176. bottom: 0;
  177. left: 0;
  178. -webkit-animation-delay: 1.2s;
  179. animation-delay: 1.2s;
  180. }
  181. @keyframes antRotate {
  182. to {
  183. -webkit-transform: rotate(405deg);
  184. transform: rotate(405deg);
  185. }
  186. }
  187. @-webkit-keyframes antRotate {
  188. to {
  189. -webkit-transform: rotate(405deg);
  190. transform: rotate(405deg);
  191. }
  192. }
  193. @keyframes antSpinMove {
  194. to {
  195. opacity: 1;
  196. }
  197. }
  198. @-webkit-keyframes antSpinMove {
  199. to {
  200. opacity: 1;
  201. }
  202. }
  203. </style>
  204. </div>
  205. <script type="module" src="/src/main.ts"></script>
  206. </body>
  207. </html>