소스 검색

优化动画

moki 3 일 전
부모
커밋
738cafffcf
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/IdleCard.vue

+ 2 - 2
src/components/IdleCard.vue

@@ -45,8 +45,8 @@
 .orb {
   position: relative;
   z-index: 1;
-  width: 48px;
-  height: 48px;
+  width: 72px;
+  height: 72px;
   border-radius: 50%;
   background: radial-gradient(circle at 35% 35%, #95de64, #52c41a);
   animation: breathe 4s ease-in-out infinite;