From ec603d7f670c91943a733724006feb35fe5c4856 Mon Sep 17 00:00:00 2001 From: JayChou <2064936853@qq.com> Date: Sun, 29 Sep 2024 16:14:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E9=83=A8=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Layout/footer/index.vue | 41 ++++++++++++++++++++++++++++++++++--- src/views/home/index.vue | 16 ++++++++------- 2 files changed, 47 insertions(+), 10 deletions(-) diff --git a/src/Layout/footer/index.vue b/src/Layout/footer/index.vue index 84b9185..b6c1707 100644 --- a/src/Layout/footer/index.vue +++ b/src/Layout/footer/index.vue @@ -1,6 +1,17 @@
@@ -18,8 +29,32 @@ import {} from 'vue' background: url('../../assets//images/footer.png') no-repeat; background-size: cover; display: flex; + flex-direction: column; align-items: center; - justify-content: center; - color: #000; + // justify-content: center; + color: #333333; + .footer-nav { + display: flex; + margin-top: 120px; + .item { + width: 180px; + text-align: center; + font-size: 18px; + cursor: pointer; + } + .item:nth-child(2) { + border-left: 1px solid #333333; + border-right: 1px solid #333333; + } + .item:hover { + color: #0bd7c6; + } + } + .copyright{ + margin-top: 80px; + } + .report{ + margin-top: .1042rem; + } } diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 9911359..0842f20 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -30,18 +30,18 @@