提交 f0e92ae9 编写于 作者: EvanOne(文一)'s avatar EvanOne(文一)

fix(#43): Footer bar is not show when enable body `bg_image`

上级 1a65a250
......@@ -39,7 +39,7 @@
background-color: $footer-bg-color;
if (hexo-config('footer.bg_image.enable') && hexo-config('footer.bg_image.url')) {
z-index: $z-index-2;
z-index: $z-index0;
background: url(hexo-config('footer.bg_image.url')) no-repeat center / cover;
}
......
......@@ -188,6 +188,7 @@ if (hexo-config('header.nav.height') && match('%', hexo-config('header.nav.heigh
&-banner {
position: relative;
z-index: $z-index0;
width: 100%;
height: 100%;
......@@ -202,7 +203,7 @@ if (hexo-config('header.nav.height') && match('%', hexo-config('header.nav.heigh
position: absolute;
top: 0;
left: 0;
z-index: $z-index0;
z-index: $z-index-1;
width: 100%;
height: 100%;
background-color: alpha(#000, hexo-config('header.mask.opacity'));
......@@ -213,7 +214,6 @@ if (hexo-config('header.nav.height') && match('%', hexo-config('header.nav.heigh
position: absolute;
top: 50%;
left: 0;
z-index: $z-index0;
padding: 0 .5rem;
width: 100%;
text-align: center;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册