no message
This commit is contained in:
parent
19aece3fc4
commit
9ae4e034e3
@ -109,11 +109,13 @@ body {
|
||||
overflow: auto;
|
||||
animation: hintShow 0.3s forwards;
|
||||
border: 0px solid #c4c7ce;
|
||||
border-top-width: 0px;
|
||||
border-bottom: none;
|
||||
}
|
||||
@keyframes hintShow {
|
||||
0% {
|
||||
height: 0;
|
||||
border-top-width: 0px;
|
||||
}
|
||||
100% {
|
||||
border-width: 1px;
|
||||
|
@ -128,12 +128,14 @@ body {
|
||||
overflow: auto;
|
||||
animation: hintShow 0.3s forwards;
|
||||
border: 0px solid #c4c7ce;
|
||||
border-top-width: 0px;
|
||||
border-bottom: none;
|
||||
// box-shadow: 0px 5px 5px #dfdfdf;
|
||||
|
||||
@keyframes hintShow {
|
||||
0% {
|
||||
height: 0;
|
||||
border-top-width: 0px;
|
||||
}
|
||||
|
||||
100% {
|
||||
|
Loading…
Reference in New Issue
Block a user