我在background image
中使用过body
但是它可以响应,以便高度和高度宽度设置为100%?
答案 0 :(得分:2)
html {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}