From 963b30dd85353ca2febcf743f83115919c31b596 Mon Sep 17 00:00:00 2001 From: "weijie.g@qq.com" Date: Thu, 23 Sep 2021 09:16:09 +0800 Subject: [PATCH 1/7] =?UTF-8?q?=E6=A1=8C=E9=9D=A2=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/animation.scss | 12 ++++---- src/views/desktop/Home.vue | 59 +++++++++++++++++--------------------- 2 files changed, 32 insertions(+), 39 deletions(-) diff --git a/src/styles/animation.scss b/src/styles/animation.scss index 6e05cf2..1f724fc 100644 --- a/src/styles/animation.scss +++ b/src/styles/animation.scss @@ -13,12 +13,12 @@ 0%{ transform: scale(0.8); } - 40%{ - transform: scale(1.1); - } - 70%{ - transform: scale(0.725); - } + // 50%{ + // transform: scale(0.9); + // } + // 70%{ + // transform: scale(0.725); + // } 100%{ transform: scale(1); } diff --git a/src/views/desktop/Home.vue b/src/views/desktop/Home.vue index 78ed237..9c4cd9a 100644 --- a/src/views/desktop/Home.vue +++ b/src/views/desktop/Home.vue @@ -1,7 +1,7 @@