calamus

小程序内置了一下图标可以用

需要自定义图标的看这里 ==》微信小程序中使用iconfont/font-awesome等自定义字体图标

小程序内置图标使用示例

<icon type="success" size="14" color="red"/>

参数说明:

属性名 类型 默认值 说明
type String   icon的类型,有效值:success, success_no_circle, info, warn, waiting, cancel, download, search, clear
size Number 23 icon的大小,单位px
color Color   icon的颜色,同css的color

效果:

 

分类:

技术点:

相关文章:

  • 2021-10-15
  • 2021-07-24
  • 2021-04-12
  • 2022-01-08
  • 2021-11-02
  • 2021-11-26
  • 2021-05-25
  • 2021-12-09
猜你喜欢
  • 2021-11-01
  • 2021-10-15
  • 2021-10-28
  • 2021-04-19
  • 2021-12-14
  • 2021-07-19
相关资源
相似解决方案