no message
This commit is contained in:
parent
9ae4e034e3
commit
688d7859f1
@ -75,7 +75,6 @@ body {
|
||||
position: relative;
|
||||
transition: all 0.3s;
|
||||
border: 1px solid #fff;
|
||||
border-top: none;
|
||||
}
|
||||
.base .left.input-active {
|
||||
border: 1px solid #c4c7ce;
|
||||
@ -111,6 +110,7 @@ body {
|
||||
border: 0px solid #c4c7ce;
|
||||
border-top-width: 0px;
|
||||
border-bottom: none;
|
||||
border-top: none;
|
||||
}
|
||||
@keyframes hintShow {
|
||||
0% {
|
||||
|
@ -89,7 +89,7 @@ body {
|
||||
position: relative;
|
||||
transition: all 0.3s;
|
||||
border: 1px solid #fff;
|
||||
border-top: none;
|
||||
// border-top: none;
|
||||
|
||||
&.input-active {
|
||||
border: 1px solid #c4c7ce;
|
||||
@ -130,6 +130,7 @@ body {
|
||||
border: 0px solid #c4c7ce;
|
||||
border-top-width: 0px;
|
||||
border-bottom: none;
|
||||
border-top: none;
|
||||
// box-shadow: 0px 5px 5px #dfdfdf;
|
||||
|
||||
@keyframes hintShow {
|
||||
|
Loading…
Reference in New Issue
Block a user