提交 5d2ccec2 authored 作者: 龙菲's avatar 龙菲

修改页脚

上级 c8f7c343
差异被折叠。
差异被折叠。
<!-- --> <!-- -->
<template> <template>
<div <div :class="{
:class="{
footer: true, footer: true,
//isHome:isHome, //isHome:isHome,
isChStyle: navbarStyle == '2', isChStyle: navbarStyle == '2',
...@@ -10,8 +9,7 @@ ...@@ -10,8 +9,7 @@
isSMGZ: navbarStyle == '5', isSMGZ: navbarStyle == '5',
isJYYCC: navbarStyle == '6', isJYYCC: navbarStyle == '6',
isYLGDYW: navbarStyle == '7', isYLGDYW: navbarStyle == '7',
}" }">
>
<!-- <span>贵州省文化和旅游厅博物馆处版权所有</span> <!-- <span>贵州省文化和旅游厅博物馆处版权所有</span>
<span>中国知网提供技术支持</span> --> <span>中国知网提供技术支持</span> -->
<div class="logo"> <div class="logo">
...@@ -27,11 +25,7 @@ ...@@ -27,11 +25,7 @@
{{ item.title }} {{ item.title }}
</div> </div>
<ul v-if="item.children && item.children.length > 0"> <ul v-if="item.children && item.children.length > 0">
<li <li v-for="(v, i) in item.children" :key="i" @click="handleClickItem(v)">
v-for="(v, i) in item.children"
:key="i"
@click="handleClickItem(v)"
>
{{ v.title }} {{ v.title }}
</li> </li>
</ul> </ul>
...@@ -40,6 +34,17 @@ ...@@ -40,6 +34,17 @@
</el-popover> </el-popover>
</div> </div>
<div class="menu-item">关于我们</div> <div class="menu-item">关于我们</div>
<div class="menu-item">
<span>
<el-popover placement="top-start" width="280" trigger="hover">
<span slot="reference">小程序</span>
<div class="wechat-app">
<img src="@/assets/imgs/wechat-app.jpg" alt="">
</div>
</el-popover>
</span>
</div>
</div> </div>
<div class="copyright"> <div class="copyright">
<a href="https://beian.miit.gov.cn" target="_blank"> 黔ICP备2022009785号-1 &nbsp; &nbsp;</a> <a href="https://beian.miit.gov.cn" target="_blank"> 黔ICP备2022009785号-1 &nbsp; &nbsp;</a>
...@@ -47,10 +52,7 @@ ...@@ -47,10 +52,7 @@
</div> </div>
<div class="support">网站建设:贵州同方知网科技发展有限公司</div> <div class="support">网站建设:贵州同方知网科技发展有限公司</div>
<div class="advice"> <div class="advice">
<el-tooltip <el-tooltip placement="top-start" content="谷歌 火狐 最佳分辨率(1920 x 1080)">
placement="top-start"
content="谷歌 火狐 最佳分辨率(1920 x 1080)"
>
<span>浏览建议</span> <span>浏览建议</span>
</el-tooltip> </el-tooltip>
</div> </div>
...@@ -100,14 +102,6 @@ export default { ...@@ -100,14 +102,6 @@ export default {
title: "展览", title: "展览",
path: "", path: "",
children: [ children: [
{
title: "虚拟展厅",
path: "/virtual",
},
{
title: "精品展",
path: "/boutique",
},
{ {
title: "展览展示", title: "展览展示",
path: "/display", path: "/display",
...@@ -119,7 +113,7 @@ export default { ...@@ -119,7 +113,7 @@ export default {
path: "", path: "",
children: [ children: [
{ {
title: "文物展", title: "文物展",
path: "/culturalRelic", path: "/culturalRelic",
}, },
], ],
...@@ -165,6 +159,7 @@ export default { ...@@ -165,6 +159,7 @@ export default {
.isHome { .isHome {
background-color: #2069c4 !important; background-color: #2069c4 !important;
} }
.footer { .footer {
display: flex; display: flex;
// height: 200px; // height: 200px;
...@@ -176,10 +171,12 @@ export default { ...@@ -176,10 +171,12 @@ export default {
color: #fefefe; color: #fefefe;
font-size: 14px; font-size: 14px;
position: relative; position: relative;
.logo { .logo {
width: 60px; width: 60px;
height: 60px; height: 60px;
margin-bottom: 40px; margin-bottom: 40px;
img { img {
width: 100%; width: 100%;
} }
...@@ -187,9 +184,12 @@ export default { ...@@ -187,9 +184,12 @@ export default {
.menu { .menu {
display: flex; display: flex;
.menu-item { .menu-item {
margin-right: 20px; margin-right: 20px;
cursor: pointer; cursor: pointer;
} }
} }
...@@ -205,26 +205,34 @@ export default { ...@@ -205,26 +205,34 @@ export default {
margin-top: 20px; margin-top: 20px;
cursor: pointer; cursor: pointer;
} }
.copyright{
&>a{ .copyright {
&>a {
text-decoration: none; text-decoration: none;
color: #fff; color: #fff;
} }
} }
} }
.map { .map {
.map-item { .map-item {
margin-bottom: 20px; margin-bottom: 20px;
&:first-child { &:first-child {
.title { .title {
cursor: pointer; cursor: pointer;
} }
} }
.title { .title {
font-weight: bold; font-weight: bold;
} }
ul { ul {
display: flex; display: flex;
li { li {
margin: 0 20px 10px 0; margin: 0 20px 10px 0;
cursor: pointer; cursor: pointer;
...@@ -232,11 +240,24 @@ export default { ...@@ -232,11 +240,24 @@ export default {
} }
} }
} }
.wechat-app {
width: 258px;
height: 258px;
img {
width: 100%;
height: 100%;
object-fit: contain;
}
}
.isChStyle { .isChStyle {
background-color: #194448 !important; background-color: #194448 !important;
position: relative; position: relative;
top: -$nav-height; top: -$nav-height;
} }
.isRedStyle { .isRedStyle {
background-color: #813525 !important; background-color: #813525 !important;
position: relative; position: relative;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论