yydy 发表于 2024-3-13 10:34:50

Bootstrap 中如何让图片居中 center-block

Bootstrap v3.0.1介绍。使用center-block类,您可以将图对齐到容器的中心。下面是例子:

<div class="project-slider" >
<div class="item "><img alt="" src="{$GetphotoUrl}" class="img-responsive center-block"></div>
</div>在img标签里加入“center-block”图片立马居中,是不是很神奇!
页: [1]
查看完整版本: Bootstrap 中如何让图片居中 center-block