no message
This commit is contained in:
parent
19aece3fc4
commit
9ae4e034e3
@ -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;
|
||||||
|
@ -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% {
|
||||||
|
Loading…
Reference in New Issue
Block a user