From 0a0a46d1a4d129043896cfafe83e003b59084671 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Tue, 10 Aug 2021 18:28:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E3=80=81=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/header/index.vue | 8 ++++---- src/layouts/home/index.vue | 2 +- src/layouts/navbar/index.vue | 2 +- src/pages/stat/list/index.vue | 21 ++++----------------- 4 files changed, 10 insertions(+), 23 deletions(-) diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue index 5f0915e..4bb9210 100644 --- a/src/layouts/header/index.vue +++ b/src/layouts/header/index.vue @@ -9,7 +9,7 @@
-
+
@@ -223,7 +223,7 @@ export default { top: 0; left: 0; width: 100%; - height: 80px; + height: 70px; background-color: #fff; .inner{ display: flex; @@ -240,7 +240,7 @@ export default { left: 30px; font-size: 28px; color: #568DF2; - line-height: 80px; + line-height: 70px; cursor: pointer; } @@ -254,7 +254,7 @@ export default { justify-content: space-between; align-items: center; width: 300px; - height: 80px; + height: 70px; padding: 7px 20px; margin: 0 auto; background-color: #fff; diff --git a/src/layouts/home/index.vue b/src/layouts/home/index.vue index 59c5640..1917ab1 100644 --- a/src/layouts/home/index.vue +++ b/src/layouts/home/index.vue @@ -48,7 +48,7 @@ export default { min-height: 100%; background: url(../../assets/img/login-bg.png) 0 0/100% 100% no-repeat; .layout{ - margin-top: 80px; + margin-top: 70px; } .view{ max-width: $max-width; diff --git a/src/layouts/navbar/index.vue b/src/layouts/navbar/index.vue index 43a497d..8571384 100644 --- a/src/layouts/navbar/index.vue +++ b/src/layouts/navbar/index.vue @@ -117,7 +117,7 @@ export default { li{ padding: 0 25px; font-size: 16px; - line-height: 80px; + line-height: 70px; color: #0d0d0d; cursor: pointer; &.active{ diff --git a/src/pages/stat/list/index.vue b/src/pages/stat/list/index.vue index e6eb6db..876cb65 100644 --- a/src/pages/stat/list/index.vue +++ b/src/pages/stat/list/index.vue @@ -15,18 +15,6 @@

账号数量:{{item.accountNum}}

续费
-
-

{{item.productName}}

-
- 使用期限: -
- {{item.endTime}} -
-
-

剩余期限:{{item.deadline}}

-

账号数量:{{item.accountNum}}

- 续费 -
@@ -369,16 +357,15 @@ export default { .val{ text-align: center; line-height: 1; - font-size: 15px; - color: $main-color; + font-size: 14px; + color: #404040; } } .surplus{ margin-top: 10px; .num{ - font-size: 24px; - color: $main-color; - font-weight: bold; + font-size: 14px; + color: #404040; } } .name{