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