From b0531515d91cff794703ff6d3d3ba8db5494e5ca Mon Sep 17 00:00:00 2001
From: xy <2115269706@qq.com>
Date: Sat, 2 Nov 2024 09:32:55 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=A6=96=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 6 +-
src/Layout/footer/index.vue | 60 +++-
src/Layout/index.vue | 1 -
src/Layout/tabbar/index.vue | 290 ++++++++++---------
src/assets/images/image.png | Bin 0 -> 13670 bytes
src/assets/images/image1.png | Bin 0 -> 46061 bytes
src/assets/images/image11.png | Bin 0 -> 40835 bytes
src/assets/images/image3.png | Bin 0 -> 52065 bytes
src/router/module/constRouter/index.ts | 10 +
src/views/home/index.vue | 367 ++++++++++++++++++++++++-
src/views/news/index.vue | 5 +
11 files changed, 596 insertions(+), 143 deletions(-)
create mode 100644 src/assets/images/image.png
create mode 100644 src/assets/images/image1.png
create mode 100644 src/assets/images/image11.png
create mode 100644 src/assets/images/image3.png
create mode 100644 src/views/news/index.vue
diff --git a/src/App.vue b/src/App.vue
index d31088e..1f09e8f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,9 +1,11 @@
-
+
+
+
diff --git a/src/Layout/footer/index.vue b/src/Layout/footer/index.vue
index 8a6eabb..2adf1db 100644
--- a/src/Layout/footer/index.vue
+++ b/src/Layout/footer/index.vue
@@ -1,6 +1,23 @@
@@ -14,10 +31,49 @@ import {} from 'vue'
// bottom: 0;
height: 300px;
width: 100%;
- background-color: #252527;
+ background-color: #013ebc;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
+.footer .fl {
+ float: left;
+ width: 200px;
+ height: 100px;
+}
+.fl .box1 {
+ float: left;
+ width: 50px;
+ height: 50px;
+ background-color: #4a4a49;
+}
+.fl .box2 {
+ float: right;
+ width: 50px;
+ height: 50px;
+ background-color: #4a4a49;
+}
+.footer .fr {
+ float: right;
+ width: 1000px;
+ height: 200px;
+
+ margin-left: 100px;
+}
+.fr h2 {
+ text-align: center;
+ line-height: 40px;
+ font-size: 16px;
+ color: #d1e9fd;
+}
+.aaa {
+ margin: 50px 45px;
+}
+.aaa a {
+ margin: 0 26px;
+ text-decoration: none;
+ font-size: 16px;
+ color: #d1e9fd;
+}
diff --git a/src/Layout/index.vue b/src/Layout/index.vue
index ec26e05..4263ac5 100644
--- a/src/Layout/index.vue
+++ b/src/Layout/index.vue
@@ -21,7 +21,6 @@ import {} from 'vue'
width: 100%;
min-height: 100vh;
background-color: #eef1fb;
- padding-top: 140px;
// background-color: skyblue;
// .container {
// width: $base-container-width;
diff --git a/src/Layout/tabbar/index.vue b/src/Layout/tabbar/index.vue
index 0759e98..e8d91dc 100644
--- a/src/Layout/tabbar/index.vue
+++ b/src/Layout/tabbar/index.vue
@@ -1,17 +1,54 @@
-