手机
当前位置:查字典教程网 >编程开发 >Javascript教程 >微信小程序 icon组件详细及实例代码
微信小程序 icon组件详细及实例代码
摘要:属性:效果图:test.wxml感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!

属性:

微信小程序 icon组件详细及实例代码1

效果图:

微信小程序 icon组件详细及实例代码2

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> <icon type="success" size="30" color="green"/> <icon type="success" size="40" color="blue"/> <icon type="success" size="50" color="red"/> </View> <> <View> <icon type="cancel" size="30" color="green"/> <icon type="cancel" size="40" color="blue"/> <icon type="cancel" size="50" color="red"/> </View>

感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!

【微信小程序 icon组件详细及实例代码】相关文章:

document.all还是document.getElementsByName?

微信WeixinJSBridge API使用实例

Javascript中For In语句用法实例

在页面中输出当前客户端时间javascript实例代码

强制设为首页代码

Jquery使用css方法改变样式实例

让插入到 innerHTML 中的 script 跑起来的实现代码

链接渐变效果

JS动态增删表格行的方法

黑色风格的JS日历代码,左右箭头翻页年、月

精品推荐
分类导航