1.0.1 • Published 7 years ago

bhj_style v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

办会家样式库

示例

// 安装
npm i bhj_style -S
// 使用(以main.js为例)
import 'bhj_style'

重置样式

布局

类名描述说明
.x-containercontainer容器参考bootstrap的container
.x-rowrow参考bootstrap的row
.x-row.x-row-guest-10col之间间隔参考element的row的guest(适合大屏幕)
.x-col-xs-1~12col参考bootstrap的col-xs-*
.x-col-sm-1~12col参考bootstrap的col-sm-*
.x-col-md-1~12col参考bootstrap的col-md-*
.x-col-lg-1~12col参考bootstrap的col-lg-*

自定义布局

类名描述说明

动画

类名描述说明

基于断点的隐藏类(参考element-ui的基于断点的隐藏类)

类名描述说明
hide-xs-only
hide-sm-and-up
hide-sm-only
hide-sm-and-down
hide-md-and-up
hide-md-only
hide-md-and-down
hide-lg-and-up
hide-lg-only
hide-lg-and-down
hide-xl-only

公共类

类名描述说明
pull-left
pull-right
clearfix
text-center
text-left
text-right
text-ellipsis
inline-block
postition-center绝对定位实现垂直居中
flex-center用flex实现垂直居中
1.0.1

7 years ago

1.0.0

7 years ago