body {
background: url("Chrysanthemum.jpg") fixed center center no-repeat;
background-size: cover;
100%;
font-size: 20px;
color:#fff;
}
为了不让页面有空白,背景图片加到body元素上;关键是background-size:cover;