From ce9da384d05f0b6b50aeeb5c3a00e53694695976 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期六, 25 十二月 2021 16:23:52 +0800
Subject: [PATCH] #

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

diff --git a/views/index.html b/views/index.html
index 609727b..13c64d5 100644
--- a/views/index.html
+++ b/views/index.html
@@ -140,8 +140,8 @@
     }, 1);
 
     $(document).on('click','.btn-word', function () {
-        fullScreen()
-        $("#mask").fadeOut(3000, function () {  // 3000
+        // fullScreen()
+        $("#mask").fadeOut(1, function () {  // 3000
             $("#menu").addClass("show");
             setTimeout(function () {
                 $("#ship-type-ul").css("transform", "translateY(-40px)");
@@ -152,7 +152,7 @@
                 setTimeout(function () {
                     removeClass(document.getElementById("title-box"), "show");
                 }, 10000);
-            }, 1000);   // 1000
+            }, 1);   // 1000
         });
         $("#title-box, #logo").addClass("show");
         $("#ship-info-btn").removeClass("show");

--
Gitblit v1.9.1