我可以在 bootstrap 4 版本中使用 bootstrap3 类吗(panel、pull-right、col-xs



在这里我们有一个困惑。我可以在引导程序 4 版本中使用 bootstrap3 类吗示例:面板、右拉、列 xs-4在我的切除项目中。我使用了这些类。我可以使用相同的类或替换为新类(面板卡(吗?

在引导 4-

(1( 面板、孔和缩略图已被卡片取代。

<div class="card">
<img class="card-img-top" src="..." alt="Card image cap">
<div class="card-body">
<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>
</div>
</div>

(2(左拉和右拉被左浮动和右浮动所取代。

(3( .col-xs-4 现在是 .col-4

最新更新