想要实现下面的效果,用flex搞不定,如果有其他方法,可以留言。
用float就比较简单了
div { width: 600px; height: 280px; background: #CCCCCC; } img { width: 100px; height: 70px; float: left; } img:first-child { width: 200px; height: 140px; }