index.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <<<<<<< HEAD
  2. <!doctype html>
  3. <html lang="zh-CN">
  4. <head>
  5. <meta charset="UTF-8" />
  6. <link rel="icon" href="./favicon.ico" />
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  8. <meta name="renderer" content="webkit" />
  9. <meta name="force-rendering" content="webkit" />
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  11. <meta name="description" content="ppt编辑器" />
  12. <meta name="keywords" content="ppt,powerpoint,office powerpoint,在线ppt,幻灯片,演示文稿,ppt在线制作,Vue3,TypeScript" />
  13. <title>PPT</title>
  14. <script type="module" crossorigin src="./assets/index-Cs33gxnF.js"></script>
  15. <link rel="stylesheet" crossorigin href="./assets/index-Cfx4w-Q1.css">
  16. </head>
  17. <body>
  18. <div id="app">
  19. =======
  20. <!doctype html>
  21. <html lang="zh-CN">
  22. <head>
  23. <meta charset="UTF-8" />
  24. <link rel="icon" href="./favicon.ico" />
  25. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  26. <meta name="renderer" content="webkit" />
  27. <meta name="force-rendering" content="webkit" />
  28. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  29. <meta name="description" content="ppt编辑器" />
  30. <meta name="keywords" content="ppt,powerpoint,office powerpoint,在线ppt,幻灯片,演示文稿,ppt在线制作,Vue3,TypeScript" />
  31. <title>PPT</title>
  32. <script type="module" crossorigin src="./assets/index-vudbuaSr.js"></script>
  33. <link rel="stylesheet" crossorigin href="./assets/index-BrUV76Xx.css">
  34. </head>
  35. <body>
  36. <div id="app">
  37. >>>>>>> 1a387b7762cec8e6bfd2183e7939a6142fff3bf8
  38. <style>
  39. .firstLoading {
  40. position: fixed;
  41. left: 0;
  42. top: 0;
  43. right: 0;
  44. bottom: 0;
  45. width: 100%;
  46. height: 100%;
  47. min-width: 100vw;
  48. min-height: 100vh;
  49. display: flex;
  50. flex-direction: column;
  51. justify-content: center;
  52. align-items: center;
  53. z-index: 10000;
  54. }
  55. .firstLoading .loadingBox {
  56. width: 36px;
  57. height: 36px;
  58. display: flex;
  59. justify-content: space-between;
  60. flex-wrap: wrap;
  61. align-content: space-between;
  62. margin-bottom: 28px;
  63. animation: rotate 1.5s linear infinite;
  64. }
  65. .firstLoading .loadingBox .loadingItem {
  66. width: 16px;
  67. height: 16px;
  68. border-radius: 50%;
  69. background: #569cfe;
  70. opacity: 0.5;
  71. }
  72. .firstLoading .loadingBox .loadingItem:nth-child(2) {
  73. opacity: 1;
  74. }
  75. .firstLoading .loadingTip {
  76. font-size: 20px;
  77. color: #569cfe;
  78. }
  79. @keyframes rotate {
  80. from {
  81. transform: rotate(0deg);
  82. }
  83. to {
  84. transform: rotate(360deg);
  85. }
  86. }
  87. </style>
  88. <div class="firstLoading">
  89. <div class="loadingBox">
  90. <div class="loadingItem"></div>
  91. <div class="loadingItem"></div>
  92. <div class="loadingItem"></div>
  93. <div class="loadingItem"></div>
  94. </div>
  95. <div class="loadingTip">正在加载中…</div>
  96. </div>
  97. </div>
  98. </body>
  99. <script>
  100. document.oncontextmenu = e => e.preventDefault()
  101. </script>
  102. </html>