From 006e37d3bf3b47748a92ca77dd12719229f50abf Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Sat, 14 Oct 2023 12:06:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/animation/playing.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/animation/playing.vue b/src/components/animation/playing.vue index 493e93a..ef43864 100644 --- a/src/components/animation/playing.vue +++ b/src/components/animation/playing.vue @@ -20,22 +20,22 @@ .div { display: flex; - width: 3.5em; - height: 3.5em; - border: 3px solid transparent; + width: 20em; + height: 20em; + border: 1em solid transparent; border-top-color: #3cefff; border-bottom-color: #3cefff; border-radius: 50%; animation: spin 1.5s linear infinite; } -div:before { +.div:before { content: ''; display: block; margin: auto; - width: 0.75em; - height: 0.75em; - border: 3px solid #3cefff; + width: 10em; + height: 10em; + border: 1em solid #3cefff; border-radius: 50%; animation: pulse 1s alternate ease-in-out infinite; }