fix: 修复搜索框样式

This commit is contained in:
coolzr
2025-10-19 02:57:25 +08:00
parent c014f96a4d
commit cfcb4ab15c

View File

@@ -637,7 +637,7 @@ body .content.expanded {
.search-box::after {
content: '';
position: absolute;
right: 3.5rem;
right: 4rem;
top: 50%;
transform: translateY(-50%);
width: 6px;
@@ -660,7 +660,7 @@ body .content.expanded {
.search-box input {
width: 100%;
padding: 1rem 4rem 1rem 1.5rem;
padding: 1rem 6rem 1rem 1.5rem; /* 扩大右侧内边距,给左移的点留空间 */
border: none;
border-radius: 12px;
background-color: transparent;