index.html 7.0 KB

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