From 7d72a778dd18011d065e4427ec5f1938bb732c4b Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Sat, 23 May 2026 23:51:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=90=9C=E7=B4=A2=E9=9D=A2?= =?UTF-8?q?=E6=9D=BFUI=EF=BC=9A=E5=85=B3=E9=94=AE=E8=AF=8D=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E6=94=BE=E5=A4=A7=E3=80=81=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E7=BC=A9=E5=B0=8F=E3=80=81=E6=90=9C=E7=B4=A2=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=8A=98=E5=8F=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/topic.html | 58 +++++++++++++++++++++++++++++--------------- 1 file changed, 39 insertions(+), 19 deletions(-) diff --git a/templates/topic.html b/templates/topic.html index 57c09aa..2712f3b 100644 --- a/templates/topic.html +++ b/templates/topic.html @@ -115,6 +115,7 @@ .search-panel .card-body { padding: 16px; } .search-bar { display: flex; gap: 6px; } .search-bar input { flex: 1; } + .search-group-arrow { transition: transform 0.15s; } .search-bar select { width: auto; min-width: 100px; } .search-result-item { background: var(--bg-dark); border: 1px solid var(--border); border-radius: 8px; padding: 12px; margin-bottom: 8px; transition: all 0.15s; } .search-result-item:hover { border-color: var(--accent); } @@ -232,23 +233,25 @@