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