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{