background: #ff0000 url(/i/eg_bg_03.gif) no-repeat fixed center / cover;
这些参数从左到右依次是:css
background-colorurl
background-imagecode
background-repeatit
background-attachmentio
background-position / background-sizeclass
值得注意的是background-size是CSS3的属性,它要与background-position配合使用,中间有一个斜杠分隔符。im