# Button 按钮
用于开始一个即时操作
# 基础用法
See the Pen Basic Button by alphardex (@alphardex) on CodePen.
# 按钮组
See the Pen Button Group by alphardex (@alphardex) on CodePen.
# 可定制变量
# .btn
名称 | 作用 |
---|---|
--btn-padding | button 的内边距 |
--btn-color | button 的文本色 |
--btn-bg | button 的背景 |
--btn-border | button 边框样式 |
--btn-radius | button 圆角长度 |
# .btn-group
名称 | 作用 |
---|---|
--btn-group-divider-color | button 组分割线的颜色 |
--btn-group-divider-length | button 组分割线的长度 |
Icon 图标 →