refactor: overhaul UI architecture

This commit is contained in:
2026-02-11 13:34:44 +08:00
parent 9d5fa108e5
commit 5453a8f462
4 changed files with 16 additions and 17 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ function getMobileNavLinkClass(itemId: string) {
<header id="navbar" class="fixed w-full top-0 z-50 transition-all duration-300 bg-white/95 backdrop-blur-md shadow-lg border-b border-gray-100">
<div class="max-w-7xl mx-auto px-4 lg:px-0 py-3 flex items-center justify-between hidden lg:flex">
<a href="/" class="flex items-center space-x-3">
<img src="/img/logo.png" alt="浙江贝凡 Logo" class="h-10 w-auto">
<img src="/img/logo.png" alt="浙江贝凡 Logo" class="h-8 w-auto">
</a>
<nav class="hidden lg:flex items-center gap-3">
{
@@ -60,7 +60,7 @@ function getMobileNavLinkClass(itemId: string) {
<!-- Mobile Header - First Row -->
<div id="mobile-header-row" class="lg:hidden flex items-center justify-between px-4 py-3 bg-white border-b border-gray-100">
<a href="/" class="flex items-center space-x-2">
<img src="/img/logo.png" alt="浙江贝凡 Logo" class="h-8 w-auto">
<img src="/img/logo.png" alt="浙江贝凡 Logo" class="h-6 w-auto">
</a>
</div>
</header>