
- 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">apps</i> | apps |
<i class="material-icons custom">arrow_back</i> | arrow_back |
<i class="material-icons custom">arrow_drop_down</i> | arrow_drop_down |
<i class="material-icons custom">arrow_drop_down_circle</i> | arrow_drop_down_circle |
<i class="material-icons custom">arrow_drop_up</i> | arrow_drop_up |
<i class="material-icons custom">arrow_forward</i> | arrow_forward |
<i class="material-icons custom">cancel</i> | cancel |
<i class="material-icons custom">check</i> | check |
<i class="material-icons custom">chevron_left</i> | chevron_left |
<i class="material-icons custom">chevron_right</i> | chevron_right |
<i class="material-icons custom">close</i> | close |
<i class="material-icons custom">expand_less</i> | expand_less |
<i class="material-icons custom">expand_more</i> | expand_more |
<i class="material-icons custom">fullscreen</i> | fullscreen |
<i class="material-icons custom">fullscreen_exit</i> | fullscreen_exit |
<i class="material-icons custom">menu</i> | menu |
<i class="material-icons custom">more_horiz</i> | more_horiz |
<i class="material-icons custom">more_vert</i> | more_vert |
<i class="material-icons custom">refresh</i> | refresh |
廣告