提交 67fb5502 编写于 作者: W wizardforcel

fix bg img

上级 c3cc64a9
......@@ -9,4 +9,6 @@
$('.fancybox').fancybox();
})(jQuery);
</script>
<% } %>
\ No newline at end of file
<% } %>
<div id='bg'></div>
\ No newline at end of file
......@@ -4,12 +4,6 @@
font-family "Microsoft YaHei" !important
body
background-image img-background
background-color color-background
background-attachment fixed
background-repeat no-repeat
background-position center
background-size cover
color color-font
font-family font-default
font-size 14px
......@@ -66,4 +60,18 @@ a
@media screen and (max-width: 1260px)
margin-right 300px
@media screen and (max-width: 900px)
margin-right 0
\ No newline at end of file
margin-right 0
#bg
background-image img-background
background-color color-background
background-attachment fixed
background-repeat no-repeat
background-position center
background-size cover
height 100%
left 0
position fixed
top 0
width 100%
z-index -1
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册