图标的使用

编辑: admin 分类: 电脑知识 发布时间: 2023-06-14 来源:互联网
图标演示
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  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. <link rel="stylesheet" href="form.css">
  9. </head>
  10. <body>
  11. <span class="iconfont icon-gouwuche tubiao "></span>
  12. </body>
  13. </html>
  1. @import url('//at.alicdn.com/t/c/font_3958200_jbpm2173eca.css');
  2. .tubiao {
  3. font-size: 4em;
  4. color: rgb(246, 8, 211);
  5. }
  6. .tubiao:hover {
  7. opacity: 0.6;
  8. cursor: pointer;
  9. transition: 0.3s;
  10. }

图标的使用

【本文由:香港云服务器 http://www.558idc.com/ne.html 复制请保留原URL】