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 @@
注:各地医保报销比例和具体政策请以当地执行为准
- 信息有误?点击反馈
-
+ 信息有误?点击反馈>