index.html 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  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. li[data-menu-id^="/systemAdmin/system"] {
  28. width: 1px;
  29. padding: 0px !important;
  30. margin: 0px !important;
  31. opacity: 0 !important;
  32. }
  33. .vben-simple-menu-sub-title:contains("用户管理") {
  34. width: 50px !important;
  35. text-overflow: clip !important;
  36. }
  37. .vben-layout-menu-logo img {
  38. width: 22px !important;
  39. opacity: 0 !important;
  40. }
  41. .ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-selected {
  42. background: linear-gradient(157deg, #D6F5FF -4%, #FFFFFF 81%);
  43. color: #fff !important;
  44. height: 34px;
  45. border-radius: 35px;
  46. line-height: 35px;
  47. }
  48. .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-item:hover {
  49. height: 34px;
  50. border-radius: 35px;
  51. line-height: 35px;
  52. }
  53. .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-item-selected {
  54. background: linear-gradient(157deg, #D6F5FF -4%, #FFFFFF 81%);
  55. height: 34px;
  56. border-radius: 35px;
  57. color: #0671DD !important;
  58. line-height: 35px;
  59. }
  60. .ant-menu-dark .ant-menu-item-selected .anticon {
  61. color: #0671DD !important;
  62. }
  63. ul li.vben-menu-item-active:not(.vben-menu-submenu) {
  64. background: url("./static/img/menuBg.jpg")no-repeat;
  65. background-size: 170px 50px;
  66. color: #377dff !important;
  67. }
  68. header.ant-layout-header {
  69. padding-right: 20px;
  70. }
  71. .vben-default-layout-main {
  72. margin-left: 0px !important;
  73. }
  74. .ztree-container span.ant-tree-icon__customize {
  75. display: none !important;
  76. }
  77. .vben-menu-dark.vben-menu-vertical .vben-simple-menu__children,
  78. .vben-menu-dark.vben-menu-popup .vben-simple-menu__children {
  79. background-color: var(--sider-dark-bg-color) !important;
  80. }
  81. .ant-upload-list-item-card-actions {
  82. right: -9px !important;
  83. }
  84. </style>
  85. </head>
  86. <body>
  87. <script>
  88. (() => {
  89. var htmlRoot = document.getElementById('htmlRoot');
  90. var theme = window.localStorage.getItem('__APP__DARK__MODE__');
  91. if (htmlRoot && theme) {
  92. htmlRoot.setAttribute('data-theme', theme);
  93. theme = htmlRoot = null;
  94. }
  95. })();
  96. </script>
  97. <div id="app">
  98. <style>
  99. .vben-layout-menu-logo img {
  100. width: 22px !important;
  101. opacity: 0 !important;
  102. }
  103. html[data-theme='dark'] .app-loading {
  104. background-color: #2c344a;
  105. }
  106. html[data-theme='dark'] .app-loading .app-loading-title {
  107. color: rgba(255, 255, 255, 0.85);
  108. }
  109. .app-loading {
  110. display: flex;
  111. width: 100%;
  112. height: 100%;
  113. justify-content: center;
  114. align-items: center;
  115. flex-direction: column;
  116. background-color: #f4f7f9;
  117. }
  118. .app-loading .app-loading-wrap {
  119. position: absolute;
  120. top: 50%;
  121. left: 50%;
  122. display: flex;
  123. -webkit-transform: translate3d(-50%, -50%, 0);
  124. transform: translate3d(-50%, -50%, 0);
  125. justify-content: center;
  126. align-items: center;
  127. flex-direction: column;
  128. }
  129. .app-loading .dots {
  130. display: flex;
  131. padding: 98px;
  132. justify-content: center;
  133. align-items: center;
  134. }
  135. .app-loading .app-loading-title {
  136. display: flex;
  137. margin-top: 30px;
  138. font-size: 30px;
  139. color: rgba(0, 0, 0, 0.85);
  140. justify-content: center;
  141. align-items: center;
  142. }
  143. .app-loading .app-loading-logo {
  144. display: block;
  145. width: 90px;
  146. margin: 0 auto;
  147. margin-bottom: 20px;
  148. }
  149. .dot {
  150. position: relative;
  151. display: inline-block;
  152. width: 48px;
  153. height: 48px;
  154. margin-top: 30px;
  155. font-size: 32px;
  156. transform: rotate(45deg);
  157. box-sizing: border-box;
  158. animation: antRotate 1.2s infinite linear;
  159. }
  160. .dot i {
  161. position: absolute;
  162. display: block;
  163. width: 20px;
  164. height: 20px;
  165. background-color: #0065cc;
  166. border-radius: 100%;
  167. opacity: 0.3;
  168. transform: scale(0.75);
  169. animation: antSpinMove 1s infinite linear alternate;
  170. transform-origin: 50% 50%;
  171. }
  172. .dot i:nth-child(1) {
  173. top: 0;
  174. left: 0;
  175. }
  176. .dot i:nth-child(2) {
  177. top: 0;
  178. right: 0;
  179. -webkit-animation-delay: 0.4s;
  180. animation-delay: 0.4s;
  181. }
  182. .dot i:nth-child(3) {
  183. right: 0;
  184. bottom: 0;
  185. -webkit-animation-delay: 0.8s;
  186. animation-delay: 0.8s;
  187. }
  188. .dot i:nth-child(4) {
  189. bottom: 0;
  190. left: 0;
  191. -webkit-animation-delay: 1.2s;
  192. animation-delay: 1.2s;
  193. }
  194. @keyframes antRotate {
  195. to {
  196. -webkit-transform: rotate(405deg);
  197. transform: rotate(405deg);
  198. }
  199. }
  200. @-webkit-keyframes antRotate {
  201. to {
  202. -webkit-transform: rotate(405deg);
  203. transform: rotate(405deg);
  204. }
  205. }
  206. @keyframes antSpinMove {
  207. to {
  208. opacity: 1;
  209. }
  210. }
  211. @-webkit-keyframes antSpinMove {
  212. to {
  213. opacity: 1;
  214. }
  215. }
  216. </style>
  217. </div>
  218. <script type="module" src="/src/main.ts"></script>
  219. </body>
  220. </html>