'-6ren">
gpt4 book ai didi

html - 使用 twitter bootstrap 的缩略图未垂直对齐

转载 作者:太空宇宙 更新时间:2023-11-04 15:35:31 25 4
gpt4 key购买 nike

这是我的示例输出:

enter image description here

这是我的 html 代码:

<div class="products">
<ul class="thumbnails">'
<li>
<div>'.$item->ASIN.'</div>
<div><img src="'.$item->SmallImage->URL.'" alt=""></div>
<div>'.$item->ItemAttributes->Title.'</div>
<div>'.$item->ItemAttributes->ProductGroup.'</div>
</li>
</ul>

这是我的 css 代码:

    .thumbnails {
text-align: center;
}
.thumbnails li {
width: 150px;
height: 250px;
background: red;
float: none !important; /* to overwrite the default property on the bootstrap stylesheet */
display: inline-block;
*display: inline; /* ie7 support */
zoom: 1;
}

我注意到它已经水平对齐,我的问题是垂直对齐。我应该怎么办?请帮忙谢谢!

最佳答案

我知道有点晚了,但不确定这是否有帮助 - http://getbootstrap.com/css/#grid-responsive-resets

<div class="row">
<div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
<div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>

<!-- Add the extra clearfix for only the required viewport -->
<div class="clearfix visible-xs"></div>

<div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
<div class="col-xs-6 col-sm-3">.col-xs-6 .col-sm-3</div>
</div>

谢谢,

Ember 。

关于html - 使用 twitter bootstrap 的缩略图未垂直对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12852942/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com