background-color:背景顏色
background-image:背景圖片的url
background-repeat:背景是否重復(fù)。有x軸和y軸之分尔苦。
background-attachment:fixed scroll 背景圖片是否固定或者滾動 background-position:100px 100px;距離left和top的值
background-size:cover container 百分比;規(guī)定背景圖片的尺寸
background-clip:border-box content-box
padding-box圖片繪制區(qū)域
background-origin:border-box content-box padding-box 圖片的定位區(qū)域
/*依次是:background-color/image/repeat/attachment/position*/
background: #CCFFCC url("bg.jpg") repeat-x fixed 0px 100px;
/*background-size和background-clip可額外去設(shè)置*/