# Icon 图标
纯 CSS 实现的图标
# 关闭
See the Pen Close Icon by alphardex (@alphardex) on CodePen.
# 箭头
See the Pen Chevron Icon by alphardex (@alphardex) on CodePen.
# 搜索
See the Pen Search Icon by alphardex (@alphardex) on CodePen.
# 加减号
See the Pen Plus/Minus Icon by alphardex (@alphardex) on CodePen.
# 可定制变量
# .close-icon
名称 | 作用 |
---|---|
--close-icon-width | 关闭 icon 的背景的宽度 |
--close-icon-color | 关闭 icon 的背景的颜色 |
--close-icon-cross-color | 关闭 icon 中间叉叉的颜色 |
# .chevron-icon
名称 | 作用 |
---|---|
--chevron-rotate-deg | 箭头 icon 的旋转角度 |