gpt4 book ai didi

html - 背景图像未显示在 div 中

转载 作者:太空宇宙 更新时间:2023-11-04 06:29:17 25 4
gpt4 key购买 nike

.jumbotron {
margin-bottom: 0px;
height: 350px;
color: white;
text-shadow: black 0.3em 0.3em 0.3em;


}
<div class="jumbotron" style="background: url('~/images/hdpic.jpg') no-repeat; background-size:cover">
</div>

我的图片 url 是正确的,但我现在不知道为什么它不起作用。如果有人知道请帮助我。谢谢。

最佳答案

检查您的背景图片路径,我已经将图片路径替换为另一个并且可以正常工作。

也许用像“../”这样的相对路径替换“~

<div class="jumbotron" style="background: url('https://picsum.photos/200/300') no-repeat; background-size:cover">
</div>

See this fiddle

关于html - 背景图像未显示在 div 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54822069/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com