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