From cfcb4ab15cf354917b3f2e7f6292b12dc3a70e6c Mon Sep 17 00:00:00 2001 From: coolzr Date: Sun, 19 Oct 2025 02:57:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A1=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 2288f27..a95664b 100644 --- a/assets/style.css +++ b/assets/style.css @@ -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;