no message
This commit is contained in:
parent
691a8f5e26
commit
816e1e8b5c
@ -92,6 +92,7 @@
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
animation: hintShow 0.3s forwards;
|
animation: hintShow 0.3s forwards;
|
||||||
border: 0px solid #ebebeb;
|
border: 0px solid #ebebeb;
|
||||||
|
box-shadow: 0px 5px 5px #dfdfdf;
|
||||||
}
|
}
|
||||||
@keyframes hintShow {
|
@keyframes hintShow {
|
||||||
0% {
|
0% {
|
||||||
|
@ -96,7 +96,7 @@
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
animation: hintShow 0.3s forwards;
|
animation: hintShow 0.3s forwards;
|
||||||
border: 0px solid rgba(235, 235, 235, 1);
|
border: 0px solid rgba(235, 235, 235, 1);
|
||||||
|
box-shadow: 0px 5px 5px #dfdfdf;
|
||||||
@keyframes hintShow {
|
@keyframes hintShow {
|
||||||
0% {
|
0% {
|
||||||
height: 0;
|
height: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user