提交 664acb4a authored 作者: JSHorse's avatar JSHorse

修复header优化而影响的其他页面

上级 7de7613c
......@@ -1279,7 +1279,7 @@ export default {
height: 900px;
.vr-content {
width: 100%;
height: 100%;
// height: 100%;
position: absolute;
// top: -100px;
background-repeat: no-repeat;
......
......@@ -63,5 +63,11 @@ export default {
};
</script>
<style>
<style lang="scss" scoped>
.botique {
margin-bottom: -$nav-height;
> div {
transform: translateY(-$nav-height);
}
}
</style>
\ No newline at end of file
......@@ -711,7 +711,7 @@
.isFixed {
position: fixed;
left: 0;
top: 100px;
top: $nav-height;
z-index: 99;
}
/**公共样式结束 */
......
......@@ -737,7 +737,7 @@ $titleFontFamily: SourceHanSerifCN-Bold;
.isFixed {
position: fixed;
left: 0;
top: 100px;
top: $nav-height;
z-index: 99;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论