1.0.2 • Published 4 months ago

@tianqing001/layout-css v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

@tianqing001/layout-css

包含了flex布局的样式,以及 字体大小内外间距1-2行文字省略号 等等样式

如何使用

import '@tianqing001/layout-css/dist/index.css'

文件里包含了以下class:

flex布局

flex 表示 display: flex

flex-1 表示 flex: 1

  • justify-content

    • f-jc-c 表示 justify-content: center
    • f-jc-sb 表示 justify-content: space-between
    • f-jc-fe 表示 justify-content: flex-end
    • f-jc-sa 表示 justify-content: space-around;
  • align-items

    • f-ai-c 表示 align-items: center
    • f-ai-fe 表示 align-items: flex-end

font-size

包含2px - 60px的font-size定义

比如 fs24 表示 font-size: 24px

margin

包含2px - 60px的margin定义

mt24 表示 margin-top: 24px

mb24 表示 margin-bottom: 24px

ml24 表示 margin-left: 24px

mr24 表示 margin-right: 24px

padding

包含2px - 60px的padding定义

pt24 表示 padding-top: 24px

pb24 表示 padding-bottom: 24px

pl24 表示 padding-left: 24px

pr24 表示 padding-right: 24px

文字省略号

ellipsis-1 1行文字省略号

ellipsis-2 2行文字省略号

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago