Skip to content

辅助类

辅助类使用规则

  • 给组件或自定义元素添加辅助类,以快速定义样式。
  • 如需直接将类名添加到 PureUi 组件或自定义组件上,请在 mainfest.json 中开启 mergeVirtualHostAttributes 特性。

辅助类前缀

  • 所有辅助类的前缀都是 pure-
  • 例如: pure-hover
  • PureUi 组件辅助类的命名规则是 pure- + 组件名 + - + 名称
  • 例如: pure-button-primary

辅助类列表

全局

类名说明版本
pure-hoverhover-class+1.0.0
pure-disabled禁用状态+1.0.0
pure-text-left文字左对齐+1.0.0
pure-text-center文字居中对齐+1.0.0
pure-text-right文字右对齐+1.0.0
pure-text-justify文字两端对齐+1.0.0
pure-border全部边框+1.0.0
pure-border-top上边框+1.0.0
pure-border-bottom下边框+1.0.0
pure-border-left左边框+1.0.0
pure-border-right有边框+1.0.0
pure-underline下划线+1.0.0
pure-hide-scrollbar隐藏滚动条+1.0.0
pure-line-{1-10}超出行数,显示行尾省略号,最多10+1.0.0
pure-animate-spin旋转动画+1.0.0

徽标 Badge

类名说明版本
pure-badge-primary主题-主要+1.0.0
pure-badge-success主题-成功+1.0.0
pure-badge-danger主题-危险+1.0.0
pure-badge-warning主题-警告+1.0.0
pure-badge-info主题-信息+1.0.0
pure-badge-light浅化背景+1.0.0
pure-badge-border边框+1.0.0

按钮 Button

类名说明版本
pure-button-primary主题-主要按钮+1.0.0
pure-button-success主题-成功按钮+1.0.0
pure-button-danger主题-危险按钮+1.0.0
pure-button-warning主题-警告按钮+1.0.0
pure-button-info主题-信息按钮+1.0.0
pure-button-block块级按钮+1.0.0
pure-button-round圆角按钮+1.0.0
pure-button-square方形按钮+1.0.0
pure-button-plain朴素按钮+1.0.0
pure-button-light浅化背景的按钮+1.0.0
pure-button-reversal反转按钮+1.0.0
pure-button-link链接按钮+1.0.0
pure-button-underline下划线按钮+1.0.0

单元格 Cell

类名说明版本
pure-cell-rotate让单元格右侧箭头旋转90deg+1.0.0

多选框 Radio

类名说明版本
pure-checkbox-primary主题-主要+1.0.0
pure-checkbox-success主题-成功+1.0.0
pure-checkbox-danger主题-危险+1.0.0
pure-checkbox-warning主题-警告+1.0.0
pure-checkbox-info主题-信息+1.0.0
pure-checkbox-light浅化背景+1.0.0
pure-checkbox-circle圆形+1.0.0
pure-checkbox-reversal反转+1.0.0
pure-checkbox-block块状+1.0.0
pure-checkbox-border-none无边框+1.0.0
类名说明版本
pure-link-primary主题-主要+1.0.0
pure-link-success主题-成功+1.0.0
pure-link-danger主题-危险+1.0.0
pure-link-warning主题-警告+1.0.0
pure-link-info主题-信息+1.0.0

加载 Loading

类名说明版本
pure-loading-column纵向布局+1.0.0

滚动通知 NoticeBar

类名说明版本
pure-notice-bar-primary主题-主要+1.0.0
pure-notice-bar-success主题-成功+1.0.0
pure-notice-bar-danger主题-危险+1.0.0
pure-notice-bar-warning主题-警告+1.0.0
pure-notice-bar-info主题-信息+1.0.0
pure-notice-bar-align-top顶部对齐+1.0.0
pure-notice-bar-line-{1-10}行数,超出显示省略号,最大十行+1.0.0

遮罩层 Overlay

类名说明版本
pure-overlay-left-top内容显示在左上+1.0.0
pure-overlay-left-center内容显示在左中+1.0.0
pure-overlay-left-bottom内容显示在左下+1.0.0
pure-overlay-center-top内容显示在中上+1.0.0
pure-overlay-center-center内容显示在中中+1.0.0
pure-overlay-center-bottom内容显示在中下+1.0.0
pure-overlay-right-top内容显示在右上+1.0.0
pure-overlay-right-center内容显示在右中+1.0.0
pure-overlay-right-bottom内容显示在右下+1.0.0

弹出层 Popup

类名说明版本
pure-popup-left从左侧弹出内容+1.0.0
pure-popup-right从右侧弹出内容+1.0.0
pure-popup-top从顶部弹出内容+1.0.0
pure-popup-bottom从底部弹出内容+1.0.0
pure-popup-center从中间弹出内容+1.0.0
pure-popup-close-left关闭按钮在左侧+1.0.0
pure-popup-close-right关闭按钮在右侧+1.0.0
pure-popup-close-top关闭按钮在上方+1.0.0
pure-popup-close-bottom关闭按钮在下方+1.0.0

单选框 Radio

类名说明版本
pure-radio-primary主题-主要+1.0.0
pure-radio-success主题-成功+1.0.0
pure-radio-danger主题-危险+1.0.0
pure-radio-warning主题-警告+1.0.0
pure-radio-info主题-信息+1.0.0
pure-radio-light浅化背景+1.0.0
pure-radio-square方形+1.0.0
pure-radio-reversal反转+1.0.0
pure-radio-block块状+1.0.0
pure-radio-border-none无边框+1.0.0

开关选择器 Switch

类名说明版本
pure-switch-primary主题-主要+1.0.0
pure-switch-success主题-成功+1.0.0
pure-switch-danger主题-危险+1.0.0
pure-switch-warning主题-警告+1.0.0
pure-switch-info主题-信息+1.0.0

标签 Tabs

类名说明版本
pure-tabs-equal等分布局+1.0.0
pure-tabs-justify两端对齐布局+1.0.0
pure-tabs-wrap换行/多行布局+1.0.0

标签 Tag

类名说明版本
pure-tag-primary主题-主要+1.0.0
pure-tag-success主题-成功+1.0.0
pure-tag-danger主题-危险+1.0.0
pure-tag-warning主题-警告+1.0.0
pure-tag-info主题-信息+1.0.0
pure-tag-light浅化背景+1.0.0
pure-tag-border边框+1.0.0
pure-tag-round圆角标签+1.0.0
pure-tag-plain朴素标签+1.0.0

基于 MIT 许可发布