gpt4 book ai didi

html - 背景图片不适合移动设备 - CSS

转载 作者:行者123 更新时间:2023-11-28 01:16:27 25 4
gpt4 key购买 nike

我正在设计一个网页,它的背景图像是固定的,但我在移动 View 中遇到了问题。就像,在桌面 View 中,它完全没问题。而在移动设备上,图像太模糊,不好看。我找不到我犯错的地方。我在此处附上了 View 的图像和我的背景图像代码。

桌面: Desktop_view

手机: Mobile_view

我的 CSS:

body 
{
font: 400 15px Lato, sans-serif;
line-height: 1.8;
color: #ffffff ;
background-image: url(images/cover3.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
}

最佳答案

您可以使用媒体查询并更改 background-image 或使用 background-size: cover;

关于html - 背景图片不适合移动设备 - CSS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51796299/

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