From ebd85c9b4cb0a6bdd221995f4a76e82e7354122e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=20=E5=85=83=E5=B1=B1?= Date: Thu, 1 Feb 2024 10:40:05 +0800 Subject: [PATCH] f --- src/views/about/academiccommittee.vue | 4 +- src/views/about/annualworkplan.vue | 4 +- src/views/about/audiencesurveys.vue | 15 +++-- src/views/about/council.vue | 4 +- src/views/about/developmentplanning.vue | 4 +- src/views/about/friendsofthemuseum.vue | 4 +- src/views/about/interpretive.vue | 4 +- src/views/about/seniormanagement.vue | 4 +- src/views/about/socialdonation.vue | 4 +- src/views/about/statutes.vue | 4 +- src/views/about/supervisoryauthority.vue | 4 +- src/views/about/threeyeannrep.vue | 4 +- src/views/aboutpage.vue | 60 +++++++++---------- src/views/commonpage.vue | 75 +++++++++++++++++------- src/views/homepage.vue | 75 +++++++++++++++++------- src/views/staytuned.vue | 6 +- 16 files changed, 172 insertions(+), 103 deletions(-) diff --git a/src/views/about/academiccommittee.vue b/src/views/about/academiccommittee.vue index c1156cd..99cc47b 100644 --- a/src/views/about/academiccommittee.vue +++ b/src/views/about/academiccommittee.vue @@ -182,8 +182,8 @@ diff --git a/src/views/homepage.vue b/src/views/homepage.vue index fbc16eb..95cf926 100644 --- a/src/views/homepage.vue +++ b/src/views/homepage.vue @@ -9,38 +9,61 @@
首页
+ @click="handleLink('/home/navigation')">首页
导航
+ @click="handleLink('')">导航
展览
+ @click="handleLink('')">展览
典藏
+ @click="handleLink('')">典藏
资讯
+ @click="handleLink('')">资讯
文创
+ @click="handleLink('')">文创
数字文脉
-
关于
+ @click="handleLink('')">数字文脉 + +
关于 +
+
+
制度公开
+ +
讲解服务
+
观众调查
+ +
+
+
-
-
-
首页
-
导航
-
展览
-
典藏
-
资讯
-
文创
-
数字文脉
-
关于
+
+
帮助
+
隐私
+
条款
+
copyright 2024 最终所有权归延庆博物馆
@@ -67,7 +90,7 @@ onBeforeMount(() => { }) -const handkeLink = (url) => { +const handleLink = (url) => { if (url) { router.push(url) state.activePage = url; @@ -85,4 +108,16 @@ const handkeLink = (url) => { .header-title:hover { background: #3d8873; } +.hover-dom:hover .hidden-dom { + display: block; +} + +.hidden-dom { + display: none; +} +.secmenu { + width: 120px; + background: #343434; + border-radius: 10px; +} diff --git a/src/views/staytuned.vue b/src/views/staytuned.vue index a262329..bff16c0 100644 --- a/src/views/staytuned.vue +++ b/src/views/staytuned.vue @@ -1,14 +1,14 @@