gpt4 book ai didi

css - 当我设置背景大小时 background-repeat none 不起作用

转载 作者:太空宇宙 更新时间:2023-11-03 20:52:30 25 4
gpt4 key购买 nike

当我执行以下代码时,它会一直工作到我调整页面大小时,背景图像开始重复,即使 background-repeat 设置为无。任何原因,您可以查看页面直播here

#mainPage{
background-image: url(../images/home.JPG);
width: 100%;
height: 500px;
background-size: 100%;
background-repeat: none;
}

最佳答案

no-repeat,不是none:

#mainPage{
background-image: url(../images/home.JPG);
width: 100%;
height: 500px;
background-size: 100%;
background-repeat: no-repeat;
}

是否设置 background-size 应该没有什么区别。

关于css - 当我设置背景大小时 background-repeat none 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14393068/

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