From bce8e3bf66c00ef6fb32f26c27c39b5ac3b4d47f Mon Sep 17 00:00:00 2001
From: hongjli <3117313295@qq.com>
Date: 星期三, 16 四月 2025 08:59:01 +0800
Subject: [PATCH] 登录

---
 src/app/globals.css |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/app/globals.css b/src/app/globals.css
index 8ce8f4c..9ed40ec 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -806,3 +806,16 @@
 .animate-shine {
   animation: shine 1.5s ease-in-out;
 }
+
+@keyframes error-scan {
+  0% {
+    transform: translateX(0%);
+  }
+  100% {
+    transform: translateX(50%);
+  }
+}
+
+.animate-error-scan {
+  animation: error-scan 2s linear infinite;
+}

--
Gitblit v1.9.3