任何人都知道如何在自举网格或离子网格中实现这一目标?

时间:2017-07-09 21:35:35

标签: html css twitter-bootstrap ionic-framework frontend

如何在bootstrap或离子网格中实现这一目标?

图像尺寸不同。我知道它有三列,它们是如何处理行的?

enter image description here

1 个答案:

答案 0 :(得分:0)

我认为行的处理方式如下:

<div data-whatisit="one of the columns">
    <img src="someimage.jpg">
    <img src="otherimage.jpg">
</div>

<column selector> img {
    margin-bottom: <some amount>;
    width: 100%;
}

这样每个元素都在它自己的行上,并且它们都有一个底部边距。这些行有三个。