设为首页收藏本站
天天打卡

 找回密码
 立即注册
搜索
查看: 125|回复: 7

AmazeUI 图标的示例代码

[复制链接]

2

主题

64

回帖

170

积分

注册会员

积分
170
发表于 2024-4-20 10:30:12 | 显示全部楼层 |阅读模式
Amaze UI 面向 HTML5 开发,使用 CSS3 来做动画交互,平滑、高效,更适合移动设备,让 Web 应用更快速载入。本文主要介绍了AmazeUI 图标的示例代码,具体如下:
  1. <!doctype html>
  2. <html class="no-js">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="description" content="">
  7. <meta name="keywords" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <title>图标</title>
  10. <meta name="renderer" content="webkit">
  11. <meta http-equiv="Cache-Control" content="no-siteapp"/>
  12. <link rel="icon" type="image/png" href="assets/i/favicon.png">
  13. <meta name="mobile-web-app-capable" content="yes">
  14. <link rel="icon" sizes="192x192" href="assets/i/app-icon72x72@2x.png">
  15. <meta name="apple-mobile-web-app-capable" content="yes">
  16. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  17. <meta name="apple-mobile-web-app-title" content="Amaze UI"/>
  18. <link rel="apple-touch-icon-precomposed" href="assets/i/app-icon72x72@2x.png">
  19. <meta name="msapplication-TileImage" content="assets/i/app-icon72x72@2x.png">
  20. <meta name="msapplication-TileColor" content="#0e90d2">
  21. <link rel="stylesheet" href="assets/css/amazeui.min.css">
  22. </head>
  23. <body style="margin: 50px;">
  24. <!--添加 Class-->
  25. <span class="am-icon-qq"> QQ</span>
  26. <span class="am-icon-weixin"> Wechat</span>
  27. <!--图标大小-->
  28. <p><span class="am-icon-home"></span> 默认大小</p>
  29. <p><span class="am-icon-home am-icon-sm"></span> .am-icon-sm</p>
  30. <p><span class="am-icon-home am-icon-md"></span> .am-icon-md</p>
  31. <p><span class="am-icon-home am-icon-lg"></span> .am-icon-lg</p>
  32. <!--Icon button-->
  33. <a href="##" class="am-icon-btn am-icon-twitter"></a>
  34. <a href="##" class="am-icon-btn am-icon-facebook"></a>
  35. <a href="##" class="am-icon-btn am-icon-github"></a>
  36. <a href="##" class="am-icon-btn am-primary am-icon-qq"></a>
  37. <a href="##" class="am-icon-btn am-secondary am-icon-drupal"></a>
  38. <a href="##" class="am-icon-btn am-success am-icon-shield"></a>
  39. <a href="##" class="am-icon-btn am-warning am-icon-warning"></a>
  40. <a href="##" class="am-icon-btn am-danger am-icon-youtube"></a>
  41. <!--旋转动画-->
  42. <i class="am-icon-spinner am-icon-spin"></i>
  43. <i class="am-icon-refresh am-icon-spin"></i>
  44. <i class="am-icon-circle-o-notch am-icon-spin"></i>
  45. <i class="am-icon-cog am-icon-spin"></i>
  46. <i class="am-icon-gear am-icon-spin"></i>
  47. <i class="am-icon-spinner am-icon-pulse"></i>
  48. <!--固定宽度-->
  49. <ul>
  50.   <li><i class="am-icon-qq am-icon-fw"></i> QQ</li>
  51.   <li><i class="am-icon-skype am-icon-fw"></i> Skype</li>
  52.   <li><i class="am-icon-github am-icon-fw"></i> GitHub</li>
  53.   <li><i class="am-icon-cc-amex am-icon-fw"></i> Amex</li>
  54. </ul>
  55. <!--[if (gte IE 9)|!(IE)]><!-->
  56. <script src="assets/js/jquery.min.js"></script>
  57. <!--<![endif]-->
  58. <!--[if lte IE 8 ]>
  59. <script src="assets/ie8/jquery.min.js"></script>
  60. <script src="assets/ie8/modernizr.js"></script>
  61. <script src="assets/js/amazeui.ie8polyfill.min.js"></script>
  62. <![endif]-->
  63. <script src="assets/js/amazeui.min.js"></script>
  64. </body>
  65. </html>
复制代码
效果图:

到此这篇关于AmazeUI 图标的示例代码的文章就介绍到这了,更多相关AmazeUI 图标内容请搜索脚本之家以前的文章或继续浏览下面的相关文章,希望大家以后多多支持脚本之家!


免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×

1

主题

70

回帖

161

积分

注册会员

积分
161
发表于 2024-4-28 16:07:25 | 显示全部楼层
感谢分享,受益匪浅!

1

主题

56

回帖

134

积分

注册会员

积分
134
发表于 2024-6-27 13:56:30 | 显示全部楼层
嘎嘎嘎嘎嘎嘎嘎

1

主题

38

回帖

105

积分

注册会员

积分
105

热心会员付费会员

发表于 2024-8-8 07:30:50 | 显示全部楼层
666666666666

2

主题

36

回帖

118

积分

注册会员

积分
118
发表于 2024-8-21 23:14:33 | 显示全部楼层
我完全同意你的观点

1

主题

43

回帖

108

积分

注册会员

积分
108
发表于 2024-9-5 11:54:28 | 显示全部楼层
嘎嘎嘎嘎嘎嘎嘎

0

主题

71

回帖

143

积分

注册会员

积分
143
发表于 2024-9-21 15:14:20 | 显示全部楼层
这个话题很有趣,我想多了解一些

2

主题

58

回帖

141

积分

注册会员

积分
141
发表于 2024-9-23 03:05:06 | 显示全部楼层
感谢分享,受益匪浅!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|爱云论坛 - d.taiji888.cn - 技术学习 免费资源分享 ( 蜀ICP备2022010826号 )|天天打卡

GMT+8, 2024-11-15 08:52 , Processed in 0.096338 second(s), 28 queries .

Powered by i云网络 Licensed

© 2023-2028 正版授权

快速回复 返回顶部 返回列表