From aeb9f9b6b634d2e0904b996c3ea51a9096961988 Mon Sep 17 00:00:00 2001 From: zoujing Date: Thu, 11 Sep 2025 21:30:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=95=86=E5=93=81=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/LocationCard/styles/index.scss | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/components/LocationCard/styles/index.scss b/components/LocationCard/styles/index.scss index 57bac30..6115ef8 100644 --- a/components/LocationCard/styles/index.scss +++ b/components/LocationCard/styles/index.scss @@ -3,29 +3,15 @@ align-items: center; margin: 6px 0; padding: 16px 12px; - background-color: #f8f9fa; background-image: url("./images/loc_bg_img.png"); // 预留背景图片位置,用户手动导入 background-size: cover; background-position: center; - border-radius: 12px; - // box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); + border-radius: 20px; font-size: 14px; color: #333; position: relative; overflow: hidden; - // 添加半透明遮罩层确保文字可读性 - &::before { - content: ""; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - background: rgba(255, 255, 255, 0.8); - z-index: 1; - } - // 左侧文本容器 .text-container { display: flex;