From 3c725e91e039184fc979ed6fa668445bab76c79f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Fri, 14 Jan 2022 16:28:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E7=99=BD=E9=A1=B5css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppEpidemicSituation/Health.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/apps/AppEpidemicSituation/Health.vue b/src/apps/AppEpidemicSituation/Health.vue index 43616888..e8af8f9c 100644 --- a/src/apps/AppEpidemicSituation/Health.vue +++ b/src/apps/AppEpidemicSituation/Health.vue @@ -38,12 +38,12 @@
@@ -246,7 +246,7 @@ export default {
.line1 {
height: 4px;
- background: #f3f6f9;
+ background: #f5f5f5;
}
.middle {
@@ -267,15 +267,15 @@ export default {
.line2 {
height: 8px;
- background: #f3f6f9;
+ background: #f5f5f5;
+ }
+
+ .line3 {
+ height: 6px;
+ background: #f5f5f5;
}
.bottoms {
- .line3 {
- height: 6px;
- background: #f3f6f9;
- }
-
.templates {
display: flex;
align-items: center;