style: 样式优化

This commit is contained in:
zhangyh
2025-10-03 16:31:42 +08:00
parent e3daf445cd
commit 61fe587731
6 changed files with 36 additions and 10 deletions

View File

@@ -110,6 +110,13 @@ const handleSearch = () => {
padding-left: 3rem;
border-radius: 4rem;
width: calc(100% - 2rem);
// placeholder的fontsize设置为1.4rem
&::placeholder {
font-size: 1.4rem;
}
&::-webkit-input-placeholder{
font-size: 1.4rem;
}
}
.search_input_icon {
font-size: 2rem;