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.
我已经建立了这个示例画廊,但由于某种原因,我想要删除的图像之间存在垂直间距。我看不到任何可以消除间距的地方:
http://alexconner.co.uk/gallery_test/
这是 li 标签之间的换行符的问题
试试看:
<li>img1</li><li>img2</li>
而不是在每一行上拉每个标签