未验证 提交 64f644cd 编写于 作者: J jlcao 提交者: GitHub

Add files via upload

上级 91967a91
*{margin: 0;padding: 0;list-style: none;}
/*
KISSY CSS Reset
理念:1. reset 的目的不是清除浏览器的默认样式,这仅是部分工作。清除和重置是紧密不可分的。
2. reset 的目的不是让默认样式在所有浏览器下一致,而是减少默认样式有可能带来的问题。
3. reset 期望提供一套普适通用的基础样式。但没有银弹,推荐根据具体需求,裁剪和修改后再使用。
特色:1. 适应中文;2. 基于最新主流浏览器。
维护:玉伯<lifesinger@gmail.com>, 正淳<ragecarrier@gmail.com>
*/
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
margin: 0;
padding: 0;
}
/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读,让 small 正常化 */
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置文本格式元素 **/
a { text-decoration: none; }
a:hover { text-decoration: underline; }
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车:让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注:optgroup 无法扶正 */
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
/* 清除浮动 */
.ks-clear:after, .clear:after {
content: '\20';
display: block;
height: 0;
clear: both;
}
.ks-clear, .clear {
*zoom: 1;
}
.main {padding: 30px 100px;}
.main h1{font-size:36px; color:#333; text-align:left;margin-bottom:30px; border-bottom: 1px solid #eee;}
.helps{margin-top:40px;}
.helps pre{
padding:20px;
margin:10px 0;
border:solid 1px #e7e1cd;
background-color: #fffdef;
overflow: auto;
}
.icon_lists li{
float:left;
width: 100px;
height:180px;
text-align: center;
}
.icon_lists .icon{
font-size: 42px;
line-height: 100px;
margin: 10px 0;
color:#333;
-webkit-transition: font-size 0.25s ease-out 0s;
-moz-transition: font-size 0.25s ease-out 0s;
transition: font-size 0.25s ease-out 0s;
}
.icon_lists .icon:hover{
font-size: 100px;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>IconFont</title>
<link rel="stylesheet" href="demo.css">
<link rel="stylesheet" href="iconfont.css">
</head>
<body>
<div class="main">
<h1>IconFont 图标</h1>
<ul class="icon_lists clear">
<li>
<i class="icon iconfont">&#xea39;</i>
<div class="name">account_circle</div>
<div class="code">&amp;#xea39;</div>
<div class="fontclass">.accountcircle</div>
</li>
<li>
<i class="icon iconfont">&#xeac9;</i>
<div class="name">card_travel</div>
<div class="code">&amp;#xeac9;</div>
<div class="fontclass">.cardtravel</div>
</li>
<li>
<i class="icon iconfont">&#xeaf4;</i>
<div class="name">content_paste</div>
<div class="code">&amp;#xeaf4;</div>
<div class="fontclass">.contentpaste</div>
</li>
<li>
<i class="icon iconfont">&#xec7a;</i>
<div class="name">phone</div>
<div class="code">&amp;#xec7a;</div>
<div class="fontclass">.phone</div>
</li>
<li>
<i class="icon iconfont">&#xec7b;</i>
<div class="name">phone_android</div>
<div class="code">&amp;#xec7b;</div>
<div class="fontclass">.phoneandroid</div>
</li>
<li>
<i class="icon iconfont">&#xed32;</i>
<div class="name">stars</div>
<div class="code">&amp;#xed32;</div>
<div class="fontclass">.stars</div>
</li>
<li>
<i class="icon iconfont">&#xed1d;</i>
<div class="name">star_outline</div>
<div class="code">&amp;#xed1d;</div>
<div class="fontclass">.staroutline</div>
</li>
<li>
<i class="icon iconfont">&#xed1b;</i>
<div class="name">star</div>
<div class="code">&amp;#xed1b;</div>
<div class="fontclass">.star</div>
</li>
<li>
<i class="icon iconfont">&#xec88;</i>
<div class="name">person</div>
<div class="code">&amp;#xec88;</div>
<div class="fontclass">.person</div>
</li>
<li>
<i class="icon iconfont">&#xedac;</i>
<div class="name">work</div>
<div class="code">&amp;#xedac;</div>
<div class="fontclass">.work</div>
</li>
<li>
<i class="icon iconfont">&#xebf9;</i>
<div class="name">library_books</div>
<div class="code">&amp;#xebf9;</div>
<div class="fontclass">.librarybooks</div>
</li>
<li>
<i class="icon iconfont">&#xebca;</i>
<div class="name">import_contacts</div>
<div class="code">&amp;#xebca;</div>
<div class="fontclass">.importcontacts</div>
</li>
<li>
<i class="icon iconfont">&#xeaf8;</i>
<div class="name">create</div>
<div class="code">&amp;#xeaf8;</div>
<div class="fontclass">.create</div>
</li>
<li>
<i class="icon iconfont">&#xead7;</i>
<div class="name">comment</div>
<div class="code">&amp;#xead7;</div>
<div class="fontclass">.comment</div>
</li>
<li>
<i class="icon iconfont">&#xeab6;</i>
<div class="name">call</div>
<div class="code">&amp;#xeab6;</div>
<div class="fontclass">.call</div>
</li>
<li>
<i class="icon iconfont">&#x3488;</i>
<div class="name">微信</div>
<div class="code">&amp;#x3488;</div>
<div class="fontclass">.weixin</div>
</li>
<li>
<i class="icon iconfont">&#xeabe;</i>
<div class="name">camera</div>
<div class="code">&amp;#xeabe;</div>
<div class="fontclass">.camera</div>
</li>
<li>
<i class="icon iconfont">&#xeaa2;</i>
<div class="name">build</div>
<div class="code">&amp;#xeaa2;</div>
<div class="fontclass">.build</div>
</li>
<li>
<i class="icon iconfont">&#xea38;</i>
<div class="name">account_box</div>
<div class="code">&amp;#xea38;</div>
<div class="fontclass">.accountbox</div>
</li>
<li>
<i class="icon iconfont">&#xea7d;</i>
<div class="name">attach_money</div>
<div class="code">&amp;#xea7d;</div>
<div class="fontclass">.attachmoney</div>
</li>
<li>
<i class="icon iconfont">&#xea95;</i>
<div class="name">bookmark_outline</div>
<div class="code">&amp;#xea95;</div>
<div class="fontclass">.bookmarkoutline</div>
</li>
<li>
<i class="icon iconfont">&#xead2;</i>
<div class="name">chat_bubble_outline</div>
<div class="code">&amp;#xead2;</div>
<div class="fontclass">.chatbubbleoutline</div>
</li>
<li>
<i class="icon iconfont">&#xead0;</i>
<div class="name">chat</div>
<div class="code">&amp;#xead0;</div>
<div class="fontclass">.chat</div>
</li>
<li>
<i class="icon iconfont">&#xeadf;</i>
<div class="name">cloud</div>
<div class="code">&amp;#xeadf;</div>
<div class="fontclass">.cloud</div>
</li>
<li>
<i class="icon iconfont">&#xeb0f;</i>
<div class="name">desktop_windows</div>
<div class="code">&amp;#xeb0f;</div>
<div class="fontclass">.desktopwindows</div>
</li>
<li>
<i class="icon iconfont">&#xeb0e;</i>
<div class="name">desktop_mac</div>
<div class="code">&amp;#xeb0e;</div>
<div class="fontclass">.desktopmac</div>
</li>
<li>
<i class="icon iconfont">&#xeb31;</i>
<div class="name">edit</div>
<div class="code">&amp;#xeb31;</div>
<div class="fontclass">.edit</div>
</li>
<li>
<i class="icon iconfont">&#xeb4d;</i>
<div class="name">favorite_outline</div>
<div class="code">&amp;#xeb4d;</div>
<div class="fontclass">.favoriteoutline</div>
</li>
<li>
<i class="icon iconfont">&#xeb4c;</i>
<div class="name">favorite</div>
<div class="code">&amp;#xeb4c;</div>
<div class="fontclass">.favorite</div>
</li>
<li>
<i class="icon iconfont">&#xeb45;</i>
<div class="name">exposure_plus_1</div>
<div class="code">&amp;#xeb45;</div>
<div class="fontclass">.exposureplus1</div>
</li>
<li>
<i class="icon iconfont">&#xeb48;</i>
<div class="name">extension</div>
<div class="code">&amp;#xeb48;</div>
<div class="fontclass">.extension</div>
</li>
<li>
<i class="icon iconfont">&#xeb6f;</i>
<div class="name">flag</div>
<div class="code">&amp;#xeb6f;</div>
<div class="fontclass">.flag</div>
</li>
<li>
<i class="icon iconfont">&#xeb6e;</i>
<div class="name">fitness_center</div>
<div class="code">&amp;#xeb6e;</div>
<div class="fontclass">.fitnesscenter</div>
</li>
<li>
<i class="icon iconfont">&#xeb9c;</i>
<div class="name">free_breakfast</div>
<div class="code">&amp;#xeb9c;</div>
<div class="fontclass">.freebreakfast</div>
</li>
<li>
<i class="icon iconfont">&#xeb97;</i>
<div class="name">forum</div>
<div class="code">&amp;#xeb97;</div>
<div class="fontclass">.forum</div>
</li>
<li>
<i class="icon iconfont">&#xeba3;</i>
<div class="name">goat</div>
<div class="code">&amp;#xeba3;</div>
<div class="fontclass">.goat</div>
</li>
<li>
<i class="icon iconfont">&#xebc2;</i>
<div class="name">home</div>
<div class="code">&amp;#xebc2;</div>
<div class="fontclass">.home</div>
</li>
<li>
<i class="icon iconfont">&#xebc5;</i>
<div class="name">hourglass_empty</div>
<div class="code">&amp;#xebc5;</div>
<div class="fontclass">.hourglassempty</div>
</li>
<li>
<i class="icon iconfont">&#xec0a;</i>
<div class="name">local_florist</div>
<div class="code">&amp;#xec0a;</div>
<div class="fontclass">.localflorist</div>
</li>
<li>
<i class="icon iconfont">&#xec24;</i>
<div class="name">location_on</div>
<div class="code">&amp;#xec24;</div>
<div class="fontclass">.locationon</div>
</li>
<li>
<i class="icon iconfont">&#xec10;</i>
<div class="name">local_library</div>
<div class="code">&amp;#xec10;</div>
<div class="fontclass">.locallibrary</div>
</li>
<li>
<i class="icon iconfont">&#xecae;</i>
<div class="name">playlist_add</div>
<div class="code">&amp;#xecae;</div>
<div class="fontclass">.playlistadd</div>
</li>
<li>
<i class="icon iconfont">&#xebc0;</i>
<div class="name">highlight_remove</div>
<div class="code">&amp;#xebc0;</div>
<div class="fontclass">.highlightremove</div>
</li>
<li>
<i class="icon iconfont">&#xe61b;</i>
<div class="name">delete</div>
<div class="code">&amp;#xe61b;</div>
<div class="fontclass">.delete</div>
</li>
<li>
<i class="icon iconfont">&#xe610;</i>
<div class="name">delete</div>
<div class="code">&amp;#xe610;</div>
<div class="fontclass">.delete1</div>
</li>
<li>
<i class="icon iconfont">&#xe643;</i>
<div class="name">delete</div>
<div class="code">&amp;#xe643;</div>
<div class="fontclass">.delete2</div>
</li>
<li>
<i class="icon iconfont">&#xe620;</i>
<div class="name">add</div>
<div class="code">&amp;#xe620;</div>
<div class="fontclass">.add</div>
</li>
<li>
<i class="icon iconfont">&#xe676;</i>
<div class="name">add</div>
<div class="code">&amp;#xe676;</div>
<div class="fontclass">.add1</div>
</li>
<li>
<i class="icon iconfont">&#xe816;</i>
<div class="name">trophy</div>
<div class="code">&amp;#xe816;</div>
<div class="fontclass">.trophy</div>
</li>
<li>
<i class="icon iconfont">&#xe6fc;</i>
<div class="name">trophy</div>
<div class="code">&amp;#xe6fc;</div>
<div class="fontclass">.trophy1</div>
</li>
<li>
<i class="icon iconfont">&#xe80b;</i>
<div class="name">trophy</div>
<div class="code">&amp;#xe80b;</div>
<div class="fontclass">.trophy2</div>
</li>
</ul>
<div class="helps">
第一步:使用font-face声明字体
<pre>
@font-face {font-family: 'iconfont';
src: url('iconfont.eot'); /* IE9*/
src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff') format('woff'), /* chrome、firefox */
url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
</pre>
第二步:定义使用iconfont的样式
<pre>
.iconfont{
font-family:"iconfont" !important;
font-size:16px;font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;}
</pre>
第三步:挑选相应图标并获取字体编码,应用于页面
<pre>
&lt;i class="iconfont"&gt;&amp;#x33;&lt;/i&gt;
</pre>
</div>
</div>
</body>
</html>
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1472035662'); /* IE9*/
src: url('iconfont.eot?t=1472035662#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.woff?t=1472035662') format('woff'), /* chrome, firefox */
url('iconfont.ttf?t=1472035662') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('iconfont.svg?t=1472035662#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.icon-accountcircle:before { content: "\ea39"; }
.icon-cardtravel:before { content: "\eac9"; }
.icon-contentpaste:before { content: "\eaf4"; }
.icon-phone:before { content: "\ec7a"; }
.icon-phoneandroid:before { content: "\ec7b"; }
.icon-stars:before { content: "\ed32"; }
.icon-staroutline:before { content: "\ed1d"; }
.icon-star:before { content: "\ed1b"; }
.icon-person:before { content: "\ec88"; }
.icon-work:before { content: "\edac"; }
.icon-librarybooks:before { content: "\ebf9"; }
.icon-importcontacts:before { content: "\ebca"; }
.icon-create:before { content: "\eaf8"; }
.icon-comment:before { content: "\ead7"; }
.icon-call:before { content: "\eab6"; }
.icon-weixin:before { content: "\3488"; }
.icon-camera:before { content: "\eabe"; }
.icon-build:before { content: "\eaa2"; }
.icon-accountbox:before { content: "\ea38"; }
.icon-attachmoney:before { content: "\ea7d"; }
.icon-bookmarkoutline:before { content: "\ea95"; }
.icon-chatbubbleoutline:before { content: "\ead2"; }
.icon-chat:before { content: "\ead0"; }
.icon-cloud:before { content: "\eadf"; }
.icon-desktopwindows:before { content: "\eb0f"; }
.icon-desktopmac:before { content: "\eb0e"; }
.icon-edit:before { content: "\eb31"; }
.icon-favoriteoutline:before { content: "\eb4d"; }
.icon-favorite:before { content: "\eb4c"; }
.icon-exposureplus1:before { content: "\eb45"; }
.icon-extension:before { content: "\eb48"; }
.icon-flag:before { content: "\eb6f"; }
.icon-fitnesscenter:before { content: "\eb6e"; }
.icon-freebreakfast:before { content: "\eb9c"; }
.icon-forum:before { content: "\eb97"; }
.icon-goat:before { content: "\eba3"; }
.icon-home:before { content: "\ebc2"; }
.icon-hourglassempty:before { content: "\ebc5"; }
.icon-localflorist:before { content: "\ec0a"; }
.icon-locationon:before { content: "\ec24"; }
.icon-locallibrary:before { content: "\ec10"; }
.icon-playlistadd:before { content: "\ecae"; }
.icon-highlightremove:before { content: "\ebc0"; }
.icon-delete:before { content: "\e61b"; }
.icon-delete1:before { content: "\e610"; }
.icon-delete2:before { content: "\e643"; }
.icon-add:before { content: "\e620"; }
.icon-add1:before { content: "\e676"; }
.icon-trophy:before { content: "\e816"; }
.icon-trophy1:before { content: "\e6fc"; }
.icon-trophy2:before { content: "\e80b"; }
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
Created by FontForge 20120731 at Wed Aug 24 18:47:42 2016
By admin
</metadata>
<defs>
<font id="iconfont" horiz-adv-x="1024" >
<font-face
font-family="iconfont"
font-weight="500"
font-stretch="normal"
units-per-em="1024"
panose-1="2 0 6 3 0 0 0 0 0 0"
ascent="896"
descent="-128"
x-height="792"
bbox="0 -212 1024 896"
underline-thickness="50"
underline-position="-100"
unicode-range="U+0078-EDAC"
/>
<missing-glyph horiz-adv-x="374"
d="M34 0v682h272v-682h-272zM68 34h204v614h-204v-614z" />
<glyph glyph-name=".notdef" horiz-adv-x="374"
d="M34 0v682h272v-682h-272zM68 34h204v614h-204v-614z" />
<glyph glyph-name=".null" horiz-adv-x="0"
/>
<glyph glyph-name="nonmarkingreturn" horiz-adv-x="341"
/>
<glyph glyph-name="x" unicode="x" horiz-adv-x="1001"
d="M281 543q-27 -1 -53 -1h-83q-18 0 -36.5 -6t-32.5 -18.5t-23 -32t-9 -45.5v-76h912v41q0 16 -0.5 30t-0.5 18q0 13 -5 29t-17 29.5t-31.5 22.5t-49.5 9h-133v-97h-438v97zM955 310v-52q0 -23 0.5 -52t0.5 -58t-10.5 -47.5t-26 -30t-33 -16t-31.5 -4.5q-14 -1 -29.5 -0.5
t-29.5 0.5h-32l-45 128h-439l-44 -128h-29h-34q-20 0 -45 1q-25 0 -41 9.5t-25.5 23t-13.5 29.5t-4 30v167h911zM163 247q-12 0 -21 -8.5t-9 -21.5t9 -21.5t21 -8.5q13 0 22 8.5t9 21.5t-9 21.5t-22 8.5zM316 123q-8 -26 -14 -48q-5 -19 -10.5 -37t-7.5 -25t-3 -15t1 -14.5
t9.5 -10.5t21.5 -4h37h67h81h80h64h36q23 0 34 12t2 38q-5 13 -9.5 30.5t-9.5 34.5q-5 19 -11 39h-368zM336 498v228q0 11 2.5 23t10 21.5t20.5 15.5t34 6h188q31 0 51.5 -14.5t20.5 -52.5v-227h-327z" />
<glyph glyph-name="uni3488" unicode="&#x3488;" horiz-adv-x="1000"
d="M668 471q14 0 30 -2q-20 94 -109 155.5t-203 61.5q-128 0 -218.5 -76.5t-90.5 -185.5q0 -123 124 -209l-31 -93l108 54q78 -15 108 -15q13 0 29 1q-9 33 -9 65q0 101 76 172.5t186 71.5zM502 555q18 0 28.5 -10.5t10.5 -28t-10.5 -28t-28.5 -10.5t-32 11t-14 27.5
t14 27.5t32 11zM286 478q-18 0 -32.5 11t-14.5 27.5t14.5 27.5t32.5 11q17 0 27.5 -10.5t10.5 -28t-10.5 -28t-27.5 -10.5zM950 230q0 92 -78.5 158.5t-183.5 66.5q-110 0 -186.5 -66t-76.5 -159t76.5 -158.5t186.5 -65.5q31 0 92 16l85 -47l-23 77q108 82 108 178zM603 269
q-12 0 -21.5 9.5t-9.5 21.5t9.5 21.5t21.5 9.5q16 0 27 -9.5t11 -21.5t-11 -21.5t-27 -9.5zM773 269q-12 0 -21.5 9.5t-9.5 21.5t9.5 21.5t21.5 9.5q16 0 27 -9.5t11 -21.5t-11 -21.5t-27 -9.5z" />
<glyph glyph-name="uniE610" unicode="&#xe610;"
d="M816 -38q-14 0 -24 10l-608 608q-10 10 -10 24t10 24t24 10t24 -10l608 -608q10 -10 10 -24t-10 -24t-24 -10zM208 -38q-14 0 -24 10t-10 24t10 24l608 608q10 10 24 10t24 -10t10 -24t-10 -24l-608 -608q-10 -10 -24 -10z" />
<glyph glyph-name="uniE61B" unicode="&#xe61b;"
d="M291 461l74 71l156 -159l161 159l71 -73l-161 -158l162 -164l-71 -69l-163 164l-162 -161l-72 72l166 159z" />
<glyph glyph-name="uniE620" unicode="&#xe620;"
d="M82 328h860q8 0 14 -6t6 -14v-40q0 -8 -6 -14t-14 -6h-860q-8 0 -14 6t-6 14v40q0 8 6 14t14 6zM472 -142v860q0 8 6 14t14 6h40q8 0 14 -6t6 -14v-860q0 -8 -6 -14t-14 -6h-40q-8 0 -14 6t-6 14z" />
<glyph glyph-name="uniE643" unicode="&#xe643;"
d="M819 46q-13 0 -22 9l-614 614q-9 9 -9 22t9 22t22 9t22 -9l614 -614q9 -9 9 -22t-9 -22t-22 -9zM205 46q-13 0 -22 9t-9 22t9 22l614 614q9 9 22 9t22 -9t9 -22t-9 -22l-614 -614q-9 -9 -22 -9z" />
<glyph glyph-name="uniE676" unicode="&#xe676;"
d="M1024 227h-439v-439h-146v439h-439v146h439v439h146v-439h439v-146z" />
<glyph glyph-name="uniE6FC" unicode="&#xe6fc;"
d="M680 12q-3 11 -12.5 18.5t-21.5 7.5h-76v126q-29 -4 -58 -4t-59 4v-126h-75q-12 0 -21.5 -7.5t-12.5 -18.5l-27 -95q-4 -17 6.5 -31t28.5 -14h320h1q14 0 24.5 10.5t10.5 24.5q0 7 -3 14l-25 91v0zM872 766q-15 4 -30 4q-6 0 -13 -1v94q0 14 -10 23.5t-24 9.5h-566
q-14 0 -24 -9.5t-10 -23.5v-94q-7 1 -13 1q-16 0 -30 -4q-58 -15 -85.5 -79t-7.5 -138q18 -65 63 -106t97 -41q3 0 10 1l8 -16q1 -2 2 -3q6 -11 13 -22v-2l2 -1q8 -12 15 -21q0 -1 1 -1q16 -21 37 -40v-1q10 -8 21 -17h1q45 -34 97 -50q14 -4 27 -7q15 -3 29 -5h1
q15 -1 29 -1t29 1h1q14 2 28 5h1q13 2 26 7h1q52 16 97 50h1q10 8 20 17l1 1q20 19 37 40l1 1q8 10 15 21l2 1v2q7 10 13 22q1 1 2 3q4 9 8 16q7 -1 10 -1q52 0 97 41t63 106q20 74 -7.5 138t-85.5 79v0zM114 563q-14 51 1.5 95t50.5 54q8 2 16 2q6 0 13 -2v-156
q0 -13 1 -28q1 -3 1 -4q1 -12 3 -26q0 -4 1 -5q2 -14 5 -25q1 -2 1 -4q0 -1 1 -3v-2q-30 5 -56.5 34t-37.5 70v0zM685 627l-94 -70l34 -111q3 -7 -4 -11q-2 -2 -5.5 -2t-6.5 2l-97 66l-97 -66q-6 -5 -12.5 -0.5t-3.5 11.5l34 111l-94 70q-6 5 -4 12t10 7l118 3l39 109
q2 7 10 7t10 -7l39 -109l118 -3q8 0 10 -7t-4 -12v0zM910 563q-11 -41 -37.5 -70t-56.5 -34q0 1 1 5l1 3q3 13 5 26q1 2 1 4q2 14 3 27q0 1 1 4q1 15 1 28v156q7 2 13 2q8 0 16 -2q35 -10 50.5 -54t1.5 -95v0zM910 563z" />
<glyph glyph-name="uniE80B" unicode="&#xe80b;"
d="M957 664q-1 12 -9.5 19.5t-20.5 7.5h-94q-7 18 -23 29.5t-37 11.5h-523q-20 0 -36 -11.5t-23 -29.5h-95q-11 0 -19.5 -7.5t-10.5 -19.5q-9 -98 13 -162q11 -36 49 -77.5t93 -75.5q3 -2 53 -32q15 -10 30 -19q39 -23 64 -34q31 -47 62 -85l2 -3q4 -8 12 -14l1 -1h-157
q-26 0 -43.5 -18t-17.5 -43v0v-1v-60h61h448h61v60v1v0q0 25 -17.5 43t-43.5 18h-158q10 6 15 15l3 6q30 37 60 82q25 11 64 34q15 9 30 19q49 30 53 32q55 34 93 75.5t49 77.5q22 64 12 162zM291 386q-8 5 -17 11q-29 18 -31 19q-33 20 -55 44.5t-29 45.5q-13 38 -7 95
q0 7 5.5 11.5t11.5 4.5h35l1 -2q15 -90 91 -231q-2 1 -5 2zM865 506q-7 -21 -29 -45.5t-55 -44.5q-2 -1 -31 -19q-9 -6 -18 -11q-1 -1 -3 -2q77 143 92 233h33q7 0 12 -4.5t6 -11.5q6 -57 -7 -95z" />
<glyph glyph-name="uniE816" unicode="&#xe816;"
d="M832 704v128h-640v-128h-192v-128q0 -80 56 -136t136 -56q30 0 58 9q35 -50 86 -84t112 -47v-198h-64q-53 0 -90.5 -37.5t-37.5 -90.5h512q0 53 -37.5 90.5t-90.5 37.5h-64v198q61 13 112 47t86 84q28 -9 58 -9q80 0 136 56t56 136v128h-192zM192 460q-48 0 -82 34
t-34 82v64h116v-64q0 -59 21 -114q-11 -2 -21 -2zM948 576q0 -48 -34 -82t-82 -34q-10 0 -21 2q21 55 21 114v64h116v-64z" />
<glyph glyph-name="uniEA38" unicode="&#xea38;"
d="M256 170v-42h512v42q0 58 -88 95t-168 37t-168 -37t-88 -95zM640 512q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM128 682q0 34 25 60t61 26h596q34 0 60 -26t26 -60v-596q0 -34 -26 -60t-60 -26h-596q-36 0 -61 26t-25 60v596z" />
<glyph glyph-name="uniEA39" unicode="&#xea39;"
d="M512 76q162 0 256 138q-2 56 -90 94t-166 38t-166 -37t-90 -95q94 -138 256 -138zM512 682q-52 0 -90 -38t-38 -90t38 -90t90 -38t90 38t38 90t-38 90t-90 38zM512 810q176 0 301 -125t125 -301t-125 -301t-301 -125t-301 125t-125 301t125 301t301 125z" />
<glyph glyph-name="uniEA7D" unicode="&#xea7d;"
d="M504 430q44 -12 73 -24t61 -33t49 -53t17 -76q0 -62 -41 -101t-109 -51v-92h-128v92q-66 14 -109 56t-47 108h94q8 -90 126 -90q62 0 89 23t27 53q0 72 -128 104q-200 46 -200 176q0 58 42 99t106 55v92h128v-94q66 -16 101 -60t37 -102h-94q-4 90 -108 90q-52 0 -83 -22
t-31 -58q0 -58 128 -92z" />
<glyph glyph-name="uniEA95" unicode="&#xea95;"
d="M726 128v554h-428v-554l214 94zM726 768q34 0 59 -26t25 -60v-682l-298 128l-298 -128v682q0 34 25 60t59 26h428z" />
<glyph glyph-name="uniEAA2" unicode="&#xeaa2;"
d="M968 86q14 -8 13 -27t-17 -33l-98 -98q-30 -30 -60 0l-388 388q-72 -30 -153 -13t-141 77q-64 64 -80 152t24 164l188 -184l128 128l-184 184q76 36 164 22t152 -78q60 -60 77 -141t-13 -153z" />
<glyph glyph-name="uniEAB6" unicode="&#xeab6;"
d="M282 436q96 -186 282 -282l94 94q20 20 44 10q72 -24 152 -24q18 0 30 -12t12 -30v-150q0 -18 -12 -30t-30 -12q-300 0 -513 213t-213 513q0 18 12 30t30 12h150q18 0 30 -12t12 -30q0 -80 24 -152q8 -26 -10 -44z" />
<glyph glyph-name="uniEABE" unicode="&#xeabe;"
d="M420 -32q8 14 86 150t120 206l156 -270q-118 -96 -270 -96q-42 0 -92 10zM104 256h414l-158 -270q-92 34 -159 105t-97 165zM198 672l216 -374h-320q-8 38 -8 86q0 166 112 288zM930 470q8 -38 8 -86q0 -166 -112 -288l-204 352l-12 22h320zM920 512h-414l158 270
q92 -34 159 -105t97 -165zM402 448l-4 -4l-156 270q118 96 270 96q42 0 92 -10z" />
<glyph glyph-name="uniEAC9" unicode="&#xeac9;"
d="M854 298v256h-128v-84h-86v84h-256v-84h-86v84h-128v-256h684zM854 86v84h-684v-84h684zM384 726v-86h256v86h-256zM854 640q36 0 60 -25t24 -61v-468q0 -36 -24 -61t-60 -25h-684q-36 0 -60 25t-24 61v468q0 36 24 61t60 25h128v86q0 36 25 60t61 24h256q36 0 61 -24
t25 -60v-86h128z" />
<glyph glyph-name="uniEAD0" unicode="&#xead0;"
d="M768 554v86h-512v-86h512zM598 298v86h-342v-86h342zM256 512v-86h512v86h-512zM854 810q34 0 59 -25t25 -59v-512q0 -34 -25 -60t-59 -26h-598l-170 -170v768q0 34 25 59t59 25h684z" />
<glyph glyph-name="uniEAD2" unicode="&#xead2;"
d="M854 214v512h-684v-598l86 86h598zM854 810q34 0 59 -25t25 -59v-512q0 -34 -25 -60t-59 -26h-598l-170 -170v768q0 34 25 59t59 25h684z" />
<glyph glyph-name="uniEAD7" unicode="&#xead7;"
d="M768 554v86h-512v-86h512zM768 426v86h-512v-86h512zM768 298v86h-512v-86h512zM938 726v-768l-170 170h-598q-34 0 -59 26t-25 60v512q0 34 25 59t59 25h684q34 0 59 -25t25 -59z" />
<glyph glyph-name="uniEADF" unicode="&#xeadf;" horiz-adv-x="1025"
d="M826 468q82 -6 140 -67t58 -145q0 -88 -63 -151t-151 -63h-554q-106 0 -181 75t-75 181q0 98 66 171t162 83q42 78 118 126t166 48q116 0 204 -73t110 -185z" />
<glyph glyph-name="uniEAF4" unicode="&#xeaf4;"
d="M810 42v684h-84v-128h-428v128h-84v-684h596zM512 810q-18 0 -30 -12t-12 -30t12 -30t30 -12t30 12t12 30t-12 30t-30 12zM810 810q34 0 60 -25t26 -59v-684q0 -34 -26 -59t-60 -25h-596q-34 0 -60 25t-26 59v684q0 34 26 59t60 25h178q14 38 46 62t74 24t74 -24t46 -62
h178z" />
<glyph glyph-name="uniEAF8" unicode="&#xeaf8;"
d="M884 596l-78 -78l-160 160l78 78q12 12 30 12t30 -12l100 -100q12 -12 12 -30t-12 -30zM128 160l472 472l160 -160l-472 -472h-160v160z" />
<glyph glyph-name="uniEB0E" unicode="&#xeb0e;"
d="M896 298v428h-768v-428h768zM896 810q34 0 60 -25t26 -59v-512q0 -34 -26 -60t-60 -26h-298l84 -128v-42h-340v42l84 128h-298q-34 0 -60 26t-26 60v512q0 34 26 59t60 25h768z" />
<glyph glyph-name="uniEB0F" unicode="&#xeb0f;"
d="M896 214v512h-768v-512h768zM896 810q34 0 60 -25t26 -59v-512q0 -34 -26 -60t-60 -26h-298v-86h84v-84h-340v84h84v86h-298q-34 0 -60 26t-26 60v512q0 34 26 59t60 25h768z" />
<glyph glyph-name="uniEB31" unicode="&#xeb31;"
d="M884 596l-78 -78l-160 160l78 78q12 12 30 12t30 -12l100 -100q12 -12 12 -30t-12 -30zM128 160l472 472l160 -160l-472 -472h-160v160z" />
<glyph glyph-name="uniEB45" unicode="&#xeb45;"
d="M854 128h-86v454l-128 -44v72l200 72h14v-554zM426 598v-172h172v-84h-172v-172h-84v172h-172v84h172v172h84z" />
<glyph glyph-name="uniEB48" unicode="&#xeb48;"
d="M874 426q44 0 76 -31t32 -75t-32 -75t-76 -31h-64v-172q0 -34 -25 -59t-59 -25h-162v64q0 48 -34 81t-82 33t-82 -33t-34 -81v-64h-162q-34 0 -59 25t-25 59v162h64q48 0 81 34t33 82t-33 82t-81 34h-64v162q0 34 25 59t59 25h172v64q0 44 31 76t75 32t75 -32t31 -76v-64
h172q34 0 59 -25t25 -59v-172h64z" />
<glyph glyph-name="uniEB4C" unicode="&#xeb4c;"
d="M512 -14l-62 56q-106 96 -154 142t-107 114t-81 123t-22 113q0 98 67 166t167 68q116 0 192 -90q76 90 192 90q100 0 167 -68t67 -166q0 -78 -52 -162t-113 -146t-199 -186z" />
<glyph glyph-name="uniEB4D" unicode="&#xeb4d;"
d="M516 104q96 86 142 130t100 104t75 106t21 90q0 64 -43 106t-107 42q-50 0 -93 -28t-59 -72h-80q-16 44 -59 72t-93 28q-64 0 -107 -42t-43 -106q0 -44 21 -90t75 -106t100 -104t142 -130l4 -4zM704 768q100 0 167 -68t67 -166q0 -58 -22 -113t-81 -123t-107 -114
t-154 -142l-62 -56l-62 54q-138 124 -199 186t-113 146t-52 162q0 98 67 166t167 68q116 0 192 -90q76 90 192 90z" />
<glyph glyph-name="uniEB6E" unicode="&#xeb6e;"
d="M878 262l60 -62l-90 -90l60 -62l-60 -60l-62 60l-90 -90l-62 60l-60 -60l-62 60l152 152l-366 366l-152 -152l-60 62l60 60l-60 62l90 90l-60 62l60 60l62 -60l90 90l62 -60l60 60l62 -60l-152 -152l366 -366l152 152l60 -62z" />
<glyph glyph-name="uniEB6F" unicode="&#xeb6f;"
d="M614 640h240v-426h-300l-16 84h-240v-298h-84v726h384z" />
<glyph glyph-name="uniEB97" unicode="&#xeb97;"
d="M726 384q0 -18 -13 -30t-31 -12h-426l-170 -172v598q0 18 12 30t30 12h554q18 0 31 -12t13 -30v-384zM896 640q18 0 30 -12t12 -30v-640l-170 170h-470q-18 0 -30 12t-12 30v86h554v384h86z" />
<glyph glyph-name="uniEB9C" unicode="&#xeb9c;"
d="M170 86h684v-86h-684v86zM854 554v128h-86v-128h86zM854 768q36 0 60 -25t24 -61v-128q0 -34 -24 -59t-60 -25h-86v-128q0 -70 -50 -121t-120 -51h-256q-70 0 -121 51t-51 121v426h684z" />
<glyph glyph-name="uniEBA3" unicode="&#xeba3;" horiz-adv-x="1025"
d="M1022 508q2 -2 2 -5t-2 -5l-50 -64q-4 -4 -8 -4l-30 6l-14 -44q-4 -8 -13 -8t-13 8l-28 60l-46 10l-94 -224l34 -272q0 -8 -8 -8h-40q-4 0 -8 6l-40 162l-20 34l-50 -196q0 -6 -8 -6h-42q-8 0 -8 8l46 270h-270l-70 -132l16 -136q4 -10 -8 -10h-40q-6 0 -8 4l-56 204
l-68 -78l12 -120q4 -10 -8 -10h-44q-8 0 -8 4l-26 112l42 164v288q-46 18 -46 60h548q96 -2 190 66q-16 44 12 72q56 -40 72 -50q14 -8 23 3t5 25q-18 56 -90 84q-2 0 -6 2q-24 6 -20 16q0 6 8 6q58 -8 99 -45t55 -71l8 -6q6 -8 13 -16t12 -23t3 -31q0 -10 4 -14z" />
<glyph glyph-name="uniEBC0" unicode="&#xebc0;"
d="M512 42q140 0 241 101t101 241t-101 241t-241 101t-241 -101t-101 -241t101 -241t241 -101zM512 810q176 0 301 -125t125 -301t-125 -301t-301 -125t-301 125t-125 301t125 301t301 125zM622 554l60 -60l-110 -110l110 -110l-60 -60l-110 110l-110 -110l-60 60l110 110
l-110 110l60 60l110 -110z" />
<glyph glyph-name="uniEBC2" unicode="&#xebc2;"
d="M426 42h-212v342h-128l426 384l426 -384h-128v-342h-212v256h-172v-256z" />
<glyph glyph-name="uniEBC5" unicode="&#xebc5;"
d="M512 406l170 170v150h-340v-150zM682 192l-170 170l-170 -170v-150h340v150zM256 810h512v-256l-170 -170l170 -170v-256h-512v256l170 170l-170 170v256z" />
<glyph glyph-name="uniEBCA" unicode="&#xebca;"
d="M896 106v492q-66 20 -150 20q-130 0 -234 -64v-490q104 64 234 64q78 0 150 -22zM746 704q152 0 236 -64v-622q0 -8 -7 -15t-15 -7q-6 0 -10 2q-82 44 -204 44q-130 0 -234 -64q-86 64 -234 64q-108 0 -204 -46q-2 0 -5 -1t-5 -1q-8 0 -15 6t-7 14v626q86 64 236 64
q148 0 234 -64q86 64 234 64z" />
<glyph glyph-name="uniEBF9" unicode="&#xebf9;"
d="M810 598v84h-426v-84h426zM640 256v86h-256v-86h256zM810 426v86h-426v-86h426zM854 810q34 0 59 -25t25 -59v-512q0 -34 -25 -60t-59 -26h-512q-34 0 -60 26t-26 60v512q0 34 26 59t60 25h512zM170 640v-598h598v-84h-598q-34 0 -59 25t-25 59v598h84z" />
<glyph glyph-name="uniEC0A" unicode="&#xec0a;"
d="M512 662q-44 0 -75 -32t-31 -76t31 -75t75 -31t75 31t31 75t-31 76t-75 32zM238 458q0 66 62 96q-62 30 -62 96q0 44 32 76t76 32q30 0 60 -20v8q0 44 31 76t75 32t75 -32t31 -76v-8q30 20 60 20q44 0 76 -32t32 -76q0 -66 -62 -96q62 -30 62 -96q0 -44 -32 -75t-76 -31
q-34 0 -60 18v-8q0 -44 -31 -75t-75 -31t-75 31t-31 75v8q-26 -18 -60 -18q-44 0 -76 31t-32 75zM512 -42q-160 0 -272 113t-112 271q160 0 272 -113t112 -271zM512 -42q0 158 112 271t272 113q0 -158 -112 -271t-272 -113z" />
<glyph glyph-name="uniEC10" unicode="&#xec10;"
d="M512 554q-52 0 -90 38t-38 90t38 90t90 38t90 -38t38 -90t-38 -90t-90 -38zM512 404q160 150 384 150v-468q-222 0 -384 -152q-162 152 -384 152v468q224 0 384 -150z" />
<glyph glyph-name="uniEC24" unicode="&#xec24;"
d="M512 406q44 0 75 31t31 75t-31 75t-75 31t-75 -31t-31 -75t31 -75t75 -31zM512 810q124 0 211 -87t87 -211q0 -62 -31 -142t-75 -150t-87 -131t-73 -97l-32 -34q-12 14 -32 37t-72 92t-91 134t-71 147t-32 144q0 124 87 211t211 87z" />
<glyph glyph-name="uniEC7A" unicode="&#xec7a;"
d="M282 436q96 -186 282 -282l94 94q20 20 44 10q72 -24 152 -24q18 0 30 -12t12 -30v-150q0 -18 -12 -30t-30 -12q-300 0 -513 213t-213 513q0 18 12 30t30 12h150q18 0 30 -12t12 -30q0 -80 24 -152q8 -26 -10 -44z" />
<glyph glyph-name="uniEC7B" unicode="&#xec7b;"
d="M736 128v598h-448v-598h448zM598 0v42h-172v-42h172zM682 854q52 0 90 -38t38 -90v-684q0 -52 -38 -90t-90 -38h-340q-52 0 -90 38t-38 90v684q0 52 38 90t90 38h340z" />
<glyph glyph-name="uniEC88" unicode="&#xec88;"
d="M512 298q108 0 225 -47t117 -123v-86h-684v86q0 76 117 123t225 47zM512 384q-70 0 -120 50t-50 120t50 121t120 51t120 -51t50 -121t-50 -120t-120 -50z" />
<glyph glyph-name="uniECAE" unicode="&#xecae;"
d="M86 214v84h340v-84h-340zM768 298h170v-84h-170v-172h-86v172h-170v84h170v172h86v-172zM598 640v-86h-512v86h512zM598 470v-86h-512v86h512z" />
<glyph glyph-name="uniED1B" unicode="&#xed1b;"
d="M512 160l-264 -160l70 300l-232 202l306 26l120 282l120 -282l306 -26l-232 -202l70 -300z" />
<glyph glyph-name="uniED1D" unicode="&#xed1d;"
d="M512 238l160 -96l-42 182l142 124l-188 16l-72 172l-72 -172l-188 -16l142 -124l-42 -182zM938 502l-232 -202l70 -300l-264 160l-264 -160l70 300l-232 202l306 26l120 282l120 -282z" />
<glyph glyph-name="uniED32" unicode="&#xed32;"
d="M692 128l-48 206l160 138l-210 18l-82 192l-82 -194l-210 -16l160 -138l-48 -206l180 108zM512 810q176 0 301 -125t125 -301t-125 -301t-301 -125t-301 125t-125 301t125 301t301 125z" />
<glyph glyph-name="uniEDAC" unicode="&#xedac;"
d="M598 640v86h-172v-86h172zM854 640q36 0 60 -25t24 -61v-468q0 -36 -24 -61t-60 -25h-684q-36 0 -60 25t-24 61v468q0 36 24 61t60 25h172v86q0 36 24 60t60 24h172q36 0 60 -24t24 -60v-86h172z" />
</font>
</defs></svg>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册