f
This commit is contained in:
parent
c2d4d8fbbb
commit
14135460dd
1808
src/assets/css/style.css
Normal file
1808
src/assets/css/style.css
Normal file
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
@ -1,4 +1,5 @@
|
||||
import { createApp } from 'vue'
|
||||
import './assets/css/style.css'
|
||||
import App from './App.vue'
|
||||
import 'normalize.css';
|
||||
import router from './router';
|
||||
|
@ -23,8 +23,54 @@ const routes = [
|
||||
component: () => import('@/views/layout.vue'),
|
||||
children: [
|
||||
{
|
||||
path: 'about1',
|
||||
name: 'about1',
|
||||
path: 'statutes',
|
||||
name: 'statutes',
|
||||
meta: { title: '首页' },
|
||||
component: () => import('@/views/about/index.vue')
|
||||
},
|
||||
{
|
||||
path: 'council',
|
||||
name: 'council',
|
||||
component: () => import('@/views/about/index.vue')
|
||||
},
|
||||
{
|
||||
path: 'seniormanagement',
|
||||
name: 'seniormanagement',
|
||||
component: () => import('@/views/about/index.vue')
|
||||
},
|
||||
{
|
||||
path: 'academiccommittee',
|
||||
name: 'academiccommittee',
|
||||
component: () => import('@/views/about/index.vue')
|
||||
},
|
||||
{
|
||||
path: 'supervisoryauthority',
|
||||
name: 'supervisoryauthority',
|
||||
component: () => import('@/views/about/index.vue')
|
||||
},
|
||||
{
|
||||
path: 'developmentplanning',
|
||||
name: 'developmentplanning',
|
||||
component: () => import('@/views/about/index.vue')
|
||||
},
|
||||
{
|
||||
path: 'annualworkplan',
|
||||
name: 'annualworkplan',
|
||||
component: () => import('@/views/about/index.vue')
|
||||
},
|
||||
{
|
||||
path: 'statutes',
|
||||
name: 'statutes',
|
||||
component: () => import('@/views/about/index.vue')
|
||||
},
|
||||
{
|
||||
path: 'statutes',
|
||||
name: 'statutes',
|
||||
component: () => import('@/views/about/index.vue')
|
||||
},
|
||||
{
|
||||
path: 'statutes',
|
||||
name: 'statutes',
|
||||
component: () => import('@/views/about/index.vue')
|
||||
},
|
||||
]
|
||||
|
@ -4,7 +4,7 @@
|
||||
class="100vw">
|
||||
<div style="height:80px;background:#000;"
|
||||
class="color-white row items-center">
|
||||
<div class="col-4 row items-center justify-center"><img src="../assets/image/icon-title.png"
|
||||
<div class="col-4 row items-center justify-center"><img src="../assets/images/icon-title.png"
|
||||
style="width:40px;height:40px" /><span class="fl-ml-sm">延庆博物馆</span></div>
|
||||
|
||||
<div class="col-6 row justify-around items-center">
|
||||
|
Loading…
Reference in New Issue
Block a user