From 9484707efa0fbb6c3289aa3efc9ab844d850d77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=A4=A9=E9=AA=84?= <5307576@qq.com> Date: Thu, 18 Jun 2026 17:21:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=96=B9=E8=80=81?= =?UTF-8?q?=E5=B8=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/config/config.vue | 21 +++++++++++++++------ pages/home/home.vue | 4 ---- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/pages/config/config.vue b/pages/config/config.vue index bd9053d..af5b228 100644 --- a/pages/config/config.vue +++ b/pages/config/config.vue @@ -2,7 +2,7 @@ - + @@ -350,20 +350,29 @@ page { .hero-section { position: relative; overflow: hidden; + padding: 16px 20px 8px; + box-sizing: border-box; + background: linear-gradient(180deg, #f4f8ff 0%, #f9f9ff 100%); } .hospital-image { width: 100%; height: 100%; + border-radius: 18px; + background: rgba(255, 255, 255, 0.72); + box-shadow: 0 8px 24px rgba(0, 71, 141, 0.08); + overflow: hidden; } .hero-overlay { position: absolute; - left: 0; - right: 0; - top: 0; - bottom: 0; - background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(249, 249, 255, 0) 58%, rgba(249, 249, 255, 0.16)); + left: 20px; + right: 20px; + top: 16px; + bottom: 8px; + border-radius: 18px; + background: linear-gradient(180deg, rgba(0, 71, 141, 0.08), rgba(249, 249, 255, 0) 62%, rgba(249, 249, 255, 0.18)); + pointer-events: none; } .profile-section { diff --git a/pages/home/home.vue b/pages/home/home.vue index 776cd04..ffa7f14 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -51,10 +51,6 @@ AI 学习助手(医院知识库) -