index.html 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <!doctype html>
  2. <html lang="zh-cmn-Hans" id="htmlRoot" data-theme="light">
  3. <head>
  4. <script src="./app.config.js?v=0.0.0-1706261394341"></script>
  5. <link rel="icon" href="./favicon.ico" />
  6. <meta charset="UTF-8">
  7. <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
  8. <meta content="webkit" name="renderer" />
  9. <meta name="viewport" content="user-scalable=0,width=device-width,initial-scale=1">
  10. <meta http-equiv="cache-control" content="no-cache,no-store, must-revalidate" />
  11. <meta http-equiv="pragma" content="no-cache" />
  12. <meta http-equiv="Expires" content="0" />
  13. <meta name="referrer" content="no-referrer" />
  14. <title>音乐教育总控管理平台</title>
  15. <script type="module" crossorigin src="./assets/index.7ab37541.js"></script>
  16. <link rel="stylesheet" href="./assets/index.0c6f8f01.css">
  17. </head>
  18. <body>
  19. <div id="appProvider" style="display:none"></div>
  20. <div id="app">
  21. <style>
  22. .first-loading-wrap {
  23. display: flex;
  24. width: 100%;
  25. height: 100vh;
  26. justify-content: center;
  27. align-items: center;
  28. flex-direction: column
  29. }
  30. .first-loading-wrap>h1 {
  31. font-size: 128px
  32. }
  33. .first-loading-wrap .loading-wrap {
  34. padding: 98px;
  35. display: flex;
  36. justify-content: center;
  37. align-items: center
  38. }
  39. .dot {
  40. animation: antRotate 1.2s infinite linear;
  41. transform: rotate(45deg);
  42. position: relative;
  43. display: inline-block;
  44. font-size: 32px;
  45. width: 32px;
  46. height: 32px;
  47. box-sizing: border-box
  48. }
  49. .dot i {
  50. width: 14px;
  51. height: 14px;
  52. position: absolute;
  53. display: block;
  54. background-color: #1890ff;
  55. border-radius: 100%;
  56. transform: scale(.75);
  57. transform-origin: 50% 50%;
  58. opacity: .3;
  59. animation: antSpinMove 1s infinite linear alternate
  60. }
  61. .dot i:first-child {
  62. top: 0;
  63. left: 0
  64. }
  65. .dot i:nth-child(2) {
  66. top: 0;
  67. right: 0;
  68. -webkit-animation-delay: .4s;
  69. animation-delay: .4s
  70. }
  71. .dot i:nth-child(3) {
  72. right: 0;
  73. bottom: 0;
  74. -webkit-animation-delay: .8s;
  75. animation-delay: .8s
  76. }
  77. .dot i:nth-child(4) {
  78. bottom: 0;
  79. left: 0;
  80. -webkit-animation-delay: 1.2s;
  81. animation-delay: 1.2s
  82. }
  83. @keyframes antRotate {
  84. to {
  85. -webkit-transform: rotate(405deg);
  86. transform: rotate(405deg)
  87. }
  88. }
  89. @-webkit-keyframes antRotate {
  90. to {
  91. -webkit-transform: rotate(405deg);
  92. transform: rotate(405deg)
  93. }
  94. }
  95. @keyframes antSpinMove {
  96. to {
  97. opacity: 1
  98. }
  99. }
  100. @-webkit-keyframes antSpinMove {
  101. to {
  102. opacity: 1
  103. }
  104. }
  105. </style>
  106. <div class="first-loading-wrap">
  107. <div class="loading-wrap"><span class="dot dot-spin"><i></i><i></i><i></i><i></i></span></div>
  108. </div>
  109. </div>
  110. <script>var globalThis = window;</script>
  111. <script>// var url = window.location.origin + '/_AMapService'
  112. window._AMapSecurityConfig = {
  113. serviceHost: 'https://online.dayaedu.com/_AMapService'
  114. }
  115. // window._AMapSecurityConfig = {
  116. // serviceHost: 'http://192.168.3.120:8001/_AMapService',
  117. // // 例如 :serviceHost:'http://1.1.1.1:80/_AMapService',
  118. // }</script>
  119. </body>
  120. </html>