博客列表 >icon图标

icon图标

异乡客
异乡客原创
2021年12月28日 09:51:08636浏览

https://www.iconfont.cn/


  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>图标</title>
  8. <!-- 第一步,引入图标的css -->
  9. <link rel="stylesheet" href="./css/iconfont.css" />
  10. <link rel="stylesheet" href="./css1/iconfont.css" />
  11. </head>
  12. <!-- 第二步,引用图标class -->
  13. <body>
  14. <span class="iconfont icon-attachment"></span>
  15. <span class="iconfont icon-camera"></span>
  16. <span class="iconfont icon-a-03-01 like"></span>
  17. <span class="iconfont icon-a-21-01 like1"></span>
  18. <style>
  19. .iconfont.icon-attachment {
  20. font-size: 80px;
  21. color: rgb(71, 114, 255);
  22. }
  23. .iconfont.icon-camera {
  24. font-size: 70px;
  25. color: rgb(18, 223, 46);
  26. }
  27. .like {
  28. font-size: 60px;
  29. color: green;
  30. }
  31. .like1 {
  32. font-size: 90px;
  33. color: rgb(058, 237, 160);
  34. }
  35. /* .iconfont.icon-camera {
  36. font-size: 80px;
  37. color: tomato;
  38. } */
  39. </style>
  40. </body>
  41. </html>
声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议