diff --git a/download.html b/download.html
new file mode 100644
index 0000000..d241a55
--- /dev/null
+++ b/download.html
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+ 烟雨江南客户端下载
+
+
+
+
+
+
+
diff --git a/src/components/Operator.vue b/src/components/Operator.vue
index 2040cdd..48264fd 100644
--- a/src/components/Operator.vue
+++ b/src/components/Operator.vue
@@ -32,7 +32,14 @@
开始消毒
@@ -233,6 +240,17 @@ const showLogPicker = () => {
border-radius: 7px;
background: #ffffff;
margin-bottom: 11px;
+ position: relative;
+ overflow: hidden;
+ .pro {
+ position: absolute;
+ left: 0;
+ top: 0;
+ height: 14px;
+ width: var(--width);
+ border-radius: 7px;
+ background: #06518b;
+ }
}
.num {
display: flex;
diff --git a/src/components/info/DisinfectantLiquidInfo.vue b/src/components/info/DisinfectantLiquidInfo.vue
index dc8f118..5f2e1e1 100644
--- a/src/components/info/DisinfectantLiquidInfo.vue
+++ b/src/components/info/DisinfectantLiquidInfo.vue
@@ -20,7 +20,14 @@
消毒液
-
+
500 (g)
@@ -60,7 +67,17 @@
width: 6px;
height: 100px;
border-radius: 3px;
- background: #1f6397;
+ background: #fff;
+ overflow: hidden;
+ .pro {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: 6px;
+ height: var(--height);
+ background: #1f6397;
+ border-radius: 3px;
+ }
}
}
.bottom {