Bootstrap 4 引导表间距和样式

Bootstrap 4 引导表间距和样式,bootstrap-4,styling,Bootstrap 4,Styling,我目前正在学习bootstrap,我刚刚遇到了这个基本表。有人能给我解释一下用星号围起来的线是什么意思吗?这和桌子的间距有关吗?我一直在看文档,我仍然在努力理解它,无论它有多么基本。如有任何解释,我们将不胜感激 <div class="report-card-ii"> **<div class="font-24 m-l-35 p-t-25 p-b-10">Carrier Snapshot</div>**

我目前正在学习bootstrap,我刚刚遇到了这个基本表。有人能给我解释一下用星号围起来的线是什么意思吗?这和桌子的间距有关吗?我一直在看文档,我仍然在努力理解它,无论它有多么基本。如有任何解释,我们将不胜感激

    <div class="report-card-ii">
            **<div class="font-24 m-l-35 p-t-25 p-b-10">Carrier Snapshot</div>**
            **<div class="m-l-15 m-r-15">****
                <table class="table">
                    <thead>
                        <tr class="black-cell">
                            <th class="font-light">Name <i class="fa fa-angle-down"></i></th>
                            <th class="font-light">Twitter Handle</th>
                            <th class="font-light">Location</th>
                            <th class="font-light">email</th>
                        </tr>
                    </thead>
</div>

**载波快照**
******
名称
推特手柄
位置
电子邮件
快速解释(代码也针对引导符号指南进行了更正)

运营商快照
字体大小是24 左边距是35 上面的填充物是25 垫底是10

<div class="ml-15 mr-15">

左边距是15 右边的边距是15

参考:

我认为m和l之间的间距没有“-”。我的意思是左边的边距应该被证明是ml-3。捕捉得好。只是快速浏览了一下他写的代码。
<div class="ml-15 mr-15">