Bootstarp 4-网格系统-固定图像高度

问题描述

从中等媒体查询开始,直到第二个图像高度不等于我使用引导程序4的其他图像为止

https://i.stack.imgur.com/SJuAE.pn

    <div class="container">
      <div class="row text-center d-lg-flex flex-wrap"> 
        <% campgrounds.forEach(function(campground){ %>
          <div class="col-sm">
          
                <div class="card">
                  <img class="card-img-top" src="<%=campground.image%>" alt="Card image cap">
                  <div class="card-body">
                    <h3 class="card-title"><%=campground.name%></h3>
                    <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> 
                    <a href="#" class="btn btn-primary">Go somewhere</a>
                   </div>
                </div>
          </div>
         <% }); %>
      </div>
    </div>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)