diff --git a/src/components/customRecord/index.scss b/src/components/customRecord/index.scss index bee3143..3e7cfb7 100644 --- a/src/components/customRecord/index.scss +++ b/src/components/customRecord/index.scss @@ -1,12 +1,12 @@ .record { - border: 10rpx solid #e6f7f9; - border-radius: 50%; &.record-slot { border: none; } .icon { width: 107rpx; height: 107rpx; + border: 10rpx solid #e6f7f9; + border-radius: 50%; } .record-page { position: fixed; diff --git a/src/echart/components/homeLevel1/index.scss b/src/echart/components/homeLevel1/index.scss index 614b597..cf48004 100644 --- a/src/echart/components/homeLevel1/index.scss +++ b/src/echart/components/homeLevel1/index.scss @@ -18,6 +18,7 @@ .name { font-size: 36rpx; color: rgba(0, 180, 197, 1); + font-weight: bold; } .desc { font-size: 28rpx; @@ -58,17 +59,14 @@ .title { position: relative; z-index: 1; - padding: 14rpx; + padding: 18rpx 30rpx; width: 262rpx; height: 116rpx; - text-align: center; font-size: 28rpx; + font-weight: bold; color: rgba(0, 180, 197, 1); line-height: 1; box-sizing: border-box; - background: linear-gradient(180deg, #dcf5f7 0%, #ffffff 100%); - border-radius: 24rpx 24rpx 24rpx 24rpx; - border: 1px solid #ffffff; } .bg { padding-top: 40rpx; @@ -131,9 +129,10 @@ position: absolute; top: 0; left: 0; - padding: 16rpx 24rpx; + padding: 16rpx 30rpx; font-size: 28rpx; color: #fff; + font-weight: bold; } .s-container { display: flex; @@ -168,9 +167,10 @@ position: absolute; top: 0; left: 0; - padding: 16rpx 24rpx; + padding: 16rpx 30rpx; font-size: 28rpx; color: #fff; + font-weight: bold; } .s-container { display: flex; @@ -212,6 +212,7 @@ .name { font-size: 32rpx; color: rgba(20, 21, 21, 1); + font-weight: bold; } .fold { font-size: 28rpx; diff --git a/src/echart/components/homeLevel1/index.wxml b/src/echart/components/homeLevel1/index.wxml index abba25c..a3de6a5 100644 --- a/src/echart/components/homeLevel1/index.wxml +++ b/src/echart/components/homeLevel1/index.wxml @@ -17,20 +17,24 @@ - - 全部 - - + 全部 {{doctorCount.TotalCount}} - - 二级医生 - - + 二级医生 {{doctorCount.TwoCount}} - - 一级医生 - - + 一级医生 {{doctorCount.OneCount}} diff --git a/src/echart/components/homeLevel4/index.scss b/src/echart/components/homeLevel4/index.scss index e3a6fd8..1a52744 100644 --- a/src/echart/components/homeLevel4/index.scss +++ b/src/echart/components/homeLevel4/index.scss @@ -30,6 +30,7 @@ .name { font-size: 36rpx; color: rgba(20, 21, 21, 1); + font-weight: bold; } .desc { font-size: 28rpx; @@ -87,6 +88,7 @@ color: rgba(0, 180, 197, 1); line-height: 32rpx; border: 1px solid rgba(191, 239, 244, 1); + border-radius: 4rpx; } } } @@ -96,17 +98,14 @@ .title { position: relative; z-index: 1; - padding: 14rpx; - width: 221rpx; + padding: 18rpx 30rpx; + width: 262rpx; height: 116rpx; - text-align: center; font-size: 28rpx; + font-weight: bold; color: rgba(0, 180, 197, 1); line-height: 1; box-sizing: border-box; - background: linear-gradient(180deg, #dcf5f7 0%, #ffffff 100%); - border-radius: 24rpx 24rpx 24rpx 24rpx; - border: 1px solid #ffffff; } .bg { padding-top: 40rpx; @@ -169,9 +168,10 @@ position: absolute; top: 0; left: 0; - padding: 16rpx 24rpx; + padding: 16rpx 30rpx; font-size: 26rpx; color: #fff; + font-weight: bold; } .picker { position: absolute; @@ -182,6 +182,7 @@ display: flex; gap: 18rpx; font-size: 28rpx; + line-height: 40rpx; color: rgba(133, 133, 133, 1); background: #ffffff; border-radius: 98rpx 98rpx 98rpx 98rpx; @@ -224,8 +225,9 @@ display: flex; align-items: center; justify-content: center; + gap: 26rpx; .none { - width: 116rpx; + width: 102rpx; height: 102rpx; } .tip { @@ -248,6 +250,7 @@ .name { font-size: 32rpx; color: rgba(20, 21, 21, 1); + font-weight: bold; } .more { font-size: 28rpx; @@ -329,6 +332,7 @@ .name { font-size: 32rpx; color: rgba(20, 21, 21, 1); + font-weight: bold; } .picker { .picker-content { @@ -381,6 +385,7 @@ .title { font-size: 32rpx; color: rgba(20, 21, 21, 1); + font-weight: bold; } .more { font-size: 28rpx; diff --git a/src/echart/components/homeLevel4/index.ts b/src/echart/components/homeLevel4/index.ts index 9417b9b..b284090 100644 --- a/src/echart/components/homeLevel4/index.ts +++ b/src/echart/components/homeLevel4/index.ts @@ -673,6 +673,10 @@ Component({ url: "/module1/pages/auditDoctorList/index", }); }, + handleQuestion(e) { + const { index } = e.currentTarget.dataset; + this.triggerEvent("question", index); + }, }, }); diff --git a/src/echart/components/homeLevel4/index.wxml b/src/echart/components/homeLevel4/index.wxml index 0c821d3..231d7f6 100644 --- a/src/echart/components/homeLevel4/index.wxml +++ b/src/echart/components/homeLevel4/index.wxml @@ -28,26 +28,27 @@