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 {
+1
View File
@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1775128526851" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5418" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M644.096 251.904a277.333333 277.333333 0 1 0-392.192 392.192 277.333333 277.333333 0 0 0 392.192-392.192zM191.573333 191.573333a362.666667 362.666667 0 0 1 541.269334 480.938667l228.053333 228.053333-60.330667 60.330667-228.053333-228.053333A362.709333 362.709333 0 0 1 191.573333 191.573333z" fill="#23418A" p-id="5419"></path></svg>

After

Width:  |  Height:  |  Size: 665 B