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

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

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