属性名 描述
background-color 背景颜色
background-image 背景图片 background-image:url(路径)
background-repeat 背景是否重复 no-repeat|repeat-x|repeat-y|repeat
background-attachmengt 背景附着方式 fixed|scroll
background-position 背景图片位置 left|center|right top|center|bottom,px|百分比
注:如果设置一个值,该值表示水平偏侈,垂直默认居中
如果设置两个值 ,第一个值表示水平偏移,第二个值表示垂直偏移
第一个值是正数:表示向右偏移,第一个值是负数:表示向左偏移
第二个值是正数:表示向下偏移,第二个值是负数:表示向上偏移