diff --git a/pages/consult/disease-description.vue b/pages/consult/disease-description.vue
index d671c27..8b4857f 100644
--- a/pages/consult/disease-description.vue
+++ b/pages/consult/disease-description.vue
@@ -4,14 +4,13 @@
就诊人:{{ form.name }} {{ form.sex }} {{ form.age ? `${form.age}岁` : '' }}
-
+
本次就诊类型
@@ -22,10 +21,12 @@
-
- 扫码
+ 扫码
@@ -88,12 +88,12 @@
*
- 已在实体医疗机构确诊的疾病
+ 已在实体医疗机构确诊的疾病
-
- {{ disease }}
-
+ {{ disease }}
+
@@ -632,17 +632,20 @@ onMounted(() => {
.disease-item,
.disease-add {
- padding: 8rpx 18rpx;
+ height: 48rpx;
+ line-height: 46rpx;
border: 1px solid $theme-brown-primary;
- border-radius: 6rpx;
- font-size: 26rpx;
+ border-radius: 8rpx;
+ font-size: 28rpx;
color: $theme-brown-primary;
+ padding: 0 20rpx;
}
.disease-item {
display: flex;
align-items: center;
padding-right: 8rpx;
+ background: #e8f8f5;
}
.disease-remove {
@@ -808,4 +811,11 @@ onMounted(() => {
padding-top: 40rpx;
padding-bottom: 40rpx;
}
+
+.disease-txt {
+ max-width: 200rpx;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 27ee0d9..8ca81f8 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -6,9 +6,6 @@
-
-
-
海宁康华医院互联网医院
@@ -50,8 +47,6 @@
-
-
@@ -234,7 +229,6 @@ onUnmounted(() => {
.hero {
position: relative;
z-index: 1;
- height: 280rpx;
box-sizing: border-box;
background:
radial-gradient(circle at 76% 20%, rgba(43, 202, 202, 0.08) 0, rgba(43, 202, 202, 0.08) 28rpx, transparent 29rpx),
@@ -250,7 +244,7 @@ onUnmounted(() => {
height: 88rpx;
display: flex;
align-items: center;
- padding: 0 30rpx;
+ padding: 0 30rpx 0 60rpx;
box-sizing: border-box;
}
@@ -279,10 +273,9 @@ onUnmounted(() => {
}
.user-bar {
- height: 80rpx;
display: flex;
align-items: center;
- padding: 0 34rpx;
+ padding: 24rpx 30rpx 20rpx;
}
.avatar {
@@ -313,6 +306,8 @@ onUnmounted(() => {
font-size: 25rpx;
line-height: 42rpx;
text-align: center;
+ margin-top: 0;
+ transform: translateY(1px);
}
.logout-button {
@@ -357,14 +352,14 @@ onUnmounted(() => {
}
.card-title {
- font-size: 32rpx;
+ font-size: 40rpx;
line-height: 44rpx;
- font-weight: 500;
+ font-weight: bold;
}
.card-description {
- margin-top: 4rpx;
- font-size: 21rpx;
+ margin-top: 20rpx;
+ font-size: 28rpx;
line-height: 32rpx;
white-space: nowrap;
}
@@ -386,11 +381,11 @@ onUnmounted(() => {
bottom: 16rpx;
width: 48rpx;
height: 54rpx;
- opacity: 0.24;
+ opacity: 0.9;
}
.service-section {
- margin-top: 66rpx;
+ margin-top: 36rpx;
}
.section-title {
@@ -404,7 +399,7 @@ onUnmounted(() => {
.service-list {
display: flex;
justify-content: space-between;
- margin-top: 42rpx;
+ margin-top: 24rpx;
}
.service-item {
@@ -430,7 +425,7 @@ onUnmounted(() => {
margin-top: 24rpx;
color: #183663;
font-size: 28rpx;
- line-height: 40rpx;
+ line-height: 1em;
font-weight: 500;
white-space: nowrap;
}