Преглед на файлове

瀑布流的热点图标加大,跳动的频率加快。

任一存 преди 1 година
родител
ревизия
b789bedba6
променени са 1 файла, в които са добавени 7 реда и са изтрити 2 реда
  1. 7 2
      src/app.vue

+ 7 - 2
src/app.vue

@@ -780,8 +780,13 @@ onMounted(async () => {
   }
 
   .waterfall {
-    width: 90px !important;
-    height: 90px !important;
+    // width: 90px !important;
+    // height: 90px !important;
+    width: 120px !important;
+    height: 120px !important;
+    &.animate {
+      animation: tag-animate-zoom 2s -1s linear infinite !important;
+    }
   }
 
   .applet_link {