bootstrap 3.x 中是不是有相当于 m-t-1 类的 bootstrap 4.x?
Posted
技术标签:
【中文标题】bootstrap 3.x 中是不是有相当于 m-t-1 类的 bootstrap 4.x?【英文标题】:Is there equivalent of m-t-1 class of bootstrap 4.x in bootstrap 3.x?bootstrap 3.x 中是否有相当于 m-t-1 类的 bootstrap 4.x? 【发布时间】:2017-08-20 05:13:35 【问题描述】:如标题所述:我在 bootstrap 4(alpha 版本)中看到有一些类可以处理边距和填充,例如 m-t-1
、p-a-1
等。
我知道...我可以使用自定义类。但仅供参考,在引导程序 3 中是否有 m-t-1
、p-a-1
等等效类?
Tnx
【问题讨论】:
【参考方案1】:不,用于填充和边距的 spacing utility classes 是在 Bootstrap 4 中引入的,因此在 Bootstrap 3 中没有等效项。
示例..
mb-2
= 底部边距 2 个间隔单位m-0
= 无边距pt-3
= 顶部填充 3 个间隔单位p-1
= 边距填充 1 个间隔单位@ 987654328@ = 填充顶部和底部(y 轴)两侧 3 个间距单位
更多关于spacing utils和what's new in Bootstrap 4的信息。
【讨论】:
以上是关于bootstrap 3.x 中是不是有相当于 m-t-1 类的 bootstrap 4.x?的主要内容,如果未能解决你的问题,请参考以下文章
Angular 是不是具有与 React 的虚拟 DOM 相当的功能?