From 5f657f43d16adf91de8254e02b4a0ee5ecc9d46b Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 30 十二月 2021 16:15:57 +0800
Subject: [PATCH] #

---
 views/index.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/views/index.html b/views/index.html
index 0450705..e82b28a 100644
--- a/views/index.html
+++ b/views/index.html
@@ -234,8 +234,8 @@
     var speedDom = document.getElementById("speed");
     var timer = setInterval(function () {
         if (percent < 100.00) {
-            // percent += 0.02;
-            percent += 1;
+            percent += 0.04;
+            // percent += 1;
             speedDom.innerText = percent.toFixed(2);
         } else {
             speedDom.innerText = '100.00';
@@ -248,7 +248,8 @@
 
     $(document).on('click','.btn-word', function () {
         fullScreen();
-        $("#mask").fadeOut(1, function () {  // 3000
+        $("#mask").fadeOut(3000, function () {  // 3000
+            $('#sidebar-btn').show();
             $("#menu").addClass("show");
             setTimeout(function () {
                 $("#ship-type-ul").css("transform", "translateY(-40px)");
@@ -256,13 +257,12 @@
                     $("#ship-info-btn .btn-word").text("浣撻獙璋冨害涓栫晫");
                     $("#ship-info-btn").data("type", 2).addClass("show");
                     $("#ship-info-btn #btn-lock").css("z-index", "10");
-                    $('#sidebar-btn').show();
                 }
                 $("#menu li").css("transition", "all 200ms !important");
                 setTimeout(function () {
                     removeClass(document.getElementById("title-box"), "show");
-                }, 10000);
-            }, 1);   // 1000
+                }, 5000);
+            }, 1000);   // 1000
         });
         $("#title-box, #logo").addClass("show");
         $("#ship-info-btn").removeClass("show");

--
Gitblit v1.9.1