码迷,mamicode.com
首页 > 微信 > 详细

第四篇、微信小程序-icon组件

时间:2016-10-22 23:58:58      阅读:503      评论:0      收藏:0      [点我收藏+]

标签:成功   test   组件   技术分享   log   cancel   success   circle   集合   

属性:

技术分享

 

效果图:

技术分享

 

test.wxml

<!--成功图标-->
<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>

 

第四篇、微信小程序-icon组件

标签:成功   test   组件   技术分享   log   cancel   success   circle   集合   

原文地址:http://www.cnblogs.com/HJQ2016/p/5988637.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!