no message

This commit is contained in:
A1300399510 2024-12-18 14:54:40 +08:00
parent 2d72bcf7d9
commit 3f96c0508e
4 changed files with 8 additions and 83 deletions

View File

@ -754,39 +754,3 @@ body {
left: 0;
z-index: -1;
}
.hint-list {
position: absolute;
width: 100%;
height: 0;
max-height: 400px;
top: 48px;
left: 0;
background-color: #ffffff;
border-radius: 10px;
z-index: 10;
overflow: auto;
animation: hintShow 0.3s forwards;
border: 0px solid #c4c7ce;
border-top: none;
box-shadow: 0px 5px 5px #dfdfdf;
}
@keyframes hintShow {
0% {
height: 0;
}
100% {
border-width: 1px;
height: auto;
}
}
.hint-list .item {
color: #333333;
font-size: 14px;
padding: 10px;
cursor: pointer;
line-height: 30px;
display: block;
}
.hint-list .item:not(:last-of-type) {
border-bottom: 1px #e6e4e4 dotted;
}

View File

@ -856,43 +856,4 @@ body {
z-index: -1;
}
.hint-list {
position: absolute;
width: 100%;
height: 0;
max-height: 400px;
top: 48px;
left: 0;
background-color: rgba(255, 255, 255, 1);
border-radius: 10px;
z-index: 10;
overflow: auto;
animation: hintShow 0.3s forwards;
border: 0px solid #c4c7ce;
border-top: none;
box-shadow: 0px 5px 5px #dfdfdf;
@keyframes hintShow {
0% {
height: 0;
}
100% {
border-width: 1px;
height: auto;
}
}
.item {
color: #333333;
font-size: 14px;
padding: 10px;
cursor: pointer;
line-height: 30px;
display: block;
&:not(:last-of-type) {
border-bottom: 1px #e6e4e4 dotted;
}
}
}

View File

@ -78,11 +78,11 @@
}
.boxbox .body .left .input-box .hint-list {
position: absolute;
width: 100%;
width: 750px;
height: 0;
max-height: 400px;
top: 48px;
left: 0;
top: 47px;
left: -1px;
background-color: #ffffff;
border-radius: 0 0 10px 10px;
z-index: 10;
@ -104,7 +104,7 @@
.boxbox .body .left .input-box .hint-list .item {
color: #333333;
font-size: 14px;
padding: 10px;
padding: 10px 20px;
cursor: pointer;
line-height: 30px;
display: block;

View File

@ -83,11 +83,11 @@
.hint-list {
position: absolute;
width: 100%;
width: 750px;
height: 0;
max-height: 400px;
top: 48px;
left: 0;
top: 47px;
left: -1px;
background-color: rgba(255, 255, 255, 1);
border-radius: 0 0 10px 10px;
z-index: 10;
@ -111,7 +111,7 @@
.item {
color: #333333;
font-size: 14px;
padding: 10px;
padding: 10px 20px;
cursor: pointer;
line-height: 30px;
display: block;