no message
This commit is contained in:
parent
5fed0121bc
commit
5adedb7d4d
@ -73,7 +73,6 @@ body {
|
|||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
transition: all 0.3s;
|
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
border-top-width: 0;
|
border-top-width: 0;
|
||||||
}
|
}
|
||||||
@ -106,13 +105,13 @@ body {
|
|||||||
border-radius: 10px 10px 0 0;
|
border-radius: 10px 10px 0 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
animation: hintShow 0.3s forwards;
|
animation: hintShoww 0.3s forwards;
|
||||||
border: 0px solid #c4c7ce;
|
border: 0px solid #c4c7ce;
|
||||||
border-top-width: 0px;
|
border-top-width: 0px;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
@keyframes hintShow {
|
@keyframes hintShoww {
|
||||||
0% {
|
0% {
|
||||||
height: 0;
|
height: 0;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
@ -87,7 +87,7 @@ body {
|
|||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
transition: all 0.3s;
|
// transition: all 0.3s;
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
border-top-width: 0;
|
border-top-width: 0;
|
||||||
|
|
||||||
@ -125,14 +125,14 @@ body {
|
|||||||
border-radius: 10px 10px 0 0;
|
border-radius: 10px 10px 0 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
animation: hintShow 0.3s forwards;
|
animation: hintShoww 0.3s forwards;
|
||||||
border: 0px solid #c4c7ce;
|
border: 0px solid #c4c7ce;
|
||||||
border-top-width: 0px;
|
border-top-width: 0px;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
// box-shadow: 0px 5px 5px #dfdfdf;
|
// box-shadow: 0px 5px 5px #dfdfdf;
|
||||||
|
|
||||||
@keyframes hintShow {
|
@keyframes hintShoww {
|
||||||
0% {
|
0% {
|
||||||
height: 0;
|
height: 0;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user