no message
This commit is contained in:
parent
53f4f929a8
commit
d604775594
@ -766,7 +766,8 @@ body {
|
||||
z-index: 10;
|
||||
overflow: auto;
|
||||
animation: hintShow 0.3s forwards;
|
||||
border: 0px solid #ebebeb;
|
||||
border: 0px solid #c4c7ce;
|
||||
border-top: none;
|
||||
box-shadow: 0px 5px 5px #dfdfdf;
|
||||
}
|
||||
@keyframes hintShow {
|
||||
|
@ -868,8 +868,10 @@ body {
|
||||
z-index: 10;
|
||||
overflow: auto;
|
||||
animation: hintShow 0.3s forwards;
|
||||
border: 0px solid rgba(235, 235, 235, 1);
|
||||
border: 0px solid #c4c7ce;
|
||||
border-top: none;
|
||||
box-shadow: 0px 5px 5px #dfdfdf;
|
||||
|
||||
@keyframes hintShow {
|
||||
0% {
|
||||
height: 0;
|
||||
|
@ -59,6 +59,11 @@
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
}
|
||||
.boxbox .body .left .input-box.input-active {
|
||||
border-radius: 183px 183px 0 0;
|
||||
border: 2px solid #c4c7ce;
|
||||
border-bottom: none;
|
||||
}
|
||||
.boxbox .body .left .input-box input {
|
||||
border: none;
|
||||
outline: none;
|
||||
|
@ -60,6 +60,13 @@
|
||||
margin-bottom: 30px;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
|
||||
&.input-active {
|
||||
border-radius: 183px 183px 0 0;
|
||||
border: 2px solid #c4c7ce;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
input {
|
||||
border: none;
|
||||
outline: none;
|
||||
@ -73,7 +80,6 @@
|
||||
height: 18px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.total {
|
||||
|
Loading…
Reference in New Issue
Block a user