标签: html css
我在body标签内的内容div上使用了100vh,但问题是当显示器的高度超过800px时,我的背景图像看起来不正常,如果它小于800,那么一切很好,图像是100vh,但如果它更多,那么底部会出现一个空白区域。这是div的css:
.content { width:100%; height: 100vh; background: url(../img/Background.png) no-repeat center top; color:#fff; }