diff --git a/src/components/Progress.vue b/src/components/Progress.vue
index 7610304..8bc2e1b 100644
--- a/src/components/Progress.vue
+++ b/src/components/Progress.vue
@@ -11,6 +11,23 @@
继续消毒
+
+
@@ -28,6 +45,7 @@
.header_wrap {
display: flex;
align-items: center;
+ margin-bottom: 49px;
.left_progress {
width: 860px;
height: 80px;
@@ -100,5 +118,48 @@
}
}
}
+ .echarts_wrap {
+ height: 351px;
+ display: flex;
+ align-items: center;
+ margin-bottom: 19px;
+ .single_wrap {
+ flex: 1;
+ height: 351px;
+ .title {
+ font-family: Source Han Sans CN;
+ font-size: 14px;
+ font-weight: 500;
+ letter-spacing: 0.1em;
+ color: #000000;
+ margin-bottom: 24px;
+ padding-left: 11px;
+ }
+ .echarts_box {
+ width: 380px;
+ height: 308px;
+ }
+ }
+ }
+ .detail_wrap {
+ display: flex;
+ align-items: center;
+ justify-content: flex-end;
+ padding-right: 16px;
+ .detail {
+ width: 105px;
+ height: 31px;
+ border-radius: 16px;
+ background: #06518b;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-family: Source Han Sans CN;
+ font-size: 12px;
+ font-weight: normal;
+ letter-spacing: 0.1em;
+ color: #ffffff;
+ }
+ }
}