From 6a40b3764bafd9968d098da5bc8ced6965fe5ef4 Mon Sep 17 00:00:00 2001 From: root <295172551@qq.com> Date: Sun, 22 Jun 2025 05:42:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20Logs.cshtml=20=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=20CSS=20@keyframes=20=E8=AF=AD=E6=B3=95=E9=94=99?= =?UTF-8?q?=E8=AF=AF=20-=20=E5=9C=A8=20Razor=20=E8=A7=86=E5=9B=BE=E4=B8=AD?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=20@@=20=E8=BD=AC=E4=B9=89=20@=20=E7=AC=A6?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LTEMvcApp/Views/Home/Logs.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LTEMvcApp/Views/Home/Logs.cshtml b/LTEMvcApp/Views/Home/Logs.cshtml index 6cfd311..520b1a0 100644 --- a/LTEMvcApp/Views/Home/Logs.cshtml +++ b/LTEMvcApp/Views/Home/Logs.cshtml @@ -139,13 +139,13 @@ animation: blink 1s infinite; } - @keyframes pulse { + @@keyframes pulse { 0% { opacity: 1; } 50% { opacity: 0.5; } 100% { opacity: 1; } } - @keyframes blink { + @@keyframes blink { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0.3; } }