From 538966ab96e2b15f136b16147edfd27326421a8c Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Thu, 27 Jul 2023 11:46:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=91=BC=E5=90=B8=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/TycView.vue | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/views/TycView.vue b/src/views/TycView.vue index 4c072e3..427b10f 100644 --- a/src/views/TycView.vue +++ b/src/views/TycView.vue @@ -212,6 +212,23 @@ border-radius: 100%; line-height: 5rem; text-align: center; + /* 动画效果 */ + -webkit-animation: ani_fls 3s infinite forwards; + animation: ani_fls 3s infinite forwards; +} +/*闪瞎人的动画 */ +@keyframes ani_fls{ + 0%{ + opacity: 0.8; + scale: (0.4); + } + 50%{ + opacity: 1; + } + 100%{ + opacity: 0.8; + scale: (1); + } } .pcgrbox .pcbcon .pcbitem .pcbdesc {