This commit is contained in:
张 元山 2024-01-31 19:07:21 +08:00
parent c2d4d8fbbb
commit 14135460dd
7 changed files with 1858 additions and 3 deletions

1808
src/assets/css/style.css Normal file

File diff suppressed because it is too large Load Diff

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 209 B

After

Width:  |  Height:  |  Size: 209 B

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

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

View File

@ -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')
},
]

View File

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