no message
This commit is contained in:
parent
5fed0121bc
commit
5adedb7d4d
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user