设置固定的背景图片 (例如背景底图)
{
background-image: url(bgimage.gif);
background-attachment: fixed; //固定背景属性
background-repeat: no-repeat;
background-position: center;
background-size: cover; //图片平铺
}

{
background-image: url(bgimage.gif);
background-attachment: fixed; //固定背景属性
background-repeat: no-repeat;
background-position: center;
background-size: cover; //图片平铺
}
