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.
我注意到了一个小问题。object-fit:cover 似乎不适用于 Safari Mobile。有什么解决方法吗?如果您可以在图像中看到,则背景图像正在从容器中泄漏出来。
下面是我的代码片段:
.background-img{ width:100%; min-height: 100%; object-fit: cover; z-index:1; }