From c8d915b7ce2dbd02338f3c4d3e5c4ea37eea2780 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 27 Feb 2026 11:07:12 +0800 Subject: [PATCH] =?UTF-8?q?Reapply=20"codex=20=20=E8=AF=95=E7=94=A8?= =?UTF-8?q?=EF=BC=8C=E7=BE=8E=E5=8C=96"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f8738f292883690a529ffeba2af4b9f6784eca64. --- admin/dashboard/templates/base.html | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/admin/dashboard/templates/base.html b/admin/dashboard/templates/base.html index 482a0e6..b9e59d2 100644 --- a/admin/dashboard/templates/base.html +++ b/admin/dashboard/templates/base.html @@ -43,16 +43,26 @@ .header { height: 58px; padding: 0 16px; - background: #ffffff; - border-bottom: 1px solid #e5e6eb; + background: #0b1d33; + border-bottom: 1px solid #0f2a4a; display: flex; align-items: center; justify-content: space-between; - box-shadow: 0 2px 6px rgba(0,0,0,0.04); + box-shadow: 0 2px 10px rgba(0, 163, 255, 0.12); position: sticky; top: 0; z-index: 100; } + .header::after { + content: ""; + position: absolute; + left: 12px; + right: 12px; + bottom: 0; + height: 1px; + background: rgba(91, 211, 255, 0.35); + box-shadow: 0 0 8px rgba(91, 211, 255, 0.4); + } .header-left { display: flex; @@ -63,6 +73,7 @@ width: 36px; height: 36px; margin-right: 8px; + filter: drop-shadow(0 0 6px rgba(91, 211, 255, 0.35)); } .header-right { @@ -73,16 +84,20 @@ .user-info { margin-right: 8px; font-size: 14px; - color: #444; + color: #cfe6ff; } .logout-btn { - color: #444; + color: #9fd7ff; font-weight: 500; transition: 0.2s; } .logout-btn:hover { - color: #000; + color: #5bd3ff; + } + .header h2 { + color: #e6f3ff; + letter-spacing: 0.5px; } /* ------------------------------