Материал - значки связи
В этой главе объясняется использование значков (Материальных) сообщений Google. Предположим, что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 (Материальных) сообщений. Замените тег <body> вышеуказанной программы кодом, приведенным в таблице, чтобы получить соответствующие выходные данные -
Применение | Результат |
---|---|
<i class = "material-icons custom"> бизнес </i> | бизнес |
<i class = "material-icons custom"> вызов </i> | вызов |
<i class = "material-icons custom"> call_made </i> | call_made |
<i class = "material-icons custom"> call_merge </i> | call_merge |
<i class = "material-icons custom"> call_missed </i> | call_missed |
<i class = "material-icons custom"> call_received </i> | call_received |
<i class = "material-icons custom"> call_split </i> | call_split |
<i class = "material-icons custom"> чат </i> | болтать |
<i class = "material-icons custom"> chat_bubble </i> | chat_bubble |
<i class = "material-icons custom"> chat_bubble_outline </i> | chat_bubble_outline |
<i class = "material-icons custom"> clear_all </i> | очистить все |
<i class = "material-icons custom"> комментарий </i> | комментарий |
<i class = "material-icons custom"> contact_phone </i> | Контактный телефон |
<i class = "material-icons custom"> контакты </i> | контакты |
<i class = "material-icons custom"> dialer_sip </i> | dialer_sip |
<i class = "material-icons custom"> панель набора номера </i> | клавиатура для набора номера |
<i class = "material-icons custom"> форум </i> | Форум |
<i class = "material-icons custom"> import_export </i> | импорт Экспорт |
<i class = "material-icons custom"> invert_colors_off </i> | invert_colors_off |
<i class = "material-icons custom"> live_help </i> | live_help |
<i class = "material-icons custom"> location_off </i> | location_off |
<i class = "material-icons custom"> location_on </i> | Местоположение на |
<i class = "material-icons custom"> сообщение </i> | сообщение |
<i class = "material-icons custom"> no_sim </i> | no_sim |
<i class = "material-icons custom"> телефон </i> | Телефон |
<i class = "material-icons custom"> phonelink_erase </i> | phonelink_erase |
<i class = "material-icons custom"> phonelink_lock </i> | phonelink_lock |
<i class = "material-icons custom"> phonelink_ring </i> | телефонная ссылка |
<i class = "material-icons custom"> phonelink_setup </i> | phonelink_setup |
<i class = "material-icons custom"> portable_wifi_off </i> | Portable_wifi_off |
<i class = "material-icons custom"> present_to_all </i> | present_to_all |
<i class = "material-icons custom"> ring_volume </i> | ring_volume |
<i class = "material-icons custom"> динамик_фон </i> | громкая связь |
<i class = "material-icons custom"> stay_current_landscape </i> | stay_current_landscape |
<i class = "material-icons custom"> stay_current_portrait </i> | stay_current_portrait |
<i class = "material-icons custom"> stay_primary_landscape </i> | stay_primary_landscape |
<i class = "material-icons custom"> stay_primary_portrait </i> | stay_primary_portrait |
<i class = "material-icons custom"> swap_calls </i> | swap_calls |
<i class = "material-icons custom"> текстовые сообщения </i> | тексты |
<i class = "material-icons custom"> голосовая почта </i> | голосовая почта |
<i class = "material-icons custom"> vpn_key </i> | vpn_key |
<i class = "material-icons custom"> электронная почта </i> | Эл. адрес |
<i class = "material-icons custom"> call_end </i> | call_end |