no message
This commit is contained in:
parent
fcde05b72d
commit
851fadce5d
@ -73,9 +73,12 @@ body {
|
||||
margin-right: 5px;
|
||||
padding: 0 20px;
|
||||
position: relative;
|
||||
transition: all 0.1s;
|
||||
}
|
||||
.base .left.input-active {
|
||||
border: 1px solid #c4c7ce;
|
||||
border-radius: 0 0 10px 10px;
|
||||
border-top: none;
|
||||
}
|
||||
.base .left .text {
|
||||
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
|
||||
@ -92,19 +95,18 @@ body {
|
||||
}
|
||||
.base .left .hint-list {
|
||||
position: absolute;
|
||||
width: 750px;
|
||||
width: 450px;
|
||||
height: 0;
|
||||
max-height: 400px;
|
||||
bottom: 54px;
|
||||
bottom: 43px;
|
||||
left: -1px;
|
||||
background-color: #ffffff;
|
||||
border-radius: 0 0 10px 10px;
|
||||
border-radius: 10px 10px 0 0;
|
||||
z-index: 10;
|
||||
overflow: auto;
|
||||
animation: hintShow 0.3s forwards;
|
||||
border: 0px solid #c4c7ce;
|
||||
border-top: none;
|
||||
box-shadow: 0px 5px 5px #dfdfdf;
|
||||
border-bottom: none;
|
||||
}
|
||||
@keyframes hintShow {
|
||||
0% {
|
||||
|
@ -87,9 +87,12 @@ body {
|
||||
margin-right: 5px;
|
||||
padding: 0 20px;
|
||||
position: relative;
|
||||
transition: all 0.1s;
|
||||
|
||||
&.input-active {
|
||||
border: 1px solid #c4c7ce;
|
||||
border-radius: 0 0 10px 10px;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.text {
|
||||
@ -110,19 +113,20 @@ body {
|
||||
|
||||
.hint-list {
|
||||
position: absolute;
|
||||
width: 750px;
|
||||
// width: 750px;
|
||||
width: 450px;
|
||||
height: 0;
|
||||
max-height: 400px;
|
||||
bottom: 54px;
|
||||
bottom: 43px;
|
||||
left: -1px;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
border-radius: 0 0 10px 10px;
|
||||
border-radius: 10px 10px 0 0;
|
||||
z-index: 10;
|
||||
overflow: auto;
|
||||
animation: hintShow 0.3s forwards;
|
||||
border: 0px solid #c4c7ce;
|
||||
border-top: none;
|
||||
box-shadow: 0px 5px 5px #dfdfdf;
|
||||
border-bottom: none;
|
||||
// box-shadow: 0px 5px 5px #dfdfdf;
|
||||
|
||||
@keyframes hintShow {
|
||||
0% {
|
||||
|
Loading…
Reference in New Issue
Block a user