标签: html css css3 flexbox
我使用flex对齐从数据库加载的图像,但是高度由每行的最高图像确定,我如何垂直去除间隙?
.imgs { display: flex; flex-direction: row; flex-wrap: wrap; align-items:center; align-content:flex-start; justify-content: space-around; }