소스 검색

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

任一存 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 {