no message

This commit is contained in:
A1300399510 2024-12-19 16:46:43 +08:00
parent 5fed0121bc
commit 5adedb7d4d
2 changed files with 5 additions and 6 deletions

View File

@ -73,7 +73,6 @@ body {
margin-right: 5px;
padding: 0 20px;
position: relative;
transition: all 0.3s;
border: 1px solid #fff;
border-top-width: 0;
}
@ -106,13 +105,13 @@ body {
border-radius: 10px 10px 0 0;
z-index: 10;
overflow: auto;
animation: hintShow 0.3s forwards;
animation: hintShoww 0.3s forwards;
border: 0px solid #c4c7ce;
border-top-width: 0px;
border-bottom: none;
border-top: none;
}
@keyframes hintShow {
@keyframes hintShoww {
0% {
height: 0;
border-bottom: none;

View File

@ -87,7 +87,7 @@ body {
margin-right: 5px;
padding: 0 20px;
position: relative;
transition: all 0.3s;
// transition: all 0.3s;
border: 1px solid #fff;
border-top-width: 0;
@ -125,14 +125,14 @@ body {
border-radius: 10px 10px 0 0;
z-index: 10;
overflow: auto;
animation: hintShow 0.3s forwards;
animation: hintShoww 0.3s forwards;
border: 0px solid #c4c7ce;
border-top-width: 0px;
border-bottom: none;
border-top: none;
// box-shadow: 0px 5px 5px #dfdfdf;
@keyframes hintShow {
@keyframes hintShoww {
0% {
height: 0;
border-bottom: none;