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.
我有 4 张图片,1 张(左)应该很大,另外 3 张在旁边,它们都在一个容器中。右边的 3 个必须全部相同。无论我如何调整尺寸,我都无法让我的图像彼此相邻显示。我错过了一些非常容易的事情吗?
确保每张图片都有一个float:left
float:left
通过添加,每个 img 将彼此相邻浮动...