liyongli 2 年之前
父节点
当前提交
91fc45aec4
共有 2 个文件被更改,包括 17 次插入16 次删除
  1. 0 15
      src/view/SilkRoadSpringFestivalGala/index.vue
  2. 17 1
      src/view/SilkRoadSpringFestivalGala/pages/second.vue

+ 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>