no message

This commit is contained in:
A1300399510 2024-11-26 17:06:40 +08:00
parent 95b125e0ce
commit 33557a860c
2 changed files with 12 additions and 12 deletions

View File

@ -1623,18 +1623,18 @@
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
background-color: rgba(0, 0, 0, 0.5);
z-index: 1000;
animation: fadeBackground 2s infinite;
animation: fadeBackground 1s infinite;
}
@keyframes fadeBackground {
0% {
background-color: rgba(0, 0, 0, 0.8);
}
50% {
background-color: rgba(0, 0, 0, 0.5);
}
100% {
50% {
background-color: rgba(0, 0, 0, 0.8);
}
100% {
background-color: rgba(0, 0, 0, 0.5);
}
}

View File

@ -1857,19 +1857,19 @@
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.8);
background-color: rgba(0, 0, 0, 0.5);
z-index: 1000;
animation: fadeBackground 2s infinite;
animation: fadeBackground 1s infinite;
}
@keyframes fadeBackground {
0% {
background-color: rgba(0, 0, 0, 0.8);
}
50% {
background-color: rgba(0, 0, 0, 0.5);
}
100% {
50% {
background-color: rgba(0, 0, 0, 0.8);
}
100% {
background-color: rgba(0, 0, 0, 0.5);
}
}