background-color:背景色样式; background-image:背景图;
background-repeat:背景图平铺方式; 默认平铺repeat; 不平铺no-repeat; 横向平铺repeat-x; 纵向平铺repeat-y
background-position:设置图片位置;
距离哪个方向 多少像素 距离哪个方向 多少像素;
比如:background-position:right 20px top 20px;
background-size:调整背景图大小; 设置背景图的宽和高。
比如:background-size:200px 200px;