npm install common-css-js
import 'common-css-js'
间距
property 应用间距类型:
{property}{direction}-{size}
-
m
- 应用margin
-
p
- 应用padding
direction 指定了该属性所应用的侧边:
-
t
- 应用margin-top
和padding-top
的间距 -
b
- 应用margin-bottom
和padding-bottom
的间距 -
l
- 应用margin-left
和padding-left
的间距 -
r
- 应用margin-right
和padding-right
的间距 -
x
- 应用*-left
和*-right
的间距 -
y
- 应用*-top
和*-bottom
的间距 -
a
- 在所有方向应用该间距
size 以1px增量控制间距属性:
最大100
-
0
- 通过设置为0
来消除所有margin
或padding
. -
1
- 设置margin
或padding
为 1px
示例
<div class="ml-10"></div>
<div class="pl-10"></div>
浮动
- .float-left
- .float-right
- .float-none
- .float-inherit
- .float-inline-start
- .float-inline-end
示例
<div class="float-left"></div>
定位
mode:定位方式 position-{mode}
- absolute
- fixed
- relative
- static
- inherit
偏移
{direction}-{size}
direction:方向 size:偏移尺寸 最大100
示例
<div class="position-absolute left-10"></div>
文字
大小
fz-{size}
1px到100px
粗细
fw-{size}
100到800