我正试图让背景图像占用它容器的所有空间。
事情看起来非常简单,使用背景大小:封面,但它无法正常工作。
the page I'm working on can be found here
使用类x-bg-layer-lower-image在div中内联声明背景图像:
<div class="x-bg-layer-lower-image" style=" background-image: url(http://jeango.net/thesphere/wp-content/uploads/2018/03/background-header.png); background-repeat: no-repeat; background-position: center; background-size: cover;"></div>
当我检查镀铬时,我清楚地看到div的高度和宽度正确占据整个屏幕。然而,背景图像并没有占用整个空间(见截图)
我看不出我在这里做错了什么。也许有人可以提供帮助