This commit is contained in:
chenlin
2025-12-13 18:14:36 +08:00
9 changed files with 38 additions and 25 deletions

View File

@@ -1355,7 +1355,7 @@ const timeOut1 = (): void => {
@keyframes typeFlashEffect {
0% {
background-color: #1afb8f;
background-color: #158e56;
}
50% {
@@ -1363,7 +1363,7 @@ const timeOut1 = (): void => {
}
100% {
background-color: #1afb8f;
background-color: #158e56;
}
}
@@ -1381,14 +1381,14 @@ const timeOut1 = (): void => {
line-height: 25px;
color: #fff;
text-align: center;
background-color: #1afb8f;
background-color: #158e56;
border-radius: 2px;
animation: typeNumberPulse 1.5s ease-in-out infinite;
transition: all 0.3s ease;
}
.type-number:hover {
background-color: #16d47a;
background-color: #158e56;
transform: scale(1.2);
}