From 533b5fddca83120f95a1561160f675132e960b74 Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期五, 29 三月 2024 16:12:25 +0800
Subject: [PATCH] 新增加载中等待样式

---
 web/public/index.html |   35 +++++++++++++++--------------------
 1 files changed, 15 insertions(+), 20 deletions(-)

diff --git a/web/public/index.html b/web/public/index.html
index 2053fbe..f903242 100644
--- a/web/public/index.html
+++ b/web/public/index.html
@@ -12,7 +12,7 @@
   <!--  <script src="./excelData/luckysheet.umd.js"></script>-->
   <!--   绔欑偣閰嶇疆-->
   <style>
-    /* html,
+     html,
      body,
      #app {
          height: 100%;
@@ -168,13 +168,13 @@
          transition: all 0.3s 1s ease-out;
      }
 
-     !*.no-js #loader-wrapper {*!
-     !*    display: none;*!
-     !*}*!
+     /*.no-js #loader-wrapper {*/
+     /*    display: none;*/
+     /*}*/
 
-     !*.no-js h1 {*!
-     !*    color: #222222;*!
-     !*}*!
+     /*.no-js h1 {*/
+     /*    color: #222222;*/
+     /*}*/
 
      #loader-wrapper .load_title {
          font-family: 'Open Sans';
@@ -195,7 +195,7 @@
          font-size: 13px;
          color: #FFF;
          opacity: 0.5;
-     }*/
+     }
   </style>
     <script>
     window.SITE_CONFIG = {};
@@ -233,12 +233,7 @@
 
   </script>
 </head>
-<body style='width:100%;height:100%;margin:0;padding:0;
-  background-attachment:fixed;
-  background-position: center center;
-  background-repeat: no-repeat;
-  background-image: url("./loading2.gif");
-  background-color:#7071c3' class="zt">
+<body class="zt">
 <!--<div style='display: none;position:absolute;width:100%;height:100%;text-align:center;background:#000;z-index:100'-->
 <!--     id="onload">-->
 <!--  &lt;!&ndash;  <a href="IE11-Windows6.1-x64-zh-cn.rar" id="ref"   style='display: none;font-size: 50px; text-decoration:none;'>鐐瑰嚮涓嬭浇IE11鍗囩骇鍖�</a>&ndash;&gt;-->
@@ -246,12 +241,12 @@
 <!--  <a href="Firefox.zip" id="ref2" style="display: none; font-size: 50px; text-decoration:none">鐐瑰嚮涓嬭浇鐏嫄娴忚鍣�</a>-->
 <!--</div>-->
 <div id="app">
-  <!--    <div id="loader-wrapper">-->
-  <!--        <div id="loader"></div>-->
-  <!--        <div class="loader-section section-left"></div>-->
-  <!--        <div class="loader-section section-right"></div>-->
-  <!--        <div class="load_title">姝e湪鍔犺浇绯荤粺璧勬簮锛岃鑰愬績绛夊緟</div>-->
-  <!--    </div>-->
+      <div id="loader-wrapper">
+          <div id="loader"></div>
+          <div class="loader-section section-left"></div>
+          <div class="loader-section section-right"></div>
+          <div class="load_title">姝e湪鍔犺浇绯荤粺璧勬簮锛岃鑰愬績绛夊緟</div>
+      </div>
 </div>
 </body>
 </html>

--
Gitblit v1.9.1