锦方的个人网页 · 如果有一天你突然想起了我


微信小程序开发日志「3」

目录

微信小程序开发日志(7-2)

icon

<!--成功图标-->
<icon type="success" size="40"/>
<!--安全成功标志图标-->
<icon type="safe_success" size="40"/>
<!--提示信息图标-->
<icon type="info" size="40"/>
<!--带圆的信息提示图标-->
<icon type="info_circle" size="40"/>
<!--不带圆的成功图标-->
<icon type="success_no_circle" size="40"/>
<!--带圆的成功图标-->
<icon type="success_circle" size="40"/>
<!--警告图标-->
<icon type="warn" size="40"/>
<!--带圆的等待图标-->
<icon type="waiting_circle" size="40"/>
<!--等待图标-->
<icon type="waiting" size="40"/>
<!--下载图标-->
<icon type="download" size="40"/>
<!--取消图标-->
<icon type="cancel" size="40"/>
<!--清除图标-->
<icon type="clear" size="40"/>
<!--成功图标集合-->
 <View style="margin-top:30px;">
    <icon type="success" size="30" color="green"/>
    <icon type="success" size="40" color="blue"/>
    <icon type="success" size="50" color="red"/>
</View>
<!--取消图标集合-->
 <View style="margin-top:30px;">
    <icon type="cancel" size="30" color="green"/>
    <icon type="cancel" size="40" color="blue"/>
    <icon type="cancel" size="50" color="red"/>
</View>

完成了前两个页面

主要是用到了css的定义

系列:web

该系列自动来自分类: web

  1. css 扩散列表
  2. JavaScript获取浏览器使用的语言
  3. 两个练习
  4. css RWD
  5. css 图片
  6. css 提示
  7. css 下拉
  8. css 表单
  9. css 导航栏
  10. css 单词
  11. HTML SVG
  12. HTML Canvas
  13. HTML 媒体
  14. HTML input
  15. HTML 结构
  16. 学习JavaScript笔记「4」
  17. 学习JavaScript笔记「3」
  18. 学习JavaScript笔记「2」
  19. 学习JavaScript笔记「1」
  20. 微信小程序开发日志「4」
  21. 微信小程序开发日志「3」 (当前)
  22. 微信小程序开发日志「2」
  23. 微信小程序开发日志「1」

下一篇推荐

系列继续阅读

微信小程序开发日志「2」