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 @@