diff --git a/src/components/VParking.vue b/src/components/VParking.vue
index 955c379..55f4b04 100644
--- a/src/components/VParking.vue
+++ b/src/components/VParking.vue
@@ -1,7 +1,14 @@
@@ -21,6 +28,29 @@ export default {
}
.theme-body {
height: calc(100% - 30px);
- background-color: #ff0;
+ margin-left: 20px;
+ }
+ .total-wrap{
+ height: 30%;
+ display: flex;
+ align-items: center;
+ .total-main{
+ margin-left: 10px;
+ padding: 5px 5px 5px 0;
+ background: url("../images/content/numBorder.svg") no-repeat;
+ background-size: 100% 100%;
+ }
+ .eleNumBg{
+ width: 20px;
+ height: 30px;
+ display: inline-block;
+ margin-left: 5px;
+ line-height: 30px;
+ font-size: 22px;
+ font-weight: 600;
+ text-align: center;
+ background: url("../images/content/numBg.svg") no-repeat;
+ background-size: 100% 100%;
+ }
}
diff --git a/src/images/content/numBg.svg b/src/images/content/numBg.svg
new file mode 100644
index 0000000..4a1f384
--- /dev/null
+++ b/src/images/content/numBg.svg
@@ -0,0 +1,14 @@
+
+
+
diff --git a/src/images/content/numBorder.svg b/src/images/content/numBorder.svg
new file mode 100644
index 0000000..7e9c516
--- /dev/null
+++ b/src/images/content/numBorder.svg
@@ -0,0 +1,15 @@
+
+
+
diff --git a/src/style/reset.css b/src/style/reset.css
index b1b6b63..2eeb531 100644
--- a/src/style/reset.css
+++ b/src/style/reset.css
@@ -61,7 +61,7 @@ body{
background: url("../images/bg.jpg") no-repeat;
background-size: 100% 100%;
overflow: hidden;
- /*background-size:100% 100%;*/
+ font-size: 14px;
/*默认颜色*/
}