no message
This commit is contained in:
parent
95a4cd9f6a
commit
3f4e640b4a
@ -57,6 +57,7 @@
|
|||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
.boxbox .body .left .input-box input {
|
.boxbox .body .left .input-box input {
|
||||||
border: none;
|
border: none;
|
||||||
@ -76,7 +77,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 10;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
.boxbox .body .left .input-box .hint-list {
|
.boxbox .body .left .input-box .hint-list {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -59,6 +59,7 @@
|
|||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: 10;
|
||||||
input {
|
input {
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
@ -79,7 +80,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 10;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hint-list {
|
.hint-list {
|
||||||
|
Loading…
Reference in New Issue
Block a user