no message

This commit is contained in:
A1300399510 2024-12-18 12:27:24 +08:00
parent 816e1e8b5c
commit a6348b251c
2 changed files with 11 additions and 0 deletions

View File

@ -43,6 +43,11 @@
line-height: 48px; line-height: 48px;
background-color: transparent; background-color: transparent;
color: #ffffff; color: #ffffff;
border: none;
outline: none;
}
.header-box .search .input::placeholder {
color: #ffffff;
} }
.header-box .search .search-icon { .header-box .search .search-icon {
width: 22px; width: 22px;

View File

@ -40,11 +40,17 @@
border-radius: 183px; border-radius: 183px;
padding: 0 20px; padding: 0 20px;
cursor: pointer; cursor: pointer;
.input { .input {
height: 48px; height: 48px;
line-height: 48px; line-height: 48px;
background-color: transparent; background-color: transparent;
color: #ffffff; color: #ffffff;
border: none;
outline: none;
&::placeholder {
color: #ffffff;
}
} }
.search-icon { .search-icon {