码迷,mamicode.com
首页 > 其他好文 > 详细

font-awesome动态旋转图标

时间:2019-10-31 16:40:57      阅读:376      评论:0      收藏:0      [点我收藏+]

标签:utf-8   inner   color   htm   doctype   图标   bsp   title   link   

<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8" />
    <title>FontAwesome动态旋转图标</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>

<body>
    <p>这是四个用fa-spin类实现的旋转流畅的加载图标</p>
    <i class="fa fa-spinner fa-spin"></i>
    <hr>
    <i class="fa fa-circle-o-notch fa-spin"></i>
    <hr>
    <i class="fa fa-refresh fa-spin"></i>
    <hr>
    <i class="fa fa-cog fa-spin"></i>
    <p>这是四个用fa-pulse类实现的旋转不太流畅的加载图标</p>
    <i class="fa fa-spinner fa-pulse"></i>
    <hr>
    <i class="fa fa-circle-o-notch fa-pulse"></i>
    <hr>
    <i class="fa fa-refresh fa-pulse"></i>
    <hr>
    <i class="fa fa-cog fa-pulse"></i>
</body>

</html>

 

font-awesome动态旋转图标

标签:utf-8   inner   color   htm   doctype   图标   bsp   title   link   

原文地址:https://www.cnblogs.com/Hale-wang/p/11771604.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!