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

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

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