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 @@ diff --git a/src/assets/images/image.png b/src/assets/images/image.png new file mode 100644 index 0000000..ea58ae3 Binary files /dev/null and b/src/assets/images/image.png differ diff --git a/src/assets/images/image1.png b/src/assets/images/image1.png new file mode 100644 index 0000000..c8d7200 Binary files /dev/null and b/src/assets/images/image1.png differ diff --git a/src/assets/images/image11.png b/src/assets/images/image11.png new file mode 100644 index 0000000..b53f3e9 Binary files /dev/null and b/src/assets/images/image11.png differ diff --git a/src/assets/images/image3.png b/src/assets/images/image3.png new file mode 100644 index 0000000..1411219 Binary files /dev/null and b/src/assets/images/image3.png differ diff --git a/src/router/module/constRouter/index.ts b/src/router/module/constRouter/index.ts index fac0f3e..fb535d4 100644 --- a/src/router/module/constRouter/index.ts +++ b/src/router/module/constRouter/index.ts @@ -20,6 +20,16 @@ export const constRouter: any = [ hidden: false, }, }, + { + path: '/news', + component: () => import('@/views/news/index.vue'), + name: 'News', + meta: { + icon: '', + title: '新闻', + hidden: false, + }, + }, ], }, ] diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 2829856..1d47374 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -1,7 +1,370 @@ - + diff --git a/src/views/news/index.vue b/src/views/news/index.vue new file mode 100644 index 0000000..7b6e2f5 --- /dev/null +++ b/src/views/news/index.vue @@ -0,0 +1,5 @@ + + +