Compare commits

..

No commits in common. "9c741aa1ac98b252a3d073d36d2a719b5162a036" and "a0d8afd9227a452fff8619b3b215c174ea2f6c6b" have entirely different histories.

3 changed files with 7 additions and 42 deletions

View File

@ -23,26 +23,8 @@
@click="handkeLink('')">文创</div>
<div class="cursor header-title"
@click="handkeLink('')">数字文脉</div>
<div class="cursor header-title hover-dom relative">关于
<div class="hidden-dom row justify-center"
style="position:absolute;top:20px;left:-38px;z-index:9999">
<div class="row justify-center secmenu fl-mt-lg"
style="padding: 4px 8px ">
<div class="cursor"
style="padding: 8px;border-bottom:1px solid #fff "
@click="handkeLink('/about/statutes')">制度公开</div>
<div class="cursor"
style="padding: 8px;border-bottom:1px solid #fff "
@click="handkeLink('/common/interpretive')">讲解服务</div>
<div class="cursor"
style="padding: 8px "
@click="handkeLink('/common/audiencesurveys')">观众调查</div>
</div>
</div>
</div>
<div class="cursor header-title"
@click="handkeLink('/about/statutes')">关于</div>
</div>
</div>
<div class="row fl-page-width">
@ -78,11 +60,8 @@
@click="handkeLink('')">文创</div>
<div class="cursor"
@click="handkeLink('')">数字文脉</div>
<div class="cursor hover-dom"
@click="handkeLink('')">关于
<div class="hidden-dom row justify-center"
style="">2333</div>
</div>
<div class="cursor"
@click="handkeLink('')">关于</div>
</div>
</div>
@ -156,10 +135,9 @@ const handkeLink = (url) => {
router.push(url)
state.activePage = url;
} else {
router.push('/common/staytuned')
router.push('/home/staytuned')
}
}
</script>
<style scoped>
@ -173,17 +151,4 @@ const handkeLink = (url) => {
.active-about {
background: rgb(61, 135, 114, 0.6);
}
.hover-dom:hover .hidden-dom {
display: block;
}
.hidden-dom {
display: none;
}
.secmenu {
width: 120px;
background: #343434;
border-radius: 10px;
}
</style>

View File

@ -73,7 +73,7 @@ const handkeLink = (url) => {
router.push(url)
state.activePage = url;
} else {
router.push('/common/staytuned')
router.push('/home/staytuned')
}
}
</script>

View File

@ -72,7 +72,7 @@ const handkeLink = (url) => {
router.push(url)
state.activePage = url;
} else {
router.push('/common/staytuned')
router.push('/home/staytuned')
}
}
</script>