background-color: #87CEFA;/*背景颜色*//*red/rgb/rgba*/
background-image: url("背景图片1"),url("背景图片2");/*背景图片,可以设多张*/
background-repeat:repeat; /*重复背景图像repeat-x水平方向重复/repeat-y垂直方向重复/no-repeat不重复/inherit继承父属性*/
background-attachment: scroll;/*必须有背景图像 scroll默认/fixed图像固定在位置上,不会随着页面移动而移动/inherit继承父类
/*