gpt4 book ai didi

html - 背景响应和覆盖

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

为什么当我缩小窗口时,第二个 div 响应(背景调整大小为真),第二个没有?

.imga {
height: 450px;
background-image: url(https://img15.hostingpics.net/pics/5638130f9bd1dbafdaabbd88d207439290c1dd206e3d68f201696a5e15b2185756a209.png);
background-size: cover;
}

.imgb {
height: 450px;
background-image: url(https://mdn.mozillademos.org/files/8971/firefox_logo.pn);
background-size: cover;
}
<div class="imga">

</div>

<div class="imgb">

</div>

谢谢你:)

最佳答案

因为background-size 封面:

Scales the image as large as possible without stretching the image. If the proportions of the image differ from the element, it is cropped either vertically or horizontally so that no empty space remains.

总结:如果它更小,请加宽。如果它更大,请将其切掉。

关于html - 背景响应和覆盖,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48064050/

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