提交 353fa1ea authored 作者: 龙菲's avatar 龙菲

修改首页虚拟展的标题大小、修改文物的来源显示字段为sourcewayLabel

上级 c011370f
......@@ -246,16 +246,16 @@ export default {
name: "首页",
path: "/",
},
{
name: "精品展",
path: "/boutique",
},
{
name: "虚拟展厅",
path: "/virtual",
},
{
name: "展览",
name: "精品展",
path: "/boutique",
},
{
name: "展览展示",
path: "/display",
},
{
......@@ -301,8 +301,8 @@ export default {
this.$nextTick(() => {
this.offsetTop = document.querySelector("#navbar").offsetTop;
let navBarHeight =document.querySelector("#navbar").offsetHeight
this.$store.commit('app/SET_NAVBAR_HEIGHT',navBarHeight)
let navBarHeight = document.querySelector("#navbar").offsetHeight;
this.$store.commit("app/SET_NAVBAR_HEIGHT", navBarHeight);
});
},
methods: {
......@@ -464,7 +464,7 @@ export default {
}
.isSMGZ {
background-color: #00173a !important;
background-color: #00173a !important;
}
.isJYYCC {
......
......@@ -29,7 +29,7 @@
v-show="$getFullUrl(i.faceImagePressUrl || i.faceImageUrl)"
>
<div class="name">{{ i.name }}</div>
<div class="sourceWay">{{ i.sourceWay }}</div>
<div class="sourceWay">{{ i.sourceWayLabel }}</div>
</div>
</div>
<div class="modal">{{ i.name }}</div>
......
......@@ -117,11 +117,11 @@ $blue: #2069c4;
margin-top: 110px;
.name {
margin-bottom: 27px;
font-size: 22px;
font-size: 24px;
font-weight: bold;
}
.deptName {
font-size: 16px;
font-size: 14px;
margin-bottom: 50px;
}
.intro-content {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论