diff --git a/src/apps/AppEpidemicSituation/Health.vue b/src/apps/AppEpidemicSituation/Health.vue index bcbb67fd..f0865872 100644 --- a/src/apps/AppEpidemicSituation/Health.vue +++ b/src/apps/AppEpidemicSituation/Health.vue @@ -48,7 +48,7 @@ - +
@@ -65,9 +65,26 @@
-
1
+
+
+
+
李轶
+
异常
+
核酸到期
+
- +
+ 上报第 + 3 + +
+
+ + +
今日未上报
+
+ +
@@ -116,7 +133,11 @@ export default { }, onShow() {}, methods: { - goDetail() {}, + goDetail() { + uni.navigateTo({ + url: `./HealthDetail`, + }) + }, change(index) { // this.data = [] @@ -149,7 +170,6 @@ export default { .top { display: flex; padding: 48px 32px; - // background: #fff; .topCard { display: flex; .left { @@ -179,7 +199,7 @@ export default { } .line { width: 1px; - background: black; + background: #dddddd; margin: 14px 0px; } } @@ -220,7 +240,6 @@ export default { .templates { display: flex; align-items: center; - padding: 32px; box-shadow: inset 0px -1px 0px 0px #dddddd; img { @@ -230,7 +249,58 @@ export default { // border: 1px solid #cccccc; } .rightCont { + display: flex; + justify-content: space-between; margin-left: 32px; + width: 100%; + .rightContLeft { + display: flex; + justify-content: space-between; + align-items: center; + width: 100%; + .nameLeft { + .nameTop { + display: flex; + .names { + font-size: 32px; + font-weight: 500; + color: #333333; + } + .types { + margin-left: 16px; + padding: 4px 16px 8px 16px; + background: #faeceb; + border-radius: 20px; + font-size: 24px; + color: #cd413a; + } + .nucleate { + margin-left: 8px; + padding: 4px 16px 8px 16px; + background: #fef5e8; + border-radius: 20px; + font-size: 24px; + color: #f5a319; + } + } + .nameBottom { + margin-top: 12px; + font-size: 28px; + color: #999999; + .num { + color: #135ab8; + } + } + } + .typeRight1 { + font-size: 28px; + color: #999999; + } + .typeRight2 { + font-size: 28px; + color: #f5a319; + } + } } } } diff --git a/src/apps/AppEpidemicSituation/HealthDetail.vue b/src/apps/AppEpidemicSituation/HealthDetail.vue new file mode 100644 index 00000000..60be8926 --- /dev/null +++ b/src/apps/AppEpidemicSituation/HealthDetail.vue @@ -0,0 +1,25 @@ + + + + +