1.background-image:url();背景图片
background-repeat:repeat-x;背景图片重复
background-position:left bottom;背景图片的位置,分为水平和垂直两个方向
background-attachment:fixed;背景的固定
2.background-repeat:
repeat-x:横向重复
repeat-y:纵向重复