【发布时间】:2018-02-27 10:15:22
【问题描述】:
我在这个论坛和互联网上搜索解决方案,大多数解决方案都可用,但对我的情况没有任何作用......或者我可能不明白。
我有一张背景图片,我希望它采用 100% 的宽度和相同的高度值。
.top-section {
background: url('../img-content/Bg1.png') no-repeat center center fixed;
background-size: cover;
}
<div class="top-section"></div>
【问题讨论】: