no message

This commit is contained in:
A1300399510 2024-12-18 15:12:51 +08:00
parent ff6209996c
commit f93ed4854a
2 changed files with 9 additions and 0 deletions

View File

@ -40,6 +40,10 @@
position: relative;
z-index: 10;
}
.header-box .search.input-active {
border-radius: 10px 10px 0 0;
border-bottom: none;
}
.header-box .search .input {
height: 48px;
line-height: 48px;

View File

@ -43,6 +43,11 @@
position: relative;
z-index: 10;
&.input-active {
border-radius: 10px 10px 0 0;
border-bottom: none;
}
.input {
height: 48px;
line-height: 48px;