在Bootstrap框架中,`mb-3` 是一个用于设置下边距(margin-bottom)的实用程序类。

440 阅读1分钟
  1. mb-0 : margin-bottom: 0rem !important;
  2. mb-1 : margin-bottom: 0.25rem !important;
  3. mb-2 : margin-bottom: 0.5rem !important;
  4. mb-3 : margin-bottom: 1rem !important;
  5. mb-4 : margin-bottom: 1.5rem !important;
  6. mb-5 : margin-bottom: 3rem !important;
  7. 假设填写了mb-6,Bootstrap 不识别这个类,不为其生成任何代码

1714294799883.png

1714294878450.png

1714294930028.png

rem(font size of the root element):代表 html元素根节点,默认16px

在响应前端中,通过媒体查询,可以灵活设置rem的基数 1714295758725.png