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.
我知道如何使用 CSS 使网页居中,但我不知道如何使用左右两侧溢出的超大图像/滑块将其居中。Square.com 就是一个完美的例子。图像为 1455px,但窗口容器设置为 1020px。但是当你把窗口加宽时,更多的图像出现在左右两边,同样地。我尝试了我能想到的每个版本的 CSS 代码,但没有运气。1020px 的容器通常会切断图像的两侧。所以我希望你们能帮助我编写能够达到这个结果的代码。
你可以设置background-position : center center;它,它会从末端流血。
background-position : center center;