Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
9097b3b6df
@ -23,8 +23,26 @@
|
||||
@click="handkeLink('')">文创</div>
|
||||
<div class="cursor header-title"
|
||||
@click="handkeLink('')">数字文脉</div>
|
||||
<div class="cursor header-title"
|
||||
@click="handkeLink('/about/statutes')">关于</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>
|
||||
</div>
|
||||
<div class="row fl-page-width">
|
||||
@ -60,8 +78,11 @@
|
||||
@click="handkeLink('')">文创</div>
|
||||
<div class="cursor"
|
||||
@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>
|
||||
</div>
|
||||
|
||||
@ -135,9 +156,10 @@ const handkeLink = (url) => {
|
||||
router.push(url)
|
||||
state.activePage = url;
|
||||
} else {
|
||||
router.push('/home/staytuned')
|
||||
router.push('/common/staytuned')
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
@ -151,4 +173,17 @@ 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>
|
||||
|
@ -73,7 +73,7 @@ const handkeLink = (url) => {
|
||||
router.push(url)
|
||||
state.activePage = url;
|
||||
} else {
|
||||
router.push('/home/staytuned')
|
||||
router.push('/common/staytuned')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
@ -72,7 +72,7 @@ const handkeLink = (url) => {
|
||||
router.push(url)
|
||||
state.activePage = url;
|
||||
} else {
|
||||
router.push('/home/staytuned')
|
||||
router.push('/common/staytuned')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user