update. 优化搜索功能

This commit is contained in:
2026-04-02 19:33:04 +08:00
parent 89ac81e07d
commit 2595294116
10 changed files with 140 additions and 37 deletions
+6 -3
View File
@@ -169,13 +169,16 @@ body {
}
.search-btn:hover {
background: #1e3a8a; /* 悬停时变为主题色 */
background: #c62828; /* 悬停时变为主题色 */
color: #fff; /* 图标变白 */
width: 30px; /* 悬停时稍微变大 */
height: 30px; /* 悬停时稍微变大 */
}
/* 如果使用的是 FontAwesome 等图标库,确保图标大小合适 */
.search-btn i {
font-size: 18px;
.search-btn img {
width: 16px;
height: 16px;
}
.user-icons {