From 6943ded348790834fd83e385d18f5d2f7f4e77f0 Mon Sep 17 00:00:00 2001 From: kola-web Date: Wed, 11 Feb 2026 17:52:08 +0800 Subject: [PATCH] =?UTF-8?q?2.2.0=20=E4=BF=AE=E6=94=B9=E5=AE=8C=E6=AF=95?= =?UTF-8?q?=EF=BC=8C=E4=B8=8A=E7=BA=BF=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + src/components/popup/index.scss | 20 +++++++++++++++----- src/components/popup/index.wxml | 4 ++-- src/pages/home/index.ts | 1 + src/patient/pages/liveResult/index.scss | 7 +++---- src/patient/pages/medicalDetail/index.wxml | 3 +-- 6 files changed, 23 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index c227783..a9e0c36 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ src/images/.svn src/images/ .idea .DS_Store +/src/images diff --git a/src/components/popup/index.scss b/src/components/popup/index.scss index 9a091d7..14611ad 100644 --- a/src/components/popup/index.scss +++ b/src/components/popup/index.scss @@ -358,12 +358,22 @@ font-size: 36rpx; line-height: 60rpx; font-weight: bold; - padding: 0 32rpx; - color: #ffffff; + margin-left: 32rpx; + color: #332c49; border-radius: 0 32rpx 32rpx 0; display: inline-block; - background: linear-gradient(344deg, #ffbcf9 0%, #b982ff 100%); margin-top: 28rpx; + position: relative; + &::after { + position: absolute; + left: 0; + bottom: 6rpx; + content: ''; + width: 100%; + height: 16rpx; + background: linear-gradient(90deg, #b982ff 0%, rgba(185, 130, 255, 0) 100%); + opacity: 0.4; + } &:first-of-type { margin-top: 0; } @@ -379,11 +389,11 @@ font-weight: bold; } } - .title { + .s-name { margin-top: 32rpx; padding: 0 32rpx; font-size: 32rpx; - color: #211d2e; + color: #211D2E; line-height: 48rpx; display: flex; align-items: center; diff --git a/src/components/popup/index.wxml b/src/components/popup/index.wxml index 6a7a424..42c4370 100644 --- a/src/components/popup/index.wxml +++ b/src/components/popup/index.wxml @@ -135,7 +135,7 @@ 买药,而且 报销比例和医院一样。 - “双通道”报销需要注意以下两点: + “双通道”报销需要注意以下两点 1 @@ -172,7 +172,7 @@ 自动报销 - “院内用药”报销需满足两个条件: + “院内用药”报销需满足两个条件 1 diff --git a/src/pages/home/index.ts b/src/pages/home/index.ts index adccce8..7101825 100644 --- a/src/pages/home/index.ts +++ b/src/pages/home/index.ts @@ -380,6 +380,7 @@ Page({ } } return { + title: 'TED规范化诊治中心', imageUrl: `${getApp().globalData.imageUrl}doctor-share.png?t=${Date.now()}`, } }, diff --git a/src/patient/pages/liveResult/index.scss b/src/patient/pages/liveResult/index.scss index 2ac6869..c5f7469 100644 --- a/src/patient/pages/liveResult/index.scss +++ b/src/patient/pages/liveResult/index.scss @@ -112,7 +112,7 @@ page { } .go-share { position: fixed; - bottom: 166rpx; + bottom: 196rpx; left: 50%; padding: 0 32rpx 0 12rpx; transform: translateX(-50%); @@ -122,11 +122,10 @@ page { justify-content: center; border-radius: 122rpx; box-shadow: 0 4rpx 12rpx rgba(70, 67, 81, 0.12); - background: linear-gradient(0deg, #ffffff 0%, #e8d6ff 100%); - border: 1px solid #ffffff; + background: linear-gradient(180deg, #ffbcf9 0%, #b982ff 100%); outline: none; font-size: 40rpx; - color: #b982ff; + color: #ffffff; gap: 12rpx; &::after { background: transparent; diff --git a/src/patient/pages/medicalDetail/index.wxml b/src/patient/pages/medicalDetail/index.wxml index 655e48d..b84b48d 100644 --- a/src/patient/pages/medicalDetail/index.wxml +++ b/src/patient/pages/medicalDetail/index.wxml @@ -48,8 +48,7 @@ 注:各地医保报销比例和具体政策请以当地执行为准