Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们已经有 2 个项目存在问题:
在智能手机显示屏的左上角,一个很大的背景图像(填满桌面 PC 的大屏幕)显示得非常小。
这是使用的代码之一:
background: #7F7F7F url("../images/hg4.jpg") repeat left top scroll;
也许所有设备都有一个简单的解决方案,或者需要一个检测和 2 个版本?
我没有测试,但你可以试试 background-size: cover; background-position: center center; background-attachement: fixed;
background-size: cover;
background-position: center center;
background-attachement: fixed;