1.background-color(背景颜色)
2.background-image(背景图片)
3.background-repeat(背景重复):no-repeat(不重复)
4.background-attachment(背景滚动):fixed(固定)
5.background-position(背景位置)
6.background(背景,简写属性):颜色/图片/重复/滚动/位置