From 8530c025424485efbde6c08c0ffde00134600367 Mon Sep 17 00:00:00 2001
From: liuqimichale <123456lq>
Date: Fri, 8 Mar 2019 11:38:40 +0800
Subject: [PATCH] 总计
---
src/components/VParking.vue | 34 ++++++++++++++++++++++++++++++++--
src/images/content/numBg.svg | 14 ++++++++++++++
src/images/content/numBorder.svg | 15 +++++++++++++++
src/style/reset.css | 2 +-
4 files changed, 62 insertions(+), 3 deletions(-)
create mode 100644 src/images/content/numBg.svg
create mode 100644 src/images/content/numBorder.svg
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;
/*默认颜色*/
}
--
libgit2 0.21.4