From e7c25d67ca26110adfc95a8c355ec93e5af799dc Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Fri, 30 Nov 2018 11:38:40 +0800 Subject: [PATCH] 总计 --- src/assets/img/totalbg.svg | 14 ++++++++++++++ src/components/total.vue | 37 +++++++++++++++++++++++++++++++------ src/styles/reset.css | 1 - 3 files changed, 45 insertions(+), 7 deletions(-) create mode 100644 src/assets/img/totalbg.svg diff --git a/src/assets/img/totalbg.svg b/src/assets/img/totalbg.svg new file mode 100644 index 0000000..7065038 --- /dev/null +++ b/src/assets/img/totalbg.svg @@ -0,0 +1,14 @@ + + + + + + + + + + diff --git a/src/components/total.vue b/src/components/total.vue index 950a12b..f0c994f 100644 --- a/src/components/total.vue +++ b/src/components/total.vue @@ -1,7 +1,10 @@ @@ -23,11 +26,33 @@ export default { diff --git a/src/styles/reset.css b/src/styles/reset.css index 24cd767..c758456 100644 --- a/src/styles/reset.css +++ b/src/styles/reset.css @@ -45,7 +45,6 @@ html, body { background: url("../assets/img/bg.jpg") no-repeat; background-size: 100% 100%; overflow: hidden; - /*box-sizing: border-box;*/ } ol, ul { -- libgit2 0.21.4