whtsky
2013-02-05 17:28:11 +08:00
.home{
background: url(../img/home-bg.jpg);
background-repeat: no-repeat;
background-position: center 100%;
background-attachment: fixed;
}
.about{
background: url(../img/about-bg.jpg);
background-repeat: no-repeat;
background-position: center 100%;
background-attachment: fixed;
}
.footstep{
background: url(../img/foot-bg.jpg);
background-repeat: no-repeat;
background-position: center 100%;
background-attachment: fixed;
}
.guest{
background: url(../img/guest-bg.jpg);
background-repeat: no-repeat;
background-position: center 100%;
background-attachment: fixed;
}
感觉这一段可以优化优化。。把
background-repeat: no-repeat;
background-position: center 100%;
background-attachment: fixed;
写到body里,然后几个class里面只有背景图