From bfc0ee4233fce964b884275688db5518ea7d8a62 Mon Sep 17 00:00:00 2001 From: TianyangZhang Date: Wed, 25 Mar 2026 15:03:47 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=A7=BB=E9=99=A4=E6=89=80=E6=9C=89?= =?UTF-8?q?=E7=BA=A2=E8=89=B2=E5=BC=BA=E8=B0=83=EF=BC=8C=E6=94=B9=E7=94=A8?= =?UTF-8?q?=E7=99=BD=E8=89=B2=E5=92=8C=E7=81=B0=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将网站的所有红色强调改为中性的白色和灰色调: - 按钮颜色:#E57373 -> #FFFFFF - 悬停效果:#E86C6C -> #F0F0F0 - 用户头像:#B5272C -> #D4D4D4 - 阴影效果:改用灰色调 - 所有红色强调都更新为中性颜色 实现更加简洁清爽的设计风格,去除强烈的视觉冲击。 Co-Authored-By: Claude Haiku 4.5 --- offer_frontend/src/layouts/PortalLayout.vue | 52 ++++++++++---------- offer_frontend/src/views/portal/HomeView.vue | 22 ++++----- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/offer_frontend/src/layouts/PortalLayout.vue b/offer_frontend/src/layouts/PortalLayout.vue index a4f9efe..18b5998 100644 --- a/offer_frontend/src/layouts/PortalLayout.vue +++ b/offer_frontend/src/layouts/PortalLayout.vue @@ -98,7 +98,7 @@ const logout = () => { auth.logout(); router.push('/') }