liyongli 2 år sedan
förälder
incheckning
91fc45aec4

+ 0 - 15
src/view/SilkRoadSpringFestivalGala/index.vue

@@ -122,19 +122,4 @@ function changePage(type) {
     }
   }
 }
-
-@keyframes star {
-  0% {
-    width: 15px;
-    height: 15px;
-  }
-  50% {
-    width: 35px;
-    height: 35px;
-  }
-  100% {
-    width: 15px;
-    height: 15px;
-  }
-}
 </style>

+ 17 - 1
src/view/SilkRoadSpringFestivalGala/pages/second.vue

@@ -28,7 +28,7 @@ function close() {
   let t = setTimeout(() => {
     clearTimeout(t);
     emits("changePage", "third");
-  }, 300);
+  }, 500);
 }
 </script>
 <style lang="scss" scoped>
@@ -77,4 +77,20 @@ function close() {
     background-color: #ffffff80;
   }
 }
+
+
+@keyframes star {
+  0% {
+    width: 15px;
+    height: 15px;
+  }
+  50% {
+    width: 35px;
+    height: 35px;
+  }
+  100% {
+    width: 15px;
+    height: 15px;
+  }
+}
 </style>