no message

This commit is contained in:
A1300399510 2024-12-18 14:46:31 +08:00
parent 53f4f929a8
commit d604775594
4 changed files with 17 additions and 3 deletions

View File

@ -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 {

View File

@ -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;

View File

@ -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;

View File

@ -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 {