shaogen1995 11 meses atrás
pai
commit
de5d51f889

+ 1 - 1
Code/src/components/BaseImg/index.module.scss

@@ -4,7 +4,7 @@
   position: absolute;
   z-index: 11;
   opacity: 1;
-  transition: opacity 0.5s;
+  transition: opacity 1s;
   background-color: rgba(0, 0, 0, 0.4);
   background-size: 100% 100%;
   :global {

+ 1 - 1
Code/src/components/EndVideo/index.module.scss

@@ -7,7 +7,7 @@
   left: 0;
   opacity: 0;
   pointer-events: none;
-  transition: all 0.5s;
+  transition: all 1s;
   :global {
     .endVdieoBtn {
       position: absolute;

+ 1 - 1
Code/src/components/VideoModel/index.module.scss

@@ -5,7 +5,7 @@
   left: 0;
   width: 100%;
   height: 100%;
-  transition: all 0.5s;
+  transition: all 1s;
   opacity: 0;
   pointer-events: none;
   :global {

+ 1 - 1
Code/src/pages/A1_1base/index.module.scss

@@ -11,7 +11,7 @@
       height: 100%;
       position: relative;
       opacity: 1;
-      transition: opacity 0.5s;
+      transition: opacity 1s;
       background-size: 100% 100%;
       .A11Vlogo {
         position: absolute;

+ 1 - 1
Code/src/pages/A1home/index.module.scss

@@ -12,7 +12,7 @@
       position: absolute;
       z-index: 20;
       opacity: 1;
-      transition: opacity 0.5s;
+      transition: opacity 1s;
       background-size: 100% 100%;
       .A1Vlogo {
         position: absolute;

+ 1 - 1
Code/src/pages/A2visit/index.module.scss

@@ -12,7 +12,7 @@
       position: relative;
       opacity: 0;
       pointer-events: none;
-      transition: opacity 0.5s;
+      transition: opacity 1s;
     }
     .pvBoxShow {
       opacity: 1;

+ 1 - 1
Code/src/pages/A3banquet/index.module.scss

@@ -13,7 +13,7 @@
       position: relative;
       opacity: 0;
       pointer-events: none;
-      transition: opacity 0.5s;
+      transition: opacity 1s;
     }
     .pvBoxShow {
       opacity: 1;

+ 3 - 3
Code/src/pages/A4dance/index.module.scss

@@ -18,7 +18,7 @@
       height: 100%;
       position: relative;
       opacity: 1;
-      transition: opacity 0.5s;
+      transition: opacity 1s;
 
       // 底部
       .pvfloor {
@@ -109,7 +109,7 @@
       position: absolute;
       z-index: 30;
       opacity: 1;
-      transition: opacity 0.5s;
+      transition: opacity 1s;
       top: 0;
       left: 0;
       width: 100%;
@@ -150,7 +150,7 @@
           position: absolute;
           top: 0;
           left: 0;
-          transition: opacity 0.5s;
+          transition: opacity 1s;
           width: 100%;
           height: 100%;
           padding: 8px 10px;

+ 2 - 2
Code/src/pages/A5chef/index.module.scss

@@ -18,7 +18,7 @@
         height: 100%;
         opacity: 0;
         pointer-events: none;
-        transition: opacity 0.5s;
+        transition: opacity 1s;
         position: relative;
 
         // 后厨群像
@@ -51,7 +51,7 @@
           z-index: 30;
           opacity: 0;
           pointer-events: none;
-          transition: opacity 0.5s;
+          transition: opacity 1s;
           background-size: 100% 100%;
           .A5hotBoxBack {
             position: absolute;

+ 1 - 1
Code/src/pages/A5chef/index.tsx

@@ -30,7 +30,7 @@ function A5chef() {
     clearTimeout(hotTime.current)
     hotTime.current = window.setTimeout(() => {
       setHotInd(index)
-    }, 500)
+    }, 1000)
   }, [])
 
   useEffect(() => {

+ 2 - 2
Code/src/pages/A6plow/index.module.scss

@@ -12,7 +12,7 @@
       position: relative;
       opacity: 0;
       pointer-events: none;
-      transition: opacity 0.5s;
+      transition: opacity 1s;
 
       // 左侧按钮
       .A6Lbtn {
@@ -75,7 +75,7 @@
           pointer-events: none;
           width: 100%;
           height: 100%;
-          transition: all 0.5s;
+          transition: all 1s;
         }
         .A6vShow {
           opacity: 1;

BIN
资源/staticData/home/1.mp4