- Font Awesome
- Font Awesome 图标
- Font Awesome - 网页图标
- Font Awesome - 手部图标
- Font Awesome - 交通图标
- Font Awesome - 性别图标
- Font Awesome - 文件类型图标
- Font Awesome - 加载动画图标
- Font Awesome - 表单控件图标
- Font Awesome - 支付图标
- Font Awesome - 图表图标
- Font Awesome - 货币图标
- Font Awesome - 文本编辑器图标
- Font Awesome - 方向图标
- Font Awesome - 媒体播放器图标
- Font Awesome - 品牌图标
- Font Awesome - 医疗图标
- Material Icons
- Material Icons
- Material - 操作图标
- Material - 警告图标
- Material - 音视频图标
- Material - 通信图标
- Material - 内容图标
- Material - 设备图标
- Material - 编辑器图标
- Material - 文件图标
- Material - 硬件图标
- Material - 图片图标
- Material - 地图图标
- Material - 导航图标
- Material - 通知图标
- Material - 社交图标
- Material - 切换图标
- Bootstrap Glyphicons
- Bootstrap Glyphicons
- Bootstrap - 组件
- 网页图标实用资源
- 网页图标 - 快速指南
- 网页图标 - 有用资源
- 网页图标 - 讨论
Font Awesome - 手部图标
本章解释了 Font Awesome 手部图标的使用方法。假设 **custom** 是我们定义大小和颜色的 CSS 类名,如下例所示。
<html> <head> <link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css"> <style> i.custom {font-size: 2em; color: gray;} </style> </head> <body> <i class = "fa fa-adjust custom"></i> </body> </html>
下表显示了 Font Awesome 手部图标的使用方法和结果。将上述程序的 < body > 标记替换为表中给出的代码,即可获得相应的结果 -
用法 | 结果 |
---|---|
<i class="fa fa-hand-rock-o custom"></i> | |
<i class="fa fa-hand-o-left custom"></i> | |
<i class="fa fa-hand-paper-o custom"></i> | |
<i class="fa fa-hand-rock-o custom"></i> | |
<i class="fa fa-hand-stop-o custom"></i> | |
<i class="fa fa-thumbs-o-up custom"></i> | |
<i class="fa fa-hand-lizard-o custom"></i> | |
<i class="fa fa-hand-o-right custom"></i> | |
<i class="fa fa-hand-peace-o custom"></i> | |
<i class="fa fa-hand-scissors-o custom"></i> | |
<i class="fa fa-thumbs-down custom"></i> | |
<i class="fa fa-thumbs-up custom"></i> | |
<i class="fa fa-hand-o-up custom"></i> | |
<i class="fa fa-hand-pointer-o custom"></i> | |
<i class="fa fa-hand-spock-o custom"></i> | |
<i class="fa fa-thumbs-o-down custom"></i> |
广告