大屏调整

This commit is contained in:
2025-12-12 11:01:19 +08:00
parent c49b23040c
commit 968cc98f55
6 changed files with 14 additions and 13 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);
}