no message
This commit is contained in:
parent
2d72bcf7d9
commit
3f96c0508e
@ -754,39 +754,3 @@ body {
|
|||||||
left: 0;
|
left: 0;
|
||||||
z-index: -1;
|
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;
|
|
||||||
}
|
|
||||||
|
@ -856,43 +856,4 @@ body {
|
|||||||
z-index: -1;
|
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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -78,11 +78,11 @@
|
|||||||
}
|
}
|
||||||
.boxbox .body .left .input-box .hint-list {
|
.boxbox .body .left .input-box .hint-list {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 750px;
|
||||||
height: 0;
|
height: 0;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
top: 48px;
|
top: 47px;
|
||||||
left: 0;
|
left: -1px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border-radius: 0 0 10px 10px;
|
border-radius: 0 0 10px 10px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
@ -104,7 +104,7 @@
|
|||||||
.boxbox .body .left .input-box .hint-list .item {
|
.boxbox .body .left .input-box .hint-list .item {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 10px;
|
padding: 10px 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -83,11 +83,11 @@
|
|||||||
|
|
||||||
.hint-list {
|
.hint-list {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 750px;
|
||||||
height: 0;
|
height: 0;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
top: 48px;
|
top: 47px;
|
||||||
left: 0;
|
left: -1px;
|
||||||
background-color: rgba(255, 255, 255, 1);
|
background-color: rgba(255, 255, 255, 1);
|
||||||
border-radius: 0 0 10px 10px;
|
border-radius: 0 0 10px 10px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
@ -111,7 +111,7 @@
|
|||||||
.item {
|
.item {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 10px;
|
padding: 10px 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user