- 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 - 社交图标
- 材质 - 切换图标
- Bootstrap Glyphicons
- Bootstrap Glyphicons
- Bootstrap - 组件
- 网页图标实用资源
- 网页图标 - 快速指南
- 网页图标 - 实用资源
- 网页图标 - 讨论
材质 - 切换图标
本章解释 Google (Material) 切换图标的使用方法。假设custom是我们在下面示例中定义大小和颜色的 CSS 类名。
<!DOCTYPE html> <html> <head> <link href = "https://fonts.googleapis.com/icon?family=Material+Icons" rel = "stylesheet"> <style> i.custom {font-size: 2em; color: green;} </style> </head> <body> <i class = "material-icons custom">accessibility</i> </body> </html>
下表包含 Google (Material) 切换图标的使用方法和结果。将上面程序的<body>标签替换为表中给出的代码,即可获得相应的输出:
用法 | 结果 |
---|---|
<i class="material-icons custom">check_box</i> | check_box |
<i class="material-icons custom">check_box_outline_blank</i> | check_box_outline_blank |
<i class="material-icons custom">indeterminate_check_box</i> | indeterminate_check_box |
<i class="material-icons custom">radio_button_checked</i> | radio_button_checked |
<i class="material-icons custom">radio_button_unchecked</i> | radio_button_unchecked |
<i class="material-icons custom">star</i> | star |
<i class="material-icons custom">star_border</i> | star_border |
<i class="material-icons custom">star_half</i> | star_half |
广告