icon

1-icon:小程序自带icon,较少https://developers.weixin.qq.com/miniprogram/dev/component/icon.html

  1. - 我本次是阿里字体图标为例;微信小程序-icon-轮播图-时间轴等
  2. 转换为微信识别的--https://transfonter.org/
  3. 微信小程序-icon-轮播图-时间轴等
  4. 按顺序点击123,第一步,add fonts,选.ttf结尾的(2)开启base64,(3)convert,转换成功如上15kb(4)点download
  5. 修改下载的文件为.wxss的样式
  6. 微信小程序-icon-轮播图-时间轴等
  7. 引入并使用。@import '/font/stylesheet';
  8. <text class='iconfont icon-tongzhi1'></text>

  9. 微信小程序-icon-轮播图-时间轴等

相关文章:

  • 2022-12-23
  • 2021-11-18
  • 2021-08-31
  • 2021-08-24
  • 2021-10-28
  • 2021-08-24
猜你喜欢
  • 2021-07-08
  • 2021-06-30
  • 2022-01-08
  • 2021-05-06
相关资源
相似解决方案