no message

This commit is contained in:
A1300399510 2024-12-18 12:04:13 +08:00
parent 95a4cd9f6a
commit 3f4e640b4a
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -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 {