BootStrap样式工具

转载:https://www.cnblogs.com/springsnow/p/12146554.html

目录

1、容器和网格系统

容器

  • container : 固定宽度,不同尺寸固定了不同的宽度
  • container-fluid: 100%宽度

栅格系统

  • col-: <576px
  • col-sm- : >=576px
  • col-md- : >=768px
  • col-lg- : >=992px
  • col-xl- : >=1200px

2、字体颜色及背景颜色

字体

  • text-muted 柔和
  • text-primary 重要
  • text-success 成功
  • text-info 提示
  • text-warning 警告
  • text-danger 危险
  • text-secondary 副标题
  • text-dark 深灰色文字
  • text-light 浅灰色
  • text-white 白色

背景

  • bg-primary
  • bg-secondary
  • bg-success
  • bg-danger
  • bg-warning
  • bg-info
  • bg-light
  • bg-dark
  • bg-white

3、边框

添加边框

  • border : 默认:1px solid #dee2e6!important
  • border-top
  • border-left
  • border-right
  • border-bottom

删除边框

  • border-0 : 去除边框或者除去某一边的边框
  • border-top-0
  • border-left-0
  • border-right-0
  • border-bottom-0

边框颜色

  • border-primary
  • border-secondary
  • border-success
  • border-danger
  • border-warning
  • border-info
  • border-light
  • border-dark
  • border-white

圆角边框

  • rounded : border-radius: .25rem!important;
  • rounded-top : 只有顶部的两边有圆角
  • rounded-right
  • rounded-bottom
  • rounded-left
  • rounded-circle 类可以设置椭圆形图片
  • rounded-0
  • .img-thumbnail 类用于设置图片缩略图(图片有边框)

4、 内边距(pading)外边距(margin)

  • m - for classes 代表 margin
  • p - for classes 代表 padding
  • t - for classes that set margin-top or padding-top
  • b - for classes that set margin-bottom or padding-bottom
  • l - for classes that set margin-left or padding-left
  • r - for classes that set margin-right or padding-right
  • x - for classes that set both *-left and *-right
  • y - for classes that set both *-top and *-bottom

内边距

  • p-1 : padding: .25rem!important;
  • p-2 : padding: .5rem!important;
  • p-3 : padding: 1rem!important;
  • p-4 : padding: 1.5rem!important;
  • p-5 : padding: 3rem!important;

单边

  • pt-0
  • pl-0
  • pr-0
  • pb-0
  • px-2
  • py-2
pading:.5rem 0; //py-2

外边距

  • m-1 : margin: .25rem!important;
  • m-2 : margin: .5rem!important;
  • m-3 : margin: 1rem!important;
  • m-4 : margin: 1.5rem!important;
  • m-5 : margin: 3rem!important;

单边

  • mt-0
  • ml-0
  • mr-0
  • mb-0

单边大小

  • mt-1 // margin-left: ($spacer * .25) !important;
  • mt-2
  • mt-3
  • mt-4
  • mt-5
  • mx-auto
margin:0 auto;

auto

  • ml-auto : margin-left: auto!important;
  • mr-auto: margin-right: auto!important;
  • mt-auto : margin-top: auto!important;
  • mb-auto : margin-bottom: auto!important;

5、清除浮动

  • clearfix //清除浮动类实现方式如下
// Mixin itself
@mixin clearfix() {
&::after {
display: block;
content: "";
clear: both;
}
}


// Usage as a mixin
.element {
@include clearfix;
}

6、display 显示

.d-{value} for all //任何尺寸使用

.d-{breakpoint}-{value} for sm, md, lg, and xl.//对应尺寸加载

  • d-none
  • d-inline
  • d-inline-block
  • d-block
  • d-table
  • d-table-cell
  • d-table-row
  • d-flex
  • d-inline-flex

打印样式 //使用较少

  • d-print-none
  • d-print-inline
  • d-print-inline-block
  • d-print-block
  • d-print-table
  • d-print-table-row
  • d-print-table-cell
  • d-print-flex
  • d-print-inline-flex

7、嵌入元素样式

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值