no message
This commit is contained in:
parent
343ebfd543
commit
9be2934a3d
@ -87,12 +87,12 @@
|
||||
border-radius: 0 0 10px 10px;
|
||||
z-index: 10;
|
||||
overflow: auto;
|
||||
animation: hintShow 0.3s forwards;
|
||||
animation: hintSho 0.3s forwards;
|
||||
border: 0px solid #c4c7ce;
|
||||
border-top: none;
|
||||
box-shadow: 0px 5px 5px #dfdfdf;
|
||||
}
|
||||
@keyframes hintShow {
|
||||
@keyframes hintSho {
|
||||
0% {
|
||||
height: 0;
|
||||
}
|
||||
|
@ -92,12 +92,12 @@
|
||||
border-radius: 0 0 10px 10px;
|
||||
z-index: 10;
|
||||
overflow: auto;
|
||||
animation: hintShow 0.3s forwards;
|
||||
animation: hintSho 0.3s forwards;
|
||||
border: 0px solid #c4c7ce;
|
||||
border-top: none;
|
||||
box-shadow: 0px 5px 5px #dfdfdf;
|
||||
|
||||
@keyframes hintShow {
|
||||
@keyframes hintSho {
|
||||
0% {
|
||||
height: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user