Kaynağa Gözat

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

任一存 1 yıl önce
ebeveyn
işleme
f3cd54502f
1 değiştirilmiş dosya ile 5 ekleme ve 2 silme
  1. 5 2
      src/app.vue

+ 5 - 2
src/app.vue

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