From cf2a1b452cb2bc2b9f0b1285f4c53de80665ffef Mon Sep 17 00:00:00 2001 From: yml2213 Date: Mon, 3 Aug 2026 15:50:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=96=87=E6=A1=A3=E9=85=8D?= =?UTF-8?q?=E8=89=B2=E4=BC=98=E5=8C=96=EF=BC=9A=E5=88=86=E7=BB=84=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=93=81=E7=89=8C=E8=93=9D+=E5=88=86=E9=9A=94?= =?UTF-8?q?=E7=BA=BF=EF=BC=8C=E6=8E=A5=E5=8F=A3=E9=A1=B9/=E5=AD=90?= =?UTF-8?q?=E9=A1=B9=E7=81=B0=E9=98=B6=E6=8B=89=E5=BC=80=EF=BC=8C=E5=B0=8F?= =?UTF-8?q?=E8=8A=82=E6=A0=87=E9=A2=98=E8=93=9D=E7=AB=96=E7=BA=BF=E5=8C=BA?= =?UTF-8?q?=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/index.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 11c448b..2be0a6c 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -327,11 +327,16 @@ a { gap: 2px; } +.api-docs__nav-group + .api-docs__nav-group { + border-top: 1px solid #e7edf5; + padding-top: 12px; +} + .api-docs__nav-heading { padding: 0 10px 8px; font-size: 14px; font-weight: 700; - color: #4e5969; + color: #1677ff; letter-spacing: 0.5px; } @@ -345,7 +350,7 @@ a { min-height: 36px; padding: 8px 12px; font-size: 14px; - color: #4e5969; + color: #3d4553; cursor: pointer; border-radius: 5px; transition: all 0.15s; @@ -379,7 +384,7 @@ a { min-height: 32px; padding: 6px 10px; font-size: 13.5px; - color: #5a6472; + color: #7a8599; } .api-docs__nav-sub-item--active { @@ -476,15 +481,17 @@ a { .doc-section-title { font-size: 16px; font-weight: 700; - color: #1d2129; + color: #1f3a6e; margin: 22px 0 12px; scroll-margin-top: 24px; + padding-left: 10px; + border-left: 3px solid #1677ff; } .doc-subtitle { font-size: 14px; font-weight: 600; - color: #4e5969; + color: #3d4553; margin: 10px 0 10px; }