找到body {
body {
background:$bgcolor;
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}
红色部分,将其修改为
【背景重复】
background:url (http://背景圖位址) repeat;
或
【背景居中】
background:url(http://背景圖位址) no-repeat top center;
【横向重复,背景图置于上方靠左】
background:url(http://背景圖位址) repeat-x top left;
【固定背景不動】(后面再加上background-attachment:fixed;)
background:url(http://背景圖位址) repeat;
background-attachment:fixed;
【其他语法参考】
top left 置上靠左
top right 置上靠右
bottom left 置下靠左
bottom right 置下靠右
bottom center 置下居中
top center 置上居中
No comments:
Post a Comment