no message

This commit is contained in:
A1300399510 2024-12-19 14:41:54 +08:00
parent 19aece3fc4
commit 9ae4e034e3
2 changed files with 4 additions and 0 deletions

View File

@ -109,11 +109,13 @@ body {
overflow: auto; overflow: auto;
animation: hintShow 0.3s forwards; animation: hintShow 0.3s forwards;
border: 0px solid #c4c7ce; border: 0px solid #c4c7ce;
border-top-width: 0px;
border-bottom: none; border-bottom: none;
} }
@keyframes hintShow { @keyframes hintShow {
0% { 0% {
height: 0; height: 0;
border-top-width: 0px;
} }
100% { 100% {
border-width: 1px; border-width: 1px;

View File

@ -128,12 +128,14 @@ body {
overflow: auto; overflow: auto;
animation: hintShow 0.3s forwards; animation: hintShow 0.3s forwards;
border: 0px solid #c4c7ce; border: 0px solid #c4c7ce;
border-top-width: 0px;
border-bottom: none; border-bottom: none;
// box-shadow: 0px 5px 5px #dfdfdf; // box-shadow: 0px 5px 5px #dfdfdf;
@keyframes hintShow { @keyframes hintShow {
0% { 0% {
height: 0; height: 0;
border-top-width: 0px;
} }
100% { 100% {