.section__product-items {
column-count: 2;
width: 900px;
}
<div class="section__product-items">
<div class="section__product-item">
<img src="" alt="">
<h4 class="product__name">Vicaragua Coffee Beans</h4>
<span class="product__cost"></span>
</div>
<div class="section__product-item">
<img src="" alt="">
<h4 class="product__name">Espresso Ristretto</h4>
<span class="product__cost"></span>
</div>
<div class="section__product-item">
<img src="" alt="">
<h4 class="product__name">Ethiopia Coffee</h4>
<span class="product__cost"></span>
</div>
<div class="section__product-item">
<img src="" alt="">
<h4 class="product__name">Vicaragua Coffee Beans</h4>
<span class="product__cost"></span>
</div>
<div class="section__product-item">
<img src="" alt="">
<h4 class="product__name">Espresso Ristretto</h4>
<span class="product__cost"></span>
</div>
<div class="section__product-item">
<img src="" alt="">
<h4 class="product__name">Ethiopia Coffee</h4>
<span class="product__cost"></span>
</div>
</div>
我提前为这个例子的令人毛骨悚然表示歉意……但如果你想不出更好的办法,也许我的选择会适合你。PS最好在电脑上观看并将结果扩展到整页