From d4acc3788043f73ad678b48190bbaa58740c8523 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 14 Feb 2023 11:16:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/qujing/AppMine/AppMine.vue | 18 +++++------ src/project/qujing/AppMine/testList.vue | 41 +++++++++++++++++++------ 2 files changed, 41 insertions(+), 18 deletions(-) diff --git a/src/project/qujing/AppMine/AppMine.vue b/src/project/qujing/AppMine/AppMine.vue index 33f29d7..a2b5b57 100644 --- a/src/project/qujing/AppMine/AppMine.vue +++ b/src/project/qujing/AppMine/AppMine.vue @@ -74,12 +74,12 @@ export default { path: "./testList", type: 'token' }, - { - icon: 'https://cdn.cunwuyun.cn/qujing/wdzs.png', - label: "我的证书", - path: "/mods/AppHometown/AppHometown", - type: 'token' - } + // { + // icon: 'https://cdn.cunwuyun.cn/qujing/wdzs.png', + // label: "我的证书", + // path: "/mods/AppHometown/AppHometown", + // type: 'token' + // } ], ] } @@ -154,8 +154,7 @@ export default { .header-bg { width: 100%; - height: 424px; - position: relative; + height: 512px; .header-info { width: 100%; @@ -163,7 +162,7 @@ export default { background: url("https://cdn.cunwuyun.cn/qujing/header-banner.png") no-repeat no-repeat; background-size: 100% 100%; box-sizing: border-box; - padding: 240px 0 0 48px; + padding: 240px 32px 0 48px; .wrap { width: 100%; @@ -264,6 +263,7 @@ export default { .list-wrap { box-sizing: border-box; padding: 32px; + margin-top: -130px; .card { width: 100%; diff --git a/src/project/qujing/AppMine/testList.vue b/src/project/qujing/AppMine/testList.vue index 588d7cb..2c13a0e 100644 --- a/src/project/qujing/AppMine/testList.vue +++ b/src/project/qujing/AppMine/testList.vue @@ -1,18 +1,18 @@