From b15e0fb78df5be8da1d78775af3e2e1a2b34cb74 Mon Sep 17 00:00:00 2001 From: yml Date: Mon, 8 Jun 2026 21:29:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=B8=83=E5=B1=80=E4=BC=98?= =?UTF-8?q?=E5=8C=96-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/MobileBottomNav.vue | 2 +- .../listings/views/MobileHomeFilterSheet.vue | 379 ++++++++++++++---- .../listings/views/MobileHomeView.css | 256 ++++++++++-- .../listings/views/MobileHomeView.vue | 149 ++++++- 4 files changed, 658 insertions(+), 128 deletions(-) diff --git a/frontend/src/components/MobileBottomNav.vue b/frontend/src/components/MobileBottomNav.vue index e4cf7b8..903221a 100644 --- a/frontend/src/components/MobileBottomNav.vue +++ b/frontend/src/components/MobileBottomNav.vue @@ -62,7 +62,7 @@ function isNavActive(path: string) { } .nav-item.active { - color: #1477ff; + color: #ff6a00; } .nav-item span { diff --git a/frontend/src/features/listings/views/MobileHomeFilterSheet.vue b/frontend/src/features/listings/views/MobileHomeFilterSheet.vue index 3068943..ec2f8e2 100644 --- a/frontend/src/features/listings/views/MobileHomeFilterSheet.vue +++ b/frontend/src/features/listings/views/MobileHomeFilterSheet.vue @@ -1,5 +1,5 @@