gpt4 book ai didi

css - 背景附件到处都是固定的

转载 作者:行者123 更新时间:2023-11-28 02:00:53 25 4
gpt4 key购买 nike

我对背景附件属性有疑问。即我在桌面上使用它,但它也出现在移动设备上。这是为什么?这是我的代码:

main {
height: 800px;
background-color: inherit;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
background-image: url("./images/main.jpg");
@media only screen and (max-width: 768px) {
background-attachment: initial;
height: 800px;
}
}

编辑:更新代码

最佳答案

main { height: 800px; background-color: inherit; background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: initial; background-image: url("./images/main.jpg"); @media only screen and (max-width: 768px) { background-attachment: initial; height: 800px; } }

关于css - 背景附件到处都是固定的,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49334009/

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