欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

微信小程序 icon組件詳細(xì)及實例代碼

 更新時間:2016年10月25日 09:53:32   投稿:lqh  
這篇文章主要介紹了微信小程序 icon組件詳細(xì)及實例代碼的相關(guān)資料,需要的朋友可以參考下

屬性:

 效果圖:

 test.wxml

<!--成功圖標(biāo)-->
<icon type="success" size="40"/>
<!--安全成功標(biāo)志圖標(biāo)-->
<icon type="safe_success" size="40"/>
<!--提示信息圖標(biāo)-->
<icon type="info" size="40"/>
<!--帶圓的信息提示圖標(biāo)-->
<icon type="info_circle" size="40"/>
<!--不帶圓的成功圖標(biāo)-->
<icon type="success_no_circle" size="40"/>
<!--帶圓的成功圖標(biāo)-->
<icon type="success_circle" size="40"/>
<!--警告圖標(biāo)-->
<icon type="warn" size="40"/>
<!--帶圓的等待圖標(biāo)-->
<icon type="waiting_circle" size="40"/>
<!--等待圖標(biāo)-->
<icon type="waiting" size="40"/>
<!--下載圖標(biāo)-->
<icon type="download" size="40"/>
<!--取消圖標(biāo)-->
<icon type="cancel" size="40"/>
<!--清除圖標(biāo)-->
<icon type="clear" size="40"/>
<!--成功圖標(biāo)集合-->
<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>
<!--取消圖標(biāo)集合-->
<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>

感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!

相關(guān)文章

最新評論