初次资源提交 (#296)

* First Commit

* Update README.md

* Delete botui.js

* Delete img/svg/mine directory

* Delete animation404.js

* Delete mastodon-about.js

* Delete js/highlight directory

* Create relay

* Add files via upload

* Delete other-sites/me directory

* Delete relay

* Delete js/pure-js-lib directory

* Update static

* 'Update'

* 'Update'

* Update

* Update
static
MomentQYC 2022-07-05 17:33:39 +08:00 committed by GitHub
parent 3043bc3c55
commit 3c0161eb5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1492 changed files with 16874 additions and 0 deletions

View File

@ -0,0 +1 @@
可能有文件差异及缺失,后续视情况补充

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,12 @@
<svg width="80px" height="80px" xmlns="http://www.w3.org/2000/svg" viewBox="-80 -80 260 260" preserveAspectRatio="xMidYMid" class="lds-squaricle" style="background: rgba(255, 255, 255, 0) none repeat scroll 0% 0%;">
<g transform="translate(50 50)">
<g transform="scale(0.794652 0.794652)">
<animateTransform attributeName="transform" type="scale" calcMode="spline" values="0.8;0.5;0.8" keyTimes="0;0.5;1" dur="1.5s" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" begin="0s" repeatCount="indefinite"/>
<rect x="-45" y="-45" width="90" height="90" fill="#70c3ef5e" stroke="#166087" stroke-width="8" rx="5.55556" transform="rotate(4.81284)">
<animate attributeName="rx" calcMode="linear" values="0;50;0" keyTimes="0;0.5;1" dur="1.5" begin="0s" repeatCount="indefinite"/>
<animate attributeName="stroke-width" calcMode="linear" values="8;24;8" keyTimes="0;0.5;1" dur="1.5" begin="0s" repeatCount="indefinite"/>
<animateTransform attributeName="transform" type="rotate" calcMode="spline" values="0 0 0;270 0 0;540 0 0" keyTimes="0;0.5;1" dur="1.5s" keySplines="0.5 0 0.5 1;0.5 0 0.5 1" begin="0s" repeatCount="indefinite"/>
</rect>
</g>
</g>
<script xmlns="" type="text/javascript" id="useragent-switcher">navigator.__defineGetter__("userAgent", function() {return "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0"})</script></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
cdn/img/refresh.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 B

BIN
cdn/img/sakura.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

BIN
cdn/img/star02.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,10 @@
<svg width="80px" height="80px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="lds-disk">
<g transform="translate(50,50)">
<g ng-attr-transform="scale({{config.scale}})" transform="scale(0.6)">
<circle cx="0" cy="0" r="50" ng-attr-fill="{{config.c1}}" fill="rgba(22, 160, 133, 0.95)"></circle>
<circle cx="0" ng-attr-cy="{{config.cy}}" ng-attr-r="{{config.r}}" ng-attr-fill="{{config.c2}}" cy="-28" r="15" fill="#fff8eb" transform="rotate(312)">
<animateTransform attributeName="transform" type="rotate" calcMode="linear" values="0 0 0;360 0 0" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"></animateTransform>
</circle>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 758 B

View File

@ -0,0 +1,370 @@
*{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;
width: 960px;
margin: 0 auto;
}
.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{
width: 100% !important;
}
.icon_lists li{
float:left;
width: 100px;
height:180px;
text-align: center;
list-style: none !important;
}
.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;
}
.markdown {
color: #666;
font-size: 14px;
line-height: 1.8;
}
.highlight {
line-height: 1.5;
}
.markdown img {
vertical-align: middle;
max-width: 100%;
}
.markdown h1 {
color: #404040;
font-weight: 500;
line-height: 40px;
margin-bottom: 24px;
}
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
color: #404040;
margin: 1.6em 0 0.6em 0;
font-weight: 500;
clear: both;
}
.markdown h1 {
font-size: 28px;
}
.markdown h2 {
font-size: 22px;
}
.markdown h3 {
font-size: 16px;
}
.markdown h4 {
font-size: 14px;
}
.markdown h5 {
font-size: 12px;
}
.markdown h6 {
font-size: 12px;
}
.markdown hr {
height: 1px;
border: 0;
background: #e9e9e9;
margin: 16px 0;
clear: both;
}
.markdown p,
.markdown pre {
margin: 1em 0;
}
.markdown > p,
.markdown > blockquote,
.markdown > .highlight,
.markdown > ol,
.markdown > ul {
width: 80%;
}
.markdown ul > li {
list-style: circle;
}
.markdown > ul li,
.markdown blockquote ul > li {
margin-left: 20px;
padding-left: 4px;
}
.markdown > ul li p,
.markdown > ol li p {
margin: 0.6em 0;
}
.markdown ol > li {
list-style: decimal;
}
.markdown > ol li,
.markdown blockquote ol > li {
margin-left: 20px;
padding-left: 4px;
}
.markdown code {
margin: 0 3px;
padding: 0 5px;
background: #eee;
border-radius: 3px;
}
.markdown pre {
border-radius: 6px;
background: #f7f7f7;
padding: 20px;
}
.markdown pre code {
border: none;
background: #f7f7f7;
margin: 0;
}
.markdown strong,
.markdown b {
font-weight: 600;
}
.markdown > table {
border-collapse: collapse;
border-spacing: 0px;
empty-cells: show;
border: 1px solid #e9e9e9;
width: 95%;
margin-bottom: 24px;
}
.markdown > table th {
white-space: nowrap;
color: #333;
font-weight: 600;
}
.markdown > table th,
.markdown > table td {
border: 1px solid #e9e9e9;
padding: 8px 16px;
text-align: left;
}
.markdown > table th {
background: #F7F7F7;
}
.markdown blockquote {
font-size: 90%;
color: #999;
border-left: 4px solid #e9e9e9;
padding-left: 0.8em;
margin: 1em 0;
font-style: italic;
}
.markdown blockquote p {
margin: 0;
}
.markdown .anchor {
opacity: 0;
transition: opacity 0.3s ease;
margin-left: 8px;
}
.markdown .waiting {
color: #ccc;
}
.markdown h1:hover .anchor,
.markdown h2:hover .anchor,
.markdown h3:hover .anchor,
.markdown h4:hover .anchor,
.markdown h5:hover .anchor,
.markdown h6:hover .anchor {
opacity: 1;
display: inline-block;
}
.markdown > br,
.markdown > p > br {
clear: both;
}
.hljs {
display: block;
background: white;
padding: 0.5em;
color: #333333;
overflow-x: auto;
}
.hljs-comment,
.hljs-meta {
color: #969896;
}
.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-strong,
.hljs-emphasis,
.hljs-quote {
color: #df5000;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
color: #a71d5d;
}
.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute {
color: #0086b3;
}
.hljs-section,
.hljs-name {
color: #63a35c;
}
.hljs-tag {
color: #333333;
}
.hljs-title,
.hljs-attr,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #795da3;
}
.hljs-addition {
color: #55a532;
background-color: #eaffea;
}
.hljs-deletion {
color: #bd2c00;
background-color: #ffecec;
}
.hljs-link {
text-decoration: underline;
}
pre{
background: #fff;
}

View File

@ -0,0 +1,412 @@
<!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 markdown">
<h1>IconFont 图标</h1>
<ul class="icon_lists clear">
<li>
<i class="icon iconfont icon-black-cat"></i>
<div class="name">cat</div>
<div class="fontclass">.icon-black-cat</div>
</li>
<li>
<i class="icon iconfont icon-white-cat"></i>
<div class="name">cat-in-white-silhoue</div>
<div class="fontclass">.icon-white-cat</div>
</li>
<li>
<i class="icon iconfont icon-markdown"></i>
<div class="name">markdown</div>
<div class="fontclass">.icon-markdown</div>
</li>
<li>
<i class="icon iconfont icon-right"></i>
<div class="name">uniE6A3</div>
<div class="fontclass">.icon-right</div>
</li>
<li>
<i class="icon iconfont icon-caidan"></i>
<div class="name">uniE6A0</div>
<div class="fontclass">.icon-caidan</div>
</li>
<li>
<i class="icon iconfont icon-delete"></i>
<div class="name">uniE6B4</div>
<div class="fontclass">.icon-delete</div>
</li>
<li>
<i class="icon iconfont icon-message"></i>
<div class="name">uniE6BC</div>
<div class="fontclass">.icon-message</div>
</li>
<li>
<i class="icon iconfont icon-link"></i>
<div class="name">uniE6BF</div>
<div class="fontclass">.icon-link</div>
</li>
<li>
<i class="icon iconfont icon-weibo"></i>
<div class="name">uniE6C4</div>
<div class="fontclass">.icon-weibo</div>
</li>
<li>
<i class="icon iconfont icon-info"></i>
<div class="name">uniE6E5</div>
<div class="fontclass">.icon-info</div>
</li>
<li>
<i class="icon iconfont icon-forward"></i>
<div class="name">uniE6EB</div>
<div class="fontclass">.icon-forward</div>
</li>
<li>
<i class="icon iconfont icon-share"></i>
<div class="name">uniE6F3</div>
<div class="fontclass">.icon-share</div>
</li>
<li>
<i class="icon iconfont icon-fold"></i>
<div class="name">uniE6DE</div>
<div class="fontclass">.icon-fold</div>
</li>
<li>
<i class="icon iconfont icon-favorfill"></i>
<div class="name">uniE64B</div>
<div class="fontclass">.icon-favorfill</div>
</li>
<li>
<i class="icon iconfont icon-time"></i>
<div class="name">uniE65F</div>
<div class="fontclass">.icon-time</div>
</li>
<li>
<i class="icon iconfont icon-favor"></i>
<div class="name">uniE64C</div>
<div class="fontclass">.icon-favor</div>
</li>
<li>
<i class="icon iconfont icon-weixin"></i>
<div class="name">uniE66F</div>
<div class="fontclass">.icon-weixin</div>
</li>
<li>
<i class="icon iconfont icon-github"></i>
<div class="name">uniE66C</div>
<div class="fontclass">.icon-github</div>
</li>
<li>
<i class="icon iconfont icon-notification"></i>
<div class="name">uniE66B</div>
<div class="fontclass">.icon-notification</div>
</li>
<li>
<i class="icon iconfont icon-tags"></i>
<div class="name">uniE68C</div>
<div class="fontclass">.icon-tags</div>
</li>
<li>
<i class="icon iconfont icon-pulldown"></i>
<div class="name">uniE69F</div>
<div class="fontclass">.icon-pulldown</div>
</li>
<li>
<i class="icon iconfont icon-search"></i>
<div class="name">uniE65C</div>
<div class="fontclass">.icon-search</div>
</li>
<li>
<i class="icon iconfont icon-pullleft"></i>
<div class="name">uniE71F</div>
<div class="fontclass">.icon-pullleft</div>
</li>
<li>
<i class="icon iconfont icon-notice"></i>
<div class="name">uniE70A</div>
<div class="fontclass">.icon-notice</div>
</li>
<li>
<i class="icon iconfont icon-attention"></i>
<div class="name">uniE73D</div>
<div class="fontclass">.icon-attention</div>
</li>
<li>
<i class="icon iconfont icon-rounddown"></i>
<div class="name">uniE75C</div>
<div class="fontclass">.icon-rounddown</div>
</li>
<li>
<i class="icon iconfont icon-upload"></i>
<div class="name">uniE75D</div>
<div class="fontclass">.icon-upload</div>
</li>
<li>
<i class="icon iconfont icon-douban"></i>
<div class="name">uniE607</div>
<div class="fontclass">.icon-douban</div>
</li>
<li>
<i class="icon iconfont icon-QQ"></i>
<div class="name">uniE604</div>
<div class="fontclass">.icon-QQ</div>
</li>
<li>
<i class="icon iconfont icon-caidan1"></i>
<div class="name">uniE628</div>
<div class="fontclass">.icon-caidan1</div>
</li>
<li>
<i class="icon iconfont icon-appreciatefill"></i>
<div class="name">uniE6E3</div>
<div class="fontclass">.icon-appreciatefill</div>
</li>
<li>
<i class="icon iconfont icon-appreciate"></i>
<div class="name">uniE644</div>
<div class="fontclass">.icon-appreciate</div>
</li>
<li>
<i class="icon iconfont icon-close"></i>
<div class="name">uniE646</div>
<div class="fontclass">.icon-close</div>
</li>
<li>
<i class="icon iconfont icon-calendar"></i>
<div class="name">uniE74A</div>
<div class="fontclass">.icon-calendar</div>
</li>
<li>
<i class="icon iconfont icon-location"></i>
<div class="name">uniE651</div>
<div class="fontclass">.icon-location</div>
</li>
<li>
<i class="icon iconfont icon-check"></i>
<div class="name">uniE645</div>
<div class="fontclass">.icon-check</div>
</li>
<li>
<i class="icon iconfont icon-roundcheck"></i>
<div class="name">uniE657</div>
<div class="fontclass">.icon-roundcheck</div>
</li>
<li>
<i class="icon iconfont icon-camera"></i>
<div class="name">uniE665</div>
<div class="fontclass">.icon-camera</div>
</li>
<li>
<i class="icon iconfont icon-likefill"></i>
<div class="name">uniE668</div>
<div class="fontclass">.icon-likefill</div>
</li>
<li>
<i class="icon iconfont icon-warn"></i>
<div class="name">uniE663</div>
<div class="fontclass">.icon-warn</div>
</li>
<li>
<i class="icon iconfont icon-comment"></i>
<div class="name">uniE667</div>
<div class="fontclass">.icon-comment</div>
</li>
<li>
<i class="icon iconfont icon-like"></i>
<div class="name">uniE669</div>
<div class="fontclass">.icon-like</div>
</li>
<li>
<i class="icon iconfont icon-back"></i>
<div class="name">uniE679</div>
<div class="fontclass">.icon-back</div>
</li>
<li>
<i class="icon iconfont icon-my1"></i>
<div class="name">uniE686</div>
<div class="fontclass">.icon-my1</div>
</li>
<li>
<i class="icon iconfont icon-more"></i>
<div class="name">uniE684</div>
<div class="fontclass">.icon-more</div>
</li>
<li>
<i class="icon iconfont icon-question"></i>
<div class="name">uniE691</div>
<div class="fontclass">.icon-question</div>
</li>
<li>
<i class="icon iconfont icon-pullright"></i>
<div class="name">uniE720</div>
<div class="fontclass">.icon-pullright</div>
</li>
<li>
<i class="icon iconfont icon-countdown"></i>
<div class="name">uniE708</div>
<div class="fontclass">.icon-countdown</div>
</li>
<li>
<i class="icon iconfont icon-mark"></i>
<div class="name">uniE731</div>
<div class="fontclass">.icon-mark</div>
</li>
<li>
<i class="icon iconfont icon-unfold"></i>
<div class="name">uniE661</div>
<div class="fontclass">.icon-unfold</div>
</li>
<li>
<i class="icon iconfont icon-file"></i>
<div class="name">uniE739</div>
<div class="fontclass">.icon-file</div>
</li>
<li>
<i class="icon iconfont icon-my"></i>
<div class="name">uniE78B</div>
<div class="fontclass">.icon-my</div>
</li>
<li>
<i class="icon iconfont icon-write"></i>
<div class="name">uniE761</div>
<div class="fontclass">.icon-write</div>
</li>
<li>
<i class="icon iconfont icon-community"></i>
<div class="name">uniE741</div>
<div class="fontclass">.icon-community</div>
</li>
<li>
<i class="icon iconfont icon-hot"></i>
<div class="name">uniE758</div>
<div class="fontclass">.icon-hot</div>
</li>
<li>
<i class="icon iconfont icon-text"></i>
<div class="name">uniE791</div>
<div class="fontclass">.icon-text</div>
</li>
<li>
<i class="icon iconfont icon-menu"></i>
<div class="name">uniE769</div>
<div class="fontclass">.icon-menu</div>
</li>
<li>
<i class="icon iconfont icon-bing"></i>
<div class="name">bing</div>
<div class="fontclass">.icon-bing</div>
</li>
<li>
<i class="icon iconfont icon-sakura"></i>
<div class="name">sakura-black</div>
<div class="fontclass">.icon-sakura</div>
</li>
<li>
<i class="icon iconfont icon-pixiv"></i>
<div class="name">pixiv-gray</div>
<div class="fontclass">.icon-pixiv</div>
</li>
<li>
<i class="icon iconfont icon-gear"></i>
<div class="name">gear</div>
<div class="fontclass">.icon-gear</div>
</li>
<li>
<i class="icon iconfont icon-dots"></i>
<div class="name">dots</div>
<div class="fontclass">.icon-dots</div>
</li>
</ul>
<h2 id="font-class-">font-class引用</h2>
<hr>
<p>font-class是unicode使用方式的一种变种主要是解决unicode书写不直观语意不明确的问题。</p>
<p>与unicode使用方式相比具有如下特点</p>
<ul>
<li>兼容性良好支持ie8+,及所有现代浏览器。</li>
<li>相比于unicode语意明确书写更直观。可以很容易分辨这个icon是什么。</li>
<li>因为使用class来定义图标所以当要替换图标时只需要修改class里面的unicode引用。</li>
<li>不过因为本质上还是使用的字体,所以多色图标还是不支持的。</li>
</ul>
<p>使用步骤如下:</p>
<h3 id="-fontclass-">第一步引入项目下面生成的fontclass代码</h3>
<pre><code class="lang-js hljs javascript"><span class="hljs-comment">&lt;link rel="stylesheet" type="text/css" href="./iconfont.css"&gt;</span></code></pre>
<h3 id="-">第二步:挑选相应图标并获取类名,应用于页面:</h3>
<pre><code class="lang-css hljs">&lt;<span class="hljs-selector-tag">i</span> <span class="hljs-selector-tag">class</span>="<span class="hljs-selector-tag">iconfont</span> <span class="hljs-selector-tag">icon-xxx</span>"&gt;&lt;/<span class="hljs-selector-tag">i</span>&gt;</code></pre>
<blockquote>
<p>"iconfont"是你项目下的font-family。可以通过编辑项目查看默认是"iconfont"。</p>
</blockquote>
</div>
</body>
</html>

View File

@ -0,0 +1,559 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>IconFont</title>
<link rel="stylesheet" href="demo.css">
<script src="iconfont.js"></script>
<style type="text/css">
.icon {
/* 通过设置 font-size 来改变图标大小 */
width: 1em; height: 1em;
/* 图标和文字相邻时,垂直对齐 */
vertical-align: -0.15em;
/* 通过设置 color 来改变 SVG 的颜色/fill */
fill: currentColor;
/* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
normalize.css 中也包含这行 */
overflow: hidden;
}
</style>
</head>
<body>
<div class="main markdown">
<h1>IconFont 图标</h1>
<ul class="icon_lists clear">
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-black-cat"></use>
</svg>
<div class="name">cat</div>
<div class="fontclass">#icon-black-cat</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-white-cat"></use>
</svg>
<div class="name">cat-in-white-silhoue</div>
<div class="fontclass">#icon-white-cat</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-markdown"></use>
</svg>
<div class="name">markdown</div>
<div class="fontclass">#icon-markdown</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-right"></use>
</svg>
<div class="name">uniE6A3</div>
<div class="fontclass">#icon-right</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-caidan"></use>
</svg>
<div class="name">uniE6A0</div>
<div class="fontclass">#icon-caidan</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-delete"></use>
</svg>
<div class="name">uniE6B4</div>
<div class="fontclass">#icon-delete</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-message"></use>
</svg>
<div class="name">uniE6BC</div>
<div class="fontclass">#icon-message</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-link"></use>
</svg>
<div class="name">uniE6BF</div>
<div class="fontclass">#icon-link</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-weibo"></use>
</svg>
<div class="name">uniE6C4</div>
<div class="fontclass">#icon-weibo</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-info"></use>
</svg>
<div class="name">uniE6E5</div>
<div class="fontclass">#icon-info</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-forward"></use>
</svg>
<div class="name">uniE6EB</div>
<div class="fontclass">#icon-forward</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-share"></use>
</svg>
<div class="name">uniE6F3</div>
<div class="fontclass">#icon-share</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-fold"></use>
</svg>
<div class="name">uniE6DE</div>
<div class="fontclass">#icon-fold</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-favorfill"></use>
</svg>
<div class="name">uniE64B</div>
<div class="fontclass">#icon-favorfill</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-time"></use>
</svg>
<div class="name">uniE65F</div>
<div class="fontclass">#icon-time</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-favor"></use>
</svg>
<div class="name">uniE64C</div>
<div class="fontclass">#icon-favor</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-weixin"></use>
</svg>
<div class="name">uniE66F</div>
<div class="fontclass">#icon-weixin</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-github"></use>
</svg>
<div class="name">uniE66C</div>
<div class="fontclass">#icon-github</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-notification"></use>
</svg>
<div class="name">uniE66B</div>
<div class="fontclass">#icon-notification</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-tags"></use>
</svg>
<div class="name">uniE68C</div>
<div class="fontclass">#icon-tags</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-pulldown"></use>
</svg>
<div class="name">uniE69F</div>
<div class="fontclass">#icon-pulldown</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-search"></use>
</svg>
<div class="name">uniE65C</div>
<div class="fontclass">#icon-search</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-pullleft"></use>
</svg>
<div class="name">uniE71F</div>
<div class="fontclass">#icon-pullleft</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-notice"></use>
</svg>
<div class="name">uniE70A</div>
<div class="fontclass">#icon-notice</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-attention"></use>
</svg>
<div class="name">uniE73D</div>
<div class="fontclass">#icon-attention</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-rounddown"></use>
</svg>
<div class="name">uniE75C</div>
<div class="fontclass">#icon-rounddown</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-upload"></use>
</svg>
<div class="name">uniE75D</div>
<div class="fontclass">#icon-upload</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-douban"></use>
</svg>
<div class="name">uniE607</div>
<div class="fontclass">#icon-douban</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-QQ"></use>
</svg>
<div class="name">uniE604</div>
<div class="fontclass">#icon-QQ</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-caidan1"></use>
</svg>
<div class="name">uniE628</div>
<div class="fontclass">#icon-caidan1</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-appreciatefill"></use>
</svg>
<div class="name">uniE6E3</div>
<div class="fontclass">#icon-appreciatefill</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-appreciate"></use>
</svg>
<div class="name">uniE644</div>
<div class="fontclass">#icon-appreciate</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-close"></use>
</svg>
<div class="name">uniE646</div>
<div class="fontclass">#icon-close</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-calendar"></use>
</svg>
<div class="name">uniE74A</div>
<div class="fontclass">#icon-calendar</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-location"></use>
</svg>
<div class="name">uniE651</div>
<div class="fontclass">#icon-location</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-check"></use>
</svg>
<div class="name">uniE645</div>
<div class="fontclass">#icon-check</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-roundcheck"></use>
</svg>
<div class="name">uniE657</div>
<div class="fontclass">#icon-roundcheck</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-camera"></use>
</svg>
<div class="name">uniE665</div>
<div class="fontclass">#icon-camera</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-likefill"></use>
</svg>
<div class="name">uniE668</div>
<div class="fontclass">#icon-likefill</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-warn"></use>
</svg>
<div class="name">uniE663</div>
<div class="fontclass">#icon-warn</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-comment"></use>
</svg>
<div class="name">uniE667</div>
<div class="fontclass">#icon-comment</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-like"></use>
</svg>
<div class="name">uniE669</div>
<div class="fontclass">#icon-like</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-back"></use>
</svg>
<div class="name">uniE679</div>
<div class="fontclass">#icon-back</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-my1"></use>
</svg>
<div class="name">uniE686</div>
<div class="fontclass">#icon-my1</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-more"></use>
</svg>
<div class="name">uniE684</div>
<div class="fontclass">#icon-more</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-question"></use>
</svg>
<div class="name">uniE691</div>
<div class="fontclass">#icon-question</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-pullright"></use>
</svg>
<div class="name">uniE720</div>
<div class="fontclass">#icon-pullright</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-countdown"></use>
</svg>
<div class="name">uniE708</div>
<div class="fontclass">#icon-countdown</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-mark"></use>
</svg>
<div class="name">uniE731</div>
<div class="fontclass">#icon-mark</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-unfold"></use>
</svg>
<div class="name">uniE661</div>
<div class="fontclass">#icon-unfold</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-file"></use>
</svg>
<div class="name">uniE739</div>
<div class="fontclass">#icon-file</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-my"></use>
</svg>
<div class="name">uniE78B</div>
<div class="fontclass">#icon-my</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-write"></use>
</svg>
<div class="name">uniE761</div>
<div class="fontclass">#icon-write</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-community"></use>
</svg>
<div class="name">uniE741</div>
<div class="fontclass">#icon-community</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-hot"></use>
</svg>
<div class="name">uniE758</div>
<div class="fontclass">#icon-hot</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-text"></use>
</svg>
<div class="name">uniE791</div>
<div class="fontclass">#icon-text</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-menu"></use>
</svg>
<div class="name">uniE769</div>
<div class="fontclass">#icon-menu</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-bing"></use>
</svg>
<div class="name">bing</div>
<div class="fontclass">#icon-bing</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-sakura"></use>
</svg>
<div class="name">sakura-black</div>
<div class="fontclass">#icon-sakura</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-pixiv"></use>
</svg>
<div class="name">pixiv-gray</div>
<div class="fontclass">#icon-pixiv</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-gear"></use>
</svg>
<div class="name">gear</div>
<div class="fontclass">#icon-gear</div>
</li>
<li>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-dots"></use>
</svg>
<div class="name">dots</div>
<div class="fontclass">#icon-dots</div>
</li>
</ul>
<h2 id="symbol-">symbol引用</h2>
<hr>
<p>这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇<a href="">文章</a>
这种用法其实是做了一个svg的集合与另外两种相比具有如下特点</p>
<ul>
<li>支持多色图标了,不再受单色限制。</li>
<li>通过一些技巧,支持像字体那样,通过<code>font-size</code>,<code>color</code>来调整样式。</li>
<li>兼容性较差,支持 ie9+,及现代浏览器。</li>
<li>浏览器渲染svg的性能一般还不如png。</li>
</ul>
<p>使用步骤如下:</p>
<h3 id="-symbol-">第一步引入项目下面生成的symbol代码</h3>
<pre><code class="lang-js hljs javascript"><span class="hljs-comment">&lt;script src="./iconfont.js"&gt;&lt;/script&gt;</span></code></pre>
<h3 id="-css-">第二步加入通用css代码引入一次就行</h3>
<pre><code class="lang-js hljs javascript">&lt;style type=<span class="hljs-string">"text/css"</span>&gt;
.icon {
width: <span class="hljs-number">1</span>em; height: <span class="hljs-number">1</span>em;
vertical-align: <span class="hljs-number">-0.15</span>em;
fill: currentColor;
overflow: hidden;
}
&lt;<span class="hljs-regexp">/style&gt;</span></code></pre>
<h3 id="-">第三步:挑选相应图标并获取类名,应用于页面:</h3>
<pre><code class="lang-js hljs javascript">&lt;svg <span class="hljs-class"><span class="hljs-keyword">class</span></span>=<span class="hljs-string">"icon"</span> aria-hidden=<span class="hljs-string">"true"</span>&gt;<span class="xml"><span class="hljs-tag">
&lt;<span class="hljs-name">use</span> <span class="hljs-attr">xlink:href</span>=<span class="hljs-string">"#icon-xxx"</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">use</span>&gt;</span>
</span>&lt;<span class="hljs-regexp">/svg&gt;
</span></code></pre>
</div>
</body>
</html>

View File

@ -0,0 +1,450 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>IconFont</title>
<link rel="stylesheet" href="demo.css">
<style type="text/css">
@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- */
}
.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;
}
</style>
</head>
<body>
<div class="main markdown">
<h1>IconFont 图标</h1>
<ul class="icon_lists clear">
<li>
<i class="icon iconfont">&#xe65d;</i>
<div class="name">cat</div>
<div class="code">&amp;#xe65d;</div>
</li>
<li>
<i class="icon iconfont">&#xe65e;</i>
<div class="name">cat-in-white-silhoue</div>
<div class="code">&amp;#xe65e;</div>
</li>
<li>
<i class="icon iconfont">&#xe664;</i>
<div class="name">markdown</div>
<div class="code">&amp;#xe664;</div>
</li>
<li>
<i class="icon iconfont">&#xe67e;</i>
<div class="name">uniE6A3</div>
<div class="code">&amp;#xe67e;</div>
</li>
<li>
<i class="icon iconfont">&#xe67f;</i>
<div class="name">uniE6A0</div>
<div class="code">&amp;#xe67f;</div>
</li>
<li>
<i class="icon iconfont">&#xe680;</i>
<div class="name">uniE6B4</div>
<div class="code">&amp;#xe680;</div>
</li>
<li>
<i class="icon iconfont">&#xe681;</i>
<div class="name">uniE6BC</div>
<div class="code">&amp;#xe681;</div>
</li>
<li>
<i class="icon iconfont">&#xe682;</i>
<div class="name">uniE6BF</div>
<div class="code">&amp;#xe682;</div>
</li>
<li>
<i class="icon iconfont">&#xe683;</i>
<div class="name">uniE6C4</div>
<div class="code">&amp;#xe683;</div>
</li>
<li>
<i class="icon iconfont">&#xe684;</i>
<div class="name">uniE6E5</div>
<div class="code">&amp;#xe684;</div>
</li>
<li>
<i class="icon iconfont">&#xe685;</i>
<div class="name">uniE6EB</div>
<div class="code">&amp;#xe685;</div>
</li>
<li>
<i class="icon iconfont">&#xe686;</i>
<div class="name">uniE6F3</div>
<div class="code">&amp;#xe686;</div>
</li>
<li>
<i class="icon iconfont">&#xe687;</i>
<div class="name">uniE6DE</div>
<div class="code">&amp;#xe687;</div>
</li>
<li>
<i class="icon iconfont">&#xe688;</i>
<div class="name">uniE64B</div>
<div class="code">&amp;#xe688;</div>
</li>
<li>
<i class="icon iconfont">&#xe689;</i>
<div class="name">uniE65F</div>
<div class="code">&amp;#xe689;</div>
</li>
<li>
<i class="icon iconfont">&#xe68a;</i>
<div class="name">uniE64C</div>
<div class="code">&amp;#xe68a;</div>
</li>
<li>
<i class="icon iconfont">&#xe68b;</i>
<div class="name">uniE66F</div>
<div class="code">&amp;#xe68b;</div>
</li>
<li>
<i class="icon iconfont">&#xe68c;</i>
<div class="name">uniE66C</div>
<div class="code">&amp;#xe68c;</div>
</li>
<li>
<i class="icon iconfont">&#xe68d;</i>
<div class="name">uniE66B</div>
<div class="code">&amp;#xe68d;</div>
</li>
<li>
<i class="icon iconfont">&#xe68e;</i>
<div class="name">uniE68C</div>
<div class="code">&amp;#xe68e;</div>
</li>
<li>
<i class="icon iconfont">&#xe68f;</i>
<div class="name">uniE69F</div>
<div class="code">&amp;#xe68f;</div>
</li>
<li>
<i class="icon iconfont">&#xe690;</i>
<div class="name">uniE65C</div>
<div class="code">&amp;#xe690;</div>
</li>
<li>
<i class="icon iconfont">&#xe691;</i>
<div class="name">uniE71F</div>
<div class="code">&amp;#xe691;</div>
</li>
<li>
<i class="icon iconfont">&#xe692;</i>
<div class="name">uniE70A</div>
<div class="code">&amp;#xe692;</div>
</li>
<li>
<i class="icon iconfont">&#xe693;</i>
<div class="name">uniE73D</div>
<div class="code">&amp;#xe693;</div>
</li>
<li>
<i class="icon iconfont">&#xe694;</i>
<div class="name">uniE75C</div>
<div class="code">&amp;#xe694;</div>
</li>
<li>
<i class="icon iconfont">&#xe695;</i>
<div class="name">uniE75D</div>
<div class="code">&amp;#xe695;</div>
</li>
<li>
<i class="icon iconfont">&#xe696;</i>
<div class="name">uniE607</div>
<div class="code">&amp;#xe696;</div>
</li>
<li>
<i class="icon iconfont">&#xe697;</i>
<div class="name">uniE604</div>
<div class="code">&amp;#xe697;</div>
</li>
<li>
<i class="icon iconfont">&#xe698;</i>
<div class="name">uniE628</div>
<div class="code">&amp;#xe698;</div>
</li>
<li>
<i class="icon iconfont">&#xe699;</i>
<div class="name">uniE6E3</div>
<div class="code">&amp;#xe699;</div>
</li>
<li>
<i class="icon iconfont">&#xe69a;</i>
<div class="name">uniE644</div>
<div class="code">&amp;#xe69a;</div>
</li>
<li>
<i class="icon iconfont">&#xe69b;</i>
<div class="name">uniE646</div>
<div class="code">&amp;#xe69b;</div>
</li>
<li>
<i class="icon iconfont">&#xe69c;</i>
<div class="name">uniE74A</div>
<div class="code">&amp;#xe69c;</div>
</li>
<li>
<i class="icon iconfont">&#xe69d;</i>
<div class="name">uniE651</div>
<div class="code">&amp;#xe69d;</div>
</li>
<li>
<i class="icon iconfont">&#xe69e;</i>
<div class="name">uniE645</div>
<div class="code">&amp;#xe69e;</div>
</li>
<li>
<i class="icon iconfont">&#xe69f;</i>
<div class="name">uniE657</div>
<div class="code">&amp;#xe69f;</div>
</li>
<li>
<i class="icon iconfont">&#xe6a0;</i>
<div class="name">uniE665</div>
<div class="code">&amp;#xe6a0;</div>
</li>
<li>
<i class="icon iconfont">&#xe6a1;</i>
<div class="name">uniE668</div>
<div class="code">&amp;#xe6a1;</div>
</li>
<li>
<i class="icon iconfont">&#xe6a2;</i>
<div class="name">uniE663</div>
<div class="code">&amp;#xe6a2;</div>
</li>
<li>
<i class="icon iconfont">&#xe6a3;</i>
<div class="name">uniE667</div>
<div class="code">&amp;#xe6a3;</div>
</li>
<li>
<i class="icon iconfont">&#xe6a4;</i>
<div class="name">uniE669</div>
<div class="code">&amp;#xe6a4;</div>
</li>
<li>
<i class="icon iconfont">&#xe6a5;</i>
<div class="name">uniE679</div>
<div class="code">&amp;#xe6a5;</div>
</li>
<li>
<i class="icon iconfont">&#xe6a6;</i>
<div class="name">uniE686</div>
<div class="code">&amp;#xe6a6;</div>
</li>
<li>
<i class="icon iconfont">&#xe6a7;</i>
<div class="name">uniE684</div>
<div class="code">&amp;#xe6a7;</div>
</li>
<li>
<i class="icon iconfont">&#xe6a8;</i>
<div class="name">uniE691</div>
<div class="code">&amp;#xe6a8;</div>
</li>
<li>
<i class="icon iconfont">&#xe6a9;</i>
<div class="name">uniE720</div>
<div class="code">&amp;#xe6a9;</div>
</li>
<li>
<i class="icon iconfont">&#xe6aa;</i>
<div class="name">uniE708</div>
<div class="code">&amp;#xe6aa;</div>
</li>
<li>
<i class="icon iconfont">&#xe6ab;</i>
<div class="name">uniE731</div>
<div class="code">&amp;#xe6ab;</div>
</li>
<li>
<i class="icon iconfont">&#xe6ac;</i>
<div class="name">uniE661</div>
<div class="code">&amp;#xe6ac;</div>
</li>
<li>
<i class="icon iconfont">&#xe6ad;</i>
<div class="name">uniE739</div>
<div class="code">&amp;#xe6ad;</div>
</li>
<li>
<i class="icon iconfont">&#xe6ae;</i>
<div class="name">uniE78B</div>
<div class="code">&amp;#xe6ae;</div>
</li>
<li>
<i class="icon iconfont">&#xe6af;</i>
<div class="name">uniE761</div>
<div class="code">&amp;#xe6af;</div>
</li>
<li>
<i class="icon iconfont">&#xe6b0;</i>
<div class="name">uniE741</div>
<div class="code">&amp;#xe6b0;</div>
</li>
<li>
<i class="icon iconfont">&#xe6b1;</i>
<div class="name">uniE758</div>
<div class="code">&amp;#xe6b1;</div>
</li>
<li>
<i class="icon iconfont">&#xe6b2;</i>
<div class="name">uniE791</div>
<div class="code">&amp;#xe6b2;</div>
</li>
<li>
<i class="icon iconfont">&#xe6b3;</i>
<div class="name">uniE769</div>
<div class="code">&amp;#xe6b3;</div>
</li>
<li>
<i class="icon iconfont">&#xe6b4;</i>
<div class="name">bing</div>
<div class="code">&amp;#xe6b4;</div>
</li>
<li>
<i class="icon iconfont">&#xe6b5;</i>
<div class="name">sakura-black</div>
<div class="code">&amp;#xe6b5;</div>
</li>
<li>
<i class="icon iconfont">&#xe6b6;</i>
<div class="name">pixiv-gray</div>
<div class="code">&amp;#xe6b6;</div>
</li>
<li>
<i class="icon iconfont">&#xe6b7;</i>
<div class="name">gear</div>
<div class="code">&amp;#xe6b7;</div>
</li>
<li>
<i class="icon iconfont">&#xe6b8;</i>
<div class="name">dots</div>
<div class="code">&amp;#xe6b8;</div>
</li>
</ul>
<h2 id="unicode-">unicode引用</h2>
<hr>
<p>unicode是字体在网页端最原始的应用方式特点是</p>
<ul>
<li>兼容性最好支持ie6+,及所有现代浏览器。</li>
<li>支持按字体的方式去动态调整图标大小,颜色等等。</li>
<li>但是因为是字体,所以不支持多色。只能使用平台里单色的图标,就算项目里有多色图标也会自动去色。</li>
</ul>
<blockquote>
<p>注意新版iconfont支持多色图标这些多色图标在unicode模式下将不能使用如果有需求建议使用symbol的引用方式</p>
</blockquote>
<p>unicode使用步骤如下</p>
<h3 id="-font-face">第一步拷贝项目下面生成的font-face</h3>
<pre><code class="lang-js hljs javascript">@font-face {
font-family: <span class="hljs-string">'iconfont'</span>;
src: url(<span class="hljs-string">'iconfont.eot'</span>);
src: url(<span class="hljs-string">'iconfont.eot?#iefix'</span>) format(<span class="hljs-string">'embedded-opentype'</span>),
url(<span class="hljs-string">'iconfont.woff'</span>) format(<span class="hljs-string">'woff'</span>),
url(<span class="hljs-string">'iconfont.ttf'</span>) format(<span class="hljs-string">'truetype'</span>),
url(<span class="hljs-string">'iconfont.svg#iconfont'</span>) format(<span class="hljs-string">'svg'</span>);
}
</code></pre>
<h3 id="-iconfont-">第二步定义使用iconfont的样式</h3>
<pre><code class="lang-js hljs javascript">.iconfont{
font-family:<span class="hljs-string">"iconfont"</span> !important;
font-size:<span class="hljs-number">16</span>px;font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: <span class="hljs-number">0.2</span>px;
-moz-osx-font-smoothing: grayscale;
}
</code></pre>
<h3 id="-">第三步:挑选相应图标并获取字体编码,应用于页面</h3>
<pre><code class="lang-js hljs javascript">&lt;i <span class="hljs-class"><span class="hljs-keyword">class</span></span>=<span class="hljs-string">"iconfont"</span>&gt;&amp;#x33;<span class="xml"><span class="hljs-tag">&lt;/<span class="hljs-name">i</span>&gt;</span></span></code></pre>
<blockquote>
<p>"iconfont"是你项目下的font-family。可以通过编辑项目查看默认是"iconfont"。</p>
</blockquote>
</div>
</body>
</html>

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,219 @@
<?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" >
<!--
2013-9-30: Created.
-->
<svg>
<metadata>
Created by iconfont
</metadata>
<defs>
<font id="iconfont" horiz-adv-x="1024" >
<font-face
font-family="iconfont"
font-weight="500"
font-stretch="normal"
units-per-em="1024"
ascent="896"
descent="-128"
/>
<missing-glyph />
<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="black-cat" unicode="&#58973;" d="M605.781339 495.391471c16.4635 0 29.797574-13.339022 29.797574-29.795101 0-16.451131-13.334074-29.785205-29.797574-29.785204-16.448657 0-29.7951 13.3316-29.7951 29.785204 0 16.458552 13.34397 29.7951 29.7951 29.795101zM917.872891 55.77768200000003c-20.728424 38.995364-44.210249 83.205613-44.210248 152.58238 0 116.068292 64.379582 156.90173 67.001867 158.504787 9.524339 5.63544 12.653764 17.925548 7.018324 27.449886a20.040693 20.040693 0 0 1-27.462255 7.033168c-3.535138-2.102776-86.636848-52.915742-86.636848-192.987841 0-79.368665 27.108494-130.391908 48.883359-171.393568 15.614968-29.35228 27.929814-52.559507 27.929814-79.084171 0-19.006622-4.136284-32.729091-11.948716-39.735047-7.958389-7.122226-18.355998-6.065891-18.551433-6.06589a19.528605 19.528605 0 0 1-2.896883 0.207804h-73.757963c8.584274 13.437976 13.64578 29.327542 13.645779 46.431769V862.100776a20.053062 20.053062 0 0 1-14.677377 19.308432c-8.648594 2.43922-17.873597-1.244349-22.52939-8.942983l-97.87062-162.000343c-30.030116 0.57146-118.272496 1.259192-382.428175 1.259192-56.089697 0-83.851289-0.039582-97.875568-0.138536L111.346941 885.186783C107.082016 893.392558 97.720952 897.625322 88.812603 895.421118a20.043167 20.043167 0 0 1-15.298314-19.464285v-917.211135c0-47.695909 38.792508-86.508208 86.500786-86.508208h715.88888c1.31609-0.116271 3.181377-0.235016 5.504325-0.235016 9.798937 0 27.422674 2.179466 42.946109 15.57786 17.324401 14.976713 26.118953 38.62676 26.118953 70.329201 0.002474 36.48935-15.822772 66.311662-32.600451 97.868147zM284.595899 395.737201c-38.522858 0-69.866591 31.336311-69.86659 69.859169 0 38.530279 31.356102 69.871538 69.86659 69.871539 38.51791 0 69.866591-31.341259 69.866591-69.871539 0-38.522858-31.336311-69.859169-69.866591-69.859169z m195.664551-80.506637h-14.798595l-1.617901-27.838282a20.038219 20.038219 0 0 0-19.986268-18.877981c-0.385921 0-0.781738 0.012369-1.175081 0.027212-11.043285 0.653098-19.489023 10.135381-18.830978 21.161349l1.481838 25.515332h-15.204308a20.038219 20.038219 0 1 0 0 40.078913h70.133767c11.063076 0 20.038219-8.962774 20.038219-20.040693a20.028324 20.028324 0 0 0-20.040693-20.02585z m125.520889 80.506637c-38.522858 0-69.871538 31.336311-69.871538 69.859169 0 38.530279 31.36105 69.871538 69.871538 69.871539 38.537701 0 69.898751-31.341259 69.898751-69.871539-0.002474-38.522858-31.36105-69.859169-69.898751-69.859169zM284.595899 465.603792m-29.790152 0a29.790152 29.790152 0 1 1 59.580305 0 29.790152 29.790152 0 1 1-59.580305 0Z" horiz-adv-x="1024" />
<glyph glyph-name="white-cat" unicode="&#58974;" d="M284.595899 535.482752c-38.522858 0-69.866591-31.341259-69.86659-69.866591 0-38.530279 31.356102-69.866591 69.86659-69.86659 38.51791 0 69.866591 31.336311 69.866591 69.86659 0 38.525332-31.336311 69.866591-69.866591 69.866591z m0-99.669112c-16.41897 0-29.790152 13.358813-29.790152 29.785204 0 16.438761 13.371182 29.7951 29.790152 29.7951s29.790152-13.356339 29.790153-29.7951c0-16.426392-13.358813-29.785205-29.790153-29.785204zM605.781339 535.482752c-38.522858 0-69.871538-31.341259-69.871538-69.866591 0-38.530279 31.36105-69.866591 69.871538-69.86659 38.537701 0 69.898751 31.336311 69.898751 69.86659-0.002474 38.525332-31.36105 69.866591-69.898751 69.866591z m0-99.669112c-16.411549 0-29.7951 13.358813-29.7951 29.785204 0 16.438761 13.383551 29.7951 29.7951 29.7951 16.438761 0 29.824786-13.356339 29.824787-29.7951-0.002474-16.426392-13.361287-29.785205-29.824787-29.785204zM873.662643 208.36006199999997c0 116.068292 64.379582 156.90173 67.001867 158.504787 9.524339 5.63544 12.653764 17.925548 7.018324 27.449886a20.040693 20.040693 0 0 1-27.462255 7.033168c-3.535138-2.102776-86.636848-52.915742-86.636848-192.987841 0-79.368665 27.108494-130.391908 48.883359-171.393568 15.614968-29.35228 27.929814-52.559507 27.929814-79.084171 0-19.006622-4.136284-32.729091-11.948716-39.735047-7.958389-7.122226-18.355998-6.065891-18.551433-6.06589a19.528605 19.528605 0 0 1-2.896883 0.207804h-73.757963c8.584274 13.437976 13.64578 29.327542 13.645779 46.431769V862.100776a20.053062 20.053062 0 0 1-14.677377 19.308432c-8.648594 2.43922-17.873597-1.244349-22.52939-8.942983l-97.87062-162.000343c-30.030116 0.57146-118.272496 1.259192-382.428175 1.259192-56.089697 0-83.851289-0.039582-97.875568-0.138536L111.346941 885.186783C107.082016 893.392558 97.720952 897.625322 88.812603 895.421118a20.043167 20.043167 0 0 1-15.298314-19.464285v-917.211135c0-47.695909 38.792508-86.508208 86.500786-86.508208h715.88888c1.31609-0.116271 3.181377-0.235016 5.504325-0.235016 9.798937 0 27.422674 2.179466 42.946109 15.57786 17.324401 14.976713 26.118953 38.62676 26.118953 70.329201 0 36.516562-15.837615 66.336401-32.602925 97.895359-20.725951 38.968152-44.207775 83.1784-44.207774 152.555168zM466.223802-87.698441H160.015075c-25.59697 0-46.424348 20.8348-46.424348 46.429296V793.8792980000001l58.014355-111.68957c3.6712-7.109857 11.461367-11.22635 19.053625-10.768687 4.020013 0.103902 34.505319 0.227595 108.723419 0.227594 154.032059 0 375.983785-0.482402 391.536906-1.246822 7.589785-0.80895 15.236468 2.820194 19.308432 9.556499l66.583786 110.222574v-831.4624c0-25.59697-20.819957-46.43177-46.416926-46.43177H466.223802v0.014843zM480.26045 355.309476h-70.133766a20.038219 20.038219 0 1 1 0-40.078912h15.204308l-1.481839-25.505437c-0.658045-11.050707 7.787693-20.520621 18.830978-21.173718 0.390869-0.012369 0.789159-0.027212 1.175081-0.027213a20.038219 20.038219 0 0 1 19.986268 18.877982l1.617901 27.840755h14.798596c11.063076 0 20.038219 8.9603 20.038219 20.038219s-8.972669 20.028324-20.035746 20.028324z" horiz-adv-x="1024" />
<glyph glyph-name="markdown" unicode="&#58980;" d="M937.064 651.42566668h-850.128c-39.559 0-71.726-32.123-71.726-71.653v-566.317c0-39.557 32.168-71.73 71.726-71.73h850.128c39.559 0 71.726 32.174 71.726 71.733v566.314c0 39.531-32.168 71.653-71.726 71.653zM574.149 83.66566667999996h-124.303v212.91l-93.237-119.492-93.197 119.492v-212.91h-124.295v425.82h124.295l93.197-150.767 93.237 150.767h124.303v-425.82zM759.686 83.66566667999996l-154.438 212.91h93.148v212.91h124.292v-212.91h93.208l-156.211-212.91z" horiz-adv-x="1024" />
<glyph glyph-name="right" unicode="&#59006;" d="M801.37 356.38l1.33 1.33q1.33 1.33 1.33 2.66 9.31 17.3 5.99 37.92-3.33 20.63-19.3 35.27L320.98 878.01Q301.02 896.64 275.07 895.97 249.13 895.3 230.5 876.01q-18.63-19.3-17.3-45.91 1.33-26.61 19.96-45.24l421.83-397.88-420.5-405.86q-18.63-17.3-19.3-43.91-0.66-26.62 17.97-46.58 18.63-18.63 46.57-18.63 25.28 0 43.91 17.3l465.75 449.78v1.33q1.33 1.33 2 1.33 0.66 0 0.66 1.33h1.33q1.33 2.66 7.99 13.31z" horiz-adv-x="1024" />
<glyph glyph-name="caidan" unicode="&#59007;" d="M30.06 721.66Q0 751.72 0 794.3t30.06 72.14Q60.12 896 102.7 896t72.14-29.56q29.56-29.56 29.56-72.14t-29.56-72.64q-29.56-30.06-72.14-30.06t-72.64 30.06z m409.8 0q-30.06 30.06-30.06 72.64t30.06 72.14Q469.92 896 512 896t72.14-29.56q30.06-29.56 30.06-72.14t-30.06-72.64Q554.08 691.6 512 691.6t-72.14 30.06z m409.3 0q-29.56 30.06-29.56 72.64t29.56 72.14Q878.72 896 921.3 896t72.64-29.56Q1024 836.88 1024 794.3t-30.06-72.64q-30.06-30.06-72.64-30.06t-72.14 30.06z" horiz-adv-x="1024" />
<glyph glyph-name="delete" unicode="&#59008;" d="M647.43 102.27999999999997q-10.86-10.86-25.72-10.86t-25.72 10.86q-10.86 10.86-10.86 25.72V530.29q0 14.85 10.86 25.71 10.86 10.86 25.72 10.86T647.43 556q10.86-10.86 10.86-25.71V128q0-14.86-10.86-25.72z m-219.43 0q-10.86-10.86-25.72-10.86-14.85 0-25.71 10.86-10.86 10.86-10.86 25.72V530.29q0 14.85 10.86 25.71 10.86 10.86 25.71 10.86 14.86 0 25.72-10.86t10.86-25.71V128q0-14.86-10.86-25.72z m559.43 610.86H804.57v73.15q0 45.71-32 77.71-32 32-76.57 32H329.14q-45.71 0-77.71-32-32-32-32-77.71v-73.15H36.57q-14.86 0-25.71-10.85Q0 691.44 0 676.5699999999999q0-14.86 10.86-25.71Q21.72 640 36.57 640h950.86q14.86 0 25.72 10.86 10.86 10.85 10.86 25.71 0 14.86-10.86 25.72-10.86 10.85-25.72 10.85z m-694.86 73.15q0 14.85 10.86 25.71 10.86 10.86 25.71 10.86H696q14.86 0 25.14-10.86 10.28-10.86 10.28-25.71v-73.15H292.56v73.15zM768-128H256q-45.71 0-77.71 32-32 32-32 77.71V530.29q0 16 10.85 26.29 10.86 10.28 25.71 10.28 14.85 0 25.71-10.28 10.86-10.29 10.86-26.29v-548.58q0-14.85 10.85-25.71 10.85-10.86 25.72-10.86h512q14.86 0 25.72 10.86t10.86 25.71V529.14q0 14.86 10.86 25.72 10.86 10.85 25.71 10.85 14.86 0 25.71-10.85 10.86-10.86 10.86-25.72v-547.43q0-45.71-32-77.71-32-32-77.71-32z" horiz-adv-x="1024" />
<glyph glyph-name="message" unicode="&#59009;" d="M656 493.71H363.43q-14.86 0-25.71 10.86-10.86 10.86-10.86 25.71 0 14.86 10.86 25.72 10.85 10.86 25.71 10.86H656q14.86 0 25.72-10.86t10.86-25.72q0-14.85-10.86-25.71-10.86-10.86-25.72-10.86z m-69.71-146.28H363.43q-14.86 0-25.71 10.86-10.86 10.86-10.86 25.72t10.86 25.72q10.85 10.85 25.71 10.85h222.86q16 0 26.29-10.85 10.28-10.86 10.28-25.72t-10.28-25.72q-10.29-10.86-26.29-10.86zM1024 457.14q0 118.86-68.57 220.01-68.57 101.14-186.29 160Q651.42 896 512.56 896 373.7 896 255.42 837.15q-118.28-58.85-186.85-160T0 457.14q0-99.43 52-189.72 52-90.28 145.71-154.28 12.58-8 27.43-5.14 14.86 2.86 23.43 15.43t5.72 27.42q-2.85 14.86-15.42 22.86-78.86 53.72-122.29 128Q73.15 376 73.15 457.14q0 99.43 58.86 183.43t160 133.15q101.14 49.14 220 49.14t220-49.14q101.14-49.15 160-133.15t58.86-183.43q0-99.43-58.86-183.43t-160-133.14q-101.14-49.14-220-49.14h-3.43l-2.28-1.14q-13.72 2.28-25.15-4-11.43-6.29-16-18.86-10.28-29.72-107.43-84.57 19.43 66.28 3.43 90.28-11.43 18.29-34.28 18.29-14.86 0-25.72-10.86-10.85-10.86-10.85-25.71 0-10.29 5.71-18.29-6.86-37.71-37.71-114.28-10.29-22.86 8-40 10.28-10.29 25.14-10.29 8 0 14.86 3.43 164.57 73.14 214.85 142.86 137.15 2.28 252.57 61.14 115.43 58.86 182.86 159.43 67.43 100.57 67.43 218.28z" horiz-adv-x="1024" />
<glyph glyph-name="link" unicode="&#59010;" d="M550.86 237.71000000000004h-1.15q-25.14 0-51.42 29.72L456 316.57000000000005Q445.71 328 446.28 344q0.58 16 12 26.29 11.43 10.28 26.29 9.71 14.86-0.57 25.14-12L552 322.28999999999996l198.86 204.57-57.15 62.85L611.43 504q-11.43-10.29-26.28-10.29-14.86 0-25.71 10.29-10.86 10.29-10.86 25.72 0 15.42 10.29 25.71l84.57 85.71q20.57 20.57 51.43 20.57 30.85 0 51.43-21.71l57.14-60.57q20.57-21.72 20-52.01-0.57-30.28-21.14-50.85L601.15 265.14q-27.43-27.43-50.28-27.43zM380.57 128q-20.57-21.71-50.85-21.71-30.29 0-52.01 21.71l-58.28 56q-21.72 20.57-21.72 51.43t21.72 51.43L424 500.57q28.57 29.72 51.43 29.72t51.43-28.58l48-51.42q10.28-10.29 10.28-26.86t-10.86-26.85q-10.86-10.29-25.72-10.86-14.86-0.58-26.28 9.71l-46.86 46.86-204.57-206.86 58.28-54.86L414.85 264q10.28 10.29 25.14 10.29 14.86 0 25.72-10.86 10.85-10.86 10.85-25.72t-10.28-26.29l-85.72-83.43z m493.14-105.71Q723.43-128 512-128q-211.43 0-361.72 150.29Q0 172.57000000000005 0 384q0 211.43 150.28 361.72Q300.56 896 512 896q211.43 0 361.71-150.28Q1024 595.44 1024 384q0-211.43-150.29-361.71z m-51.42 671.99Q693.71 822.85 512 822.85T201.72 694.28Q73.15 565.7 73.15 384q0-181.71 128.57-310.29Q330.3-54.860000000000014 512-54.860000000000014q181.71 0 310.29 128.57Q950.86 202.28999999999996 950.86 384T822.29 694.28z" horiz-adv-x="1024" />
<glyph glyph-name="weibo" unicode="&#59011;" d="M759.91 511.14q-1.15 0-5.14 1.14-4 1.14-5.14 1.72-1.14 0.57-4.58 1.72-3.43 1.14-4.57 2.28-1.14 1.14-3.42 2.28-2.29 1.14-2.86 2.86-0.57 1.72-1.72 4-1.14 2.29-0.57 4.57 0.57 2.28 1.72 5.71 12.56 30.85 13.13 59.99 0.58 29.14-12 48.57-44.57 62.85-217.12-8v-1.14q-26.28-10.29-25.14 5.71 0 3.43 1.15 5.71 25.14 81.13-11.43 117.7-41.14 41.14-138.27 3.43-97.13-37.71-193.11-131.41-71.99-71.99-111.42-144.56Q0 420.86 0 356.86q0-78.84 62.85-141.12t158.84-93.13q95.99-30.85 202.25-30.85 99.42 0 186.26 26.28 86.85 26.28 143.98 68.56 57.14 42.28 89.7 91.99 32.57 49.71 32.57 96.56 0 52.56-33.71 86.84t-82.84 49.14zM633.64 228.89q-82.85-66.28-208.54-78.27-125.69-12-220.54 36.57-94.84 48.57-102.84 130.27-8 81.7 75.42 147.98 83.42 66.28 208.55 78.28 125.13 12 219.97-36.57 94.85-48.56 102.84-130.26 8-81.7-74.85-147.98z m384.51 459.93q-14.86 69.14-65.7 121.7-50.85 52.56-121.13 73.13-70.28 20.57-142.27 6.86-16-3.43-25.14-16.57-9.14-13.15-5.72-28 3.43-14.85 17.71-23.42 14.29-8.57 30.29-5.14 50.28 9.14 100.56-5.14 50.28-14.28 86.27-51.99 36-37.71 46.85-86.85 10.86-49.13-5.14-93.7-5.71-14.86 1.71-28.57 7.43-13.71 23.43-18.85 16-5.14 30.86 2.29t19.42 22.29q22.85 62.84 8 131.97zM881.61 656.26q-7.43 34.28-31.43 60.56-24 26.29-58.28 36.57-34.28 10.28-69.7 3.42-13.71-3.43-21.14-14.86-7.43-11.42-4.57-24.57 2.86-13.14 14.86-20.57 12-7.42 25.71-5.14 36.57 8 62.28-19.43 25.71-27.42 13.14-61.7-3.43-13.71 2.86-25.71 6.28-12 19.43-16 13.14-4 26.28 2.29t16.57 18.86q11.42 32 4 66.28zM481.09 503.14q-61.71 16-122.84-10.28-61.13-26.29-87.42-79.99-27.42-53.71-4-106.27 23.43-52.57 85.13-72 65.14-20.56 130.84 6.86 65.71 27.42 91.99 85.7 25.14 57.14-2.28 108.56t-91.42 67.42z m-55.99-142.83q5.71-19.43-6.86-38.28-12.57-18.86-36-26.28-23.43-7.43-42.86 1.71-20.57 8-25.71 27.42-5.14 19.42 7.43 38.28t35.42 26.29q22.86 7.43 42.28-1.71 20.57-8 26.29-27.42z m50.28 43.99q2.28-7.43-2.29-14.86t-13.14-10.29q-8.57-2.86-16.57 0t-9.72 10.29q-1.71 7.43 1.72 14.28 11.43 17.14 29.71 10.29 8-2.29 10.29-9.71z" horiz-adv-x="1024" />
<glyph glyph-name="info" unicode="&#59012;" d="M711.18-87.25Q616.48-128 512.01-128q-104.47 0-199.18 40.75-94.7 40.75-163.01 109.06-68.3 68.3-109.06 163.01Q0 279.52 0 383.99q0 104.47 40.76 199.18 40.76 94.7 109.06 163.01 68.31 68.3 163.01 109.06Q407.53 896 512.01 896q104.47 0 199.17-40.76 94.71-40.76 163.01-109.06 68.31-68.31 109.06-163.01 40.75-94.7 40.75-199.18 0-104.47-40.75-199.17-40.75-94.71-109.06-163.01-68.3-68.31-163.01-109.06z m21.24 851.23Q631.4 822.53 512.01 822.53t-220.41-58.55q-101.02-58.55-159.57-159.57T73.48 384q0-119.39 58.55-220.41t159.57-159.57Q392.62-54.52999999999997 512.01-54.52999999999997t220.41 58.55q101.02 58.55 159.57 159.57T950.54 384q0 119.39-58.55 220.41T732.42 763.98zM512.01 622.78z m-39.03-39.03q-16.07 16.07-16.07 39.03t16.07 39.03q16.07 16.07 39.03 16.07t39.03-16.07q16.07-16.07 16.07-39.03t-16.07-39.03q-16.07-16.07-39.03-16.07t-39.03 16.07z m64.86-482.73q-10.91-10.9-25.83-10.9-14.92 0-25.83 10.9-10.91 10.9-10.91 25.83V457.47q0 14.92 10.91 25.83 10.91 10.91 25.83 10.91 14.92 0 25.83-10.91 10.91-10.91 10.91-25.83v-330.62q0-14.92-10.91-25.83z" horiz-adv-x="1024" />
<glyph glyph-name="forward" unicode="&#59013;" d="M548.57-124.19000000000005q-6.86 0-13.71 2.29-22.86 9.14-22.86 34.28v328q-76.57-3.43-151.43-23.43-74.86-20-124-41.72t-94.28-49.72q-45.14-28-59.43-39.42-14.28-11.43-21.14-17.14-20.57-18.28-43.42-5.71-22.86 12.57-17.14 38.86 2.29 16 8.57 41.14 6.29 25.14 32 89.71 25.72 64.57 59.99 119.43 78.86 124.57 192.57 189.72 113.72 65.14 254.29 65.14 14.86 0 25.71-10.86 10.86-10.86 10.86-25.72 0-14.85-10.86-25.71-10.86-10.86-25.71-10.86-77.71 0-146.29-24-68.57-24-114.86-59.43-46.28-35.43-85.14-85.15-38.85-49.72-60.57-91.43-21.72-41.72-40.01-86.29 208 126.86 446.86 126.86 14.86 0 25.71-10.86 10.86-10.86 10.86-25.71v-272l352 377.14-352 382.86v-49.15q0-14.85-10.86-25.71-10.86-10.86-25.72-10.86t-25.71 10.86q-10.86 10.86-10.86 25.71V859.79q0 24 23.43 33.14t40.57-9.14l438.86-475.43q9.14-10.28 9.14-24.57 0-14.29-10.29-24.57l-438.85-472q-10.29-11.43-26.29-11.43z" horiz-adv-x="1024" />
<glyph glyph-name="share" unicode="&#59014;" d="M805.707132 164.57714299999998q-61.709397 0-103.998985-43.429576L347.431607 317.715647q17.139833 31.999688 17.139833 66.289353 0 19.42981-6.859933 41.139598l348.576596 215.997891q42.279587-37.709632 97.139051-37.709632 60.569409 0 103.42899 42.849582 42.859581 42.849582 42.859581 103.42899 0 60.579408-42.859581 103.42899Q863.996563 895.99 803.437154 895.99q-60.569409 0-103.42899-42.849581-42.859581-42.849582-42.859581-103.43899 0-22.849777 9.14991-46.849543L321.151864 487.993984q-43.429576 42.289587-102.848996 42.289587-60.579408 0-103.42899-42.859581-42.859581-42.859581-42.859581-103.42899 0-60.569409 42.859581-103.42899 42.859581-42.859581 103.42899-42.859581 43.419576 0 79.999219 23.999765l366.846417-204.568002q-5.709944-20.569799-5.709944-38.849621 0-60.579408 42.859582-103.42899 42.859581-42.859581 103.42899-42.859581 60.579408 0 103.42899 42.859581 42.859581 42.859581 42.859581 103.42899 0 60.569409-42.859581 103.42899-42.859581 42.859581-103.42899 42.859582zM751.997656 801.150926q21.709788 21.709788 51.999492 21.709788t51.429498-21.709788q21.139794-21.719788 21.139794-51.999492t-21.139794-51.429498q-21.139794-21.149793-51.429498-21.149793t-51.999492 21.149793q-21.709788 21.149793-21.709788 51.429498t21.709788 51.999492zM166.853371 332.585502q-21.719788 21.709788-21.719788 51.999492t21.719788 51.429498q21.719788 21.139794 51.999492 21.139794t51.429498-21.139794q21.149793-21.139794 21.149793-51.429498t-21.149793-51.999492q-21.139794-21.719788-51.429498-21.719788-30.279704 0-51.999492 21.719788z m690.283259-365.716428q-21.719788-21.719788-51.999493-21.719788t-51.429497 21.719788q-21.139794 21.719788-21.139794 51.999492t21.139794 51.429497q21.139794 21.139794 51.429497 21.139794 30.279704 0 51.999493-21.139794t21.719787-51.429497q0-30.279704-21.719787-51.999492z" horiz-adv-x="1024" />
<glyph glyph-name="fold" unicode="&#59015;" d="M1010.7 415.92L541.26 881.37l-1.33 1.33h-1.33v1.33Q525.3 896 508.01 896t-29.26-13.3L13.3 413.26Q0 401.29 0 383.34000000000003q0-17.96 12.63-29.92 12.63-11.97 30.59-11.97 17.95 0 29.92 11.97l436.2 440.19 441.52-438.86q13.3-11.97 30.58-11.97 17.29 0 29.92 12.63 12.63 12.63 12.63 30.59 0 17.95-13.3 29.93z" horiz-adv-x="1024" />
<glyph glyph-name="favorfill" unicode="&#59016;" d="M1013.835099 469.924161q14.849855 15.989844 7.999922 37.129637-6.859933 21.129794-28.559721 24.55976L683.718323 579.5930900000001 546.649662 875.440201Q536.369762 896 513.519985 896q-23.989766 0-33.119676-20.559799L341.04167 580.733079 31.484693 533.903536q-21.699788-3.429967-29.129716-24.55976-7.419928-21.129794 8.569916-37.119638l223.887814-230.737746-53.689476-325.546821q-3.429967-22.849777 15.41985-35.989649 18.849816-13.129872 38.269626-1.709983l276.4273 151.918516 276.427301-153.058505q7.999922-4.569955 17.129833-4.569955h1.149988q14.849855 0 25.699749 10.849894t10.849894 25.699749q0 6.859933-2.289977 12.569877l-51.399498 318.686888 225.027802 229.597758z" horiz-adv-x="1024" />
<glyph glyph-name="time" unicode="&#59017;" d="M873.71 745.72Q723.43 896 512 896 300.57 896 150.28 745.72 0 595.44 0 384q0-211.43 150.28-361.71Q300.56-128 512-128q211.43 0 361.71 150.29Q1024 172.57000000000005 1024 384q0 211.43-150.29 361.72zM732 4q-101.14-58.86-220-58.86T292 4q-101.14 58.86-160 160T73.14 384q0 118.86 58.86 220t160 160q101.14 58.86 220 58.86T732 764q101.14-58.86 160-160t58.86-220q0-118.86-58.86-220T732 4z m-37.14 380H512V640q0 14.86-10.86 25.72-10.85 10.85-25.71 10.85-14.86 0-25.71-10.85-10.86-10.85-10.86-25.72v-292.57q0-14.86 10.86-25.71 10.85-10.86 25.71-10.86h219.43q14.85 0 25.71 10.86 10.86 10.86 10.86 25.72t-10.86 25.71q-10.86 10.86-25.71 10.86z" horiz-adv-x="1024" />
<glyph glyph-name="favor" unicode="&#59018;" d="M804.85428-127.210015q-9.129822 0-17.129665 4.56991L511.370012 30.38690699999995 235.02541-121.50012700000002q-19.419621-11.419777-38.259253 1.709967-18.839632 13.139743-15.409699 35.979297l53.668952 325.453643L11.199781 472.318275q-15.989688 15.989688-9.129821 37.119275Q8.929826 530.567137 30.619402 533.987071l178.146521 29.699419q14.84971 3.419933 26.839475-5.709888 11.989766-9.139821 14.83971-23.979532 2.849944-14.84971-6.279877-26.839475t-23.989531-15.419699l-108.487881-18.269643 189.566297-194.126209q12.559755-13.709732 9.139822-31.979375l-44.53913-268.354759 228.395539 125.607547q17.119666 9.139821 35.399308-1.139978L756.895217-22.142067999999995l-43.399152 269.504737q-3.419933 18.269643 10.279799 30.829398l187.286342 192.99623-256.944982 38.819242q-19.409621 3.429933-27.409464 20.559598L512.51999 773.802387l-114.19777-242.095272q-5.709888-13.699732-19.97961-18.839632-14.279721-5.1399-27.979453 1.139978-13.709732 6.279877-18.839632 20.559598-5.1299 14.269721 0.569989 27.979454l148.4471 312.893889Q489.680436 896 513.659968 896q22.839554 0 33.119353-20.559598l137.027323-295.764224 309.473956-47.959063q21.689576-3.419933 28.549442-24.549521 6.859866-21.129587-7.999843-37.119275L788.864592 240.52280199999996l52.528975-325.453643q3.429933-22.839554-15.979688-35.399309-9.139821-6.859866-20.559599-6.859866z" horiz-adv-x="1024" />
<glyph glyph-name="weixin" unicode="&#59019;" d="M693.38 643.44q16.07 0 35.59-2.29-24.11 110.2-128.58 182.52Q495.93 896 362.76 896q-98.72 0-181.95-40.76Q97.58 814.48 48.79 743.31 0 672.13 0 587.1800000000001q0-142.35 144.65-244.52L109.06 233.60000000000002l126.28 64.29q91.83-18.37 127.42-18.37 14.93 0 33.29 1.15-10.33 37.89-10.33 75.77 0 119.39 89.54 203.19t218.12 83.8z m-195.16 98.73q20.67 0 33.29-12.63 12.63-12.63 12.63-32.72 0-20.08-12.63-32.71-12.63-12.63-33.29-12.63-20.66 0-37.31 12.63-16.64 12.63-16.64 32.71 0 20.09 16.64 32.72 16.65 12.63 37.31 12.63z m-253.7-90.69q-20.66 0-37.31 12.63-16.65 12.63-16.65 32.71 0 20.09 16.65 32.72 16.65 12.63 37.31 12.63 20.66 0 33.29-12.63 12.63-12.63 12.63-32.72 0-20.08-12.63-32.71-12.63-12.63-33.29-12.63zM1024 361.03999999999996q0 107.91-91.84 185.4-91.84 77.49-215.82 77.49-128.57 0-218.69-76.92-90.12-76.91-90.12-185.98 0-109.06 90.12-185.97 90.12-76.92 218.69-76.92 36.74 0 109.06 18.37l98.73-55.1-26.41 90.69Q1024 247.38 1024 361.03z m-407.53 45.92q-13.78 0-25.26 10.91-11.48 10.9-11.48 24.68t11.48 25.25q11.48 11.48 25.26 11.48 19.51 0 32.71-10.9 13.21-10.9 13.21-25.25t-13.21-25.25q-13.2-10.91-32.71-10.91z m199.75 0q-13.78 0-25.26 10.91-11.48 10.9-11.48 24.68t11.48 25.25q11.48 11.48 25.26 11.48 19.51 0 32.14-11.48 12.63-11.48 12.63-25.25t-12.63-24.68q-12.63-10.91-32.14-10.91z" horiz-adv-x="1024" />
<glyph glyph-name="github" unicode="&#59020;" d="M0 384q0-165.71 95.43-298.29 95.43-132.57 247.43-185.14 5.71-1.14 9.71-1.14 4 0 6.29 1.14 2.28 1.14 4 2.86 1.71 1.72 2.28 5.14 0.57 3.43 0.57 4.57V14.860000000000014q-43.42-5.72-75.99 1.14-32.58 6.86-49.15 22.29-16.57 15.42-25.71 29.14-9.15 13.72-14.86 30.29-5.71 16.58-5.71 18.86-9.15 14.86-26.86 27.43-17.72 12.57-26.86 20t-3.43 14.29q51.43 26.28 114.29-66.29 34.28-50.29 118.86-28.57 9.14 40 38.85 68.57-115.43 20.57-171.43 85.72-56 65.14-56 157.71 0 88 54.86 150.86-21.71 65.14 5.72 138.28Q272 686.87 308 673.16q36-13.72 50.86-23.43 14.85-9.72 25.14-17.72 58.29 16 128 16 72 0 130.29-16 74.28 56 139.42 50.29 26.29-70.86 5.72-134.86 56-64 56-152 0-92.57-56.57-157.71-56.57-65.14-172-85.72 43.43-42.29 43.43-104V-83.41999999999996q1.14-5.71 1.71-9.14 0.57-3.43 4.57-6.29t10.86-2.86Q829.71-49.139999999999986 926.86 84 1024 217.14 1024 384q0 139.43-68.57 257.14-68.57 117.72-186.29 186.28Q651.42 895.99 512 895.99q-139.43 0-257.14-68.57-117.72-68.57-186.28-186.28Q0.01 523.4200000000001 0.01 384z" horiz-adv-x="1024" />
<glyph glyph-name="notification" unicode="&#59021;" d="M509.63-80.59000000000003q-36.74 0-81.78 43.85l-215.7 216.89h-98.37q-47.41 0-80.59 33.19Q0 246.51999999999998 0 293.92999999999995V521.48q0 47.41 33.19 80.59 33.19 33.19 80.59 33.19h98.37l215.7 216.89Q471.7 896 509.63 896q23.7 0 41.48-17.78 17.78-17.78 17.78-53.33v-834.37q0-36.74-17.78-53.92-17.78-17.19-41.48-17.19z m-395.85 640q-15.41 0-26.67-11.26-11.26-11.26-11.26-26.67v-227.55q0-15.41 11.26-26.67Q98.37 256 113.78 256h113.78q15.4 0 27.25-10.67l227.56-227.55 10.67-10.67V808.3q-5.93-4.74-10.67-10.67L254.81 570.0699999999999q-11.85-10.66-27.25-10.66H113.78z m587.85-410.08q-13.04 0-22.52 7.11-13.04 8.3-15.41 24.3-2.37 16 7.11 27.85l14.23 21.34q26.07 34.37 37.92 53.33 11.85 18.96 23.7 53.33 11.86 34.37 11.86 71.11 0 39.11-10.66 71.7-10.66 32.6-21.92 50.38-11.26 17.78-34.97 49.78-11.85 15.4-20.15 27.25-9.48 11.86-7.11 27.86t15.41 24.88q13.04 8.88 28.45 6.51 15.4-2.37 24.88-15.4 4.75-8.3 18.97-24.89 27.26-36.74 40.89-58.66 13.63-21.93 27.85-65.78 14.22-43.86 14.22-93.64 0-48.59-15.41-93.62-15.4-45.04-29.63-68.15-14.23-23.12-42.67-61.03l-14.23-20.15q-11.85-15.41-30.81-15.41z m128-129.18q-14.22 0-24.89 9.48-11.85 10.67-12.44 26.07-0.6 15.41 8.89 27.26 68.74 78.23 107.85 154.08 39.11 75.85 39.11 170.67 0 94.81-39.11 170.67-39.11 75.85-107.85 154.07-9.49 11.86-8.89 27.27 0.59 15.4 12.44 26.07 11.85 10.66 27.85 9.48 16-1.19 26.67-13.03 74.67-86.52 119.7-174.82 45.04-88.29 45.04-199.7 0-111.41-45.04-199.7-45.03-88.3-119.7-174.81-11.85-13.04-29.63-13.04z" horiz-adv-x="1024" />
<glyph glyph-name="tags" unicode="&#59022;" d="M1003.985195 670.862199q-19.42981-41.149598-90.279118-76.569253v49.13952q42.279587 23.999766 52.569487 46.859543 31.999688 66.279353 0 115.418873-28.569721 45.719554-93.719085 45.719553-27.429732 0-54.27947-26.289743-26.859738-26.279743-47.999531-69.709319-21.139794-43.429576-37.139638-89.14913-15.999844-45.719554-27.419732-94.849073l-17.149832-12.569878-26.279744 39.99961q12.569877 50.279509 29.139716 95.419068 16.569838 45.149559 41.709592 94.289079 25.139754 49.13952 60.569409 78.279236T869.136512 895.99q90.289118 0 132.568706-69.139325 42.289587-69.139325 2.289977-155.998476zM665.708499 491.433951q15.999844 0 27.419732 9.139911 11.419888 9.139911 15.999844 22.859776 23.999766 21.709788 44.579565 34.279666 2.279978-12.569877 2.279977-21.709788 0-36.569643-26.289743-62.859387-26.279743-26.279743-63.429381-26.279743-37.139637 0-63.42938 26.279743-26.289743 26.289743-26.289743 62.859387 0 28.569721 15.429849 50.859503 15.429849 22.279782 39.429615 32.569682l-10.2899-60.569409h-4.569955q-3.429967-4.569955 4.569955-22.859776 0-18.289821 13.139872-31.429693t31.439693-13.139872zM531.989805 693.7119749999999q-10.2799 0-24.56976-5.709944-14.28986-5.709944-21.139794-12.569877l-441.145692-439.995703 317.716898-318.856886 442.27568 441.135692q5.719944 6.859933 11.999883 21.139793 6.279939 14.279861 6.279939 24.56976V693.7019760000001H785.697327q11.419888 26.289743 21.709788 45.719553h15.999844q19.42981 0 32.569682-13.149871t13.139872-32.569682l-1.139989-67.419342h1.139989v-179.428248h-1.139989v-43.429576q0-18.289821-9.139911-41.149598t-22.859777-35.419654L394.841144-114.29013399999997q-12.569877-13.709866-31.429693-13.709866t-31.429693 13.709866L13.124872 203.42676300000005Q0.554995 215.99664099999995 0.554995 234.85645599999998t12.569877 31.429694l442.285681 441.135692q12.569877 12.569877 34.849659 22.279782 22.279782 9.719905 41.719593 9.719905h132.568705q-7.999922-21.719788-13.709866-45.719553H531.979805z m11.429888-777.13241l350.856574 351.996562q6.849933 6.859933 13.139872 21.139794 6.289939 14.28986 6.289938 23.429771V530.2935709999999Q938.845832 544.0034370000001 958.275642 560.003281v-246.857589q0-18.279821-9.709905-41.139598-9.719905-22.859777-22.289783-35.429654l-350.856573-350.856574Q561.709515-127.99000000000001 542.849699-127.99000000000001t-31.429693 13.709866L483.990274-87.99039100000005l31.999687 31.999688 27.429732-27.429732z" horiz-adv-x="1024" />
<glyph glyph-name="pulldown" unicode="&#59023;" d="M873.71 22.289999999999964Q723.43-128 512-128q-211.43 0-361.72 150.29Q0 172.57000000000005 0 384q0 211.43 150.28 361.72Q300.56 896 512 896q211.43 0 361.71-150.28Q1024 595.44 1024 384q0-211.43-150.29-361.71z m-51.42 671.99Q693.71 822.85 512 822.85T201.72 694.28Q73.15 565.7 73.15 384q0-181.71 128.57-310.29Q330.3-54.860000000000014 512-54.860000000000014q181.71 0 310.29 128.57Q950.86 202.28999999999996 950.86 384T822.29 694.28z m-90.86-348q0 14.86-10.86 25.72t-26.28 10.86q-15.43 0-25.72-10.29l-120-118.86V604.5699999999999q0 14.86-10.86 25.71-10.86 10.86-25.72 10.86t-25.72-10.86q-10.85-10.85-10.85-25.71v-353.14l-120 122.28q-11.43 10.29-26.29 10.86-14.85 0.57-25.71-10.29-10.86-10.86-10.86-26.28 0-15.43 10.29-25.71l182.85-184q10.29-11.43 26.29-11.43 14.86 0 25.14 10.28v1.15L719.99 320q11.43 11.43 11.43 26.28z" horiz-adv-x="1024" />
<glyph glyph-name="search" unicode="&#59024;" d="M1014.01-66.41999999999996L839.54 119.45000000000005q109.47 132.27 109.47 302.18 0 128.86-63.86 238.33T712.4 832.71Q603.51 895.99 474.65 895.99T236.32 832.71Q126.85 769.4300000000001 63.57 659.96T0.29 421.63q0-128.86 63.28-237.75 63.29-108.9 172.75-172.76 109.47-63.86 238.33-63.86 102.63 0 196.13 42.19 13.69 6.84 18.82 21.09 5.13 14.25-1.14 27.94-6.27 13.69-20.53 18.82-14.25 5.13-27.94-0.57-78.68-36.49-165.34-36.49-109.47 0-201.83 54.16-92.37 54.17-145.96 146.53Q73.27 313.29999999999995 73.27 422.2t53.59 201.27q53.59 92.36 145.96 145.96 92.37 53.59 201.27 53.59t201.26-53.59q92.37-53.59 146.53-145.96t54.16-201.84q0-160.78-111.75-278.24-10.26-10.26-10.26-25.65 0-15.39 11.4-25.65l1.14-1.14q1.14-1.14 1.71-1.14 0.57 0 1.71-1.71 1.14-1.71 1.14-2.85l189.29-201.84q10.27-11.4 26.23-11.4 14.82 0 25.09 10.26 11.4 10.27 11.97 25.09 0.57 14.82-9.69 26.23z" horiz-adv-x="1024" />
<glyph glyph-name="pullleft" unicode="&#59025;" d="M873.71 22.289999999999964Q723.43-128 512-128q-211.43 0-361.72 150.29Q0 172.57000000000005 0 384q0 211.43 150.28 361.72Q300.56 896 512 896q211.43 0 361.71-150.28Q1024 595.44 1024 384q0-211.43-150.29-361.71z m-51.42 671.99Q693.71 822.85 512 822.85T201.72 694.28Q73.15 565.7 73.15 384q0-181.71 128.57-310.29Q330.3-54.860000000000014 512-54.860000000000014q181.71 0 310.29 128.57Q950.86 202.28999999999996 950.86 384T822.29 694.28z m-564-323.99l1.14-1.15q2.28-6.85 6.86-11.43L448 176q11.43-11.43 26.28-11.43 14.86 0 25.72 10.86t10.86 25.71q0 14.86-10.29 26.28L381.71 345.13h348.58q16 0 26.29 10.86 10.28 10.86 10.28 26.28 0 15.43-10.28 25.72-10.29 10.29-26.29 10.29H380.57l121.14 120Q512 549.7 512 564.56q0 14.86-10.28 25.71-10.29 10.86-26.29 10.86-14.86 0-25.14-10.28l-184-181.72q-17.15-17.14-8-38.85z" horiz-adv-x="1024" />
<glyph glyph-name="notice" unicode="&#59026;" d="M929.1 139.02999999999997q-5.51 7.73-14.89 21.52t-31.45 51.86q-22.07 38.07-39.72 75.03-17.66 36.97-31.45 84.42-13.8 47.45-13.8 84.97 0 130.2-50.2 208.55-50.21 78.34-129.66 108.14v16.55q0 44.14-30.89 75.04Q556.15 896 512.01 896t-75.03-30.89q-30.9-30.89-30.9-75.04v-18.76q-20.97-14.34-13.24-38.62 4.41-13.24 17.65-20.42 13.24-7.17 26.49-2.75 29.79 9.93 62.89 9.93h24.28q94.89 0 148.96-69.52 54.07-69.52 54.07-193.1 0-134.62 121.38-324.42-184.27-83.86-336.55-83.86-151.17 0-336.55 84.97 121.38 188.69 121.38 323.31 0 103.72 38.62 169.93 6.62 12.14 3.31 26.49-3.31 14.34-16 21.51-12.69 7.17-27.03 3.31-14.35-3.86-22.06-16-47.45-82.76-47.45-205.24 0-37.52-13.79-84.97-13.8-47.45-31.45-83.86-17.66-36.41-39.72-74.48-22.07-38.07-31.45-52.41-9.38-14.35-14.89-20.97-8.83-13.24-5.52-28.69 3.31-15.45 17.65-23.17 14.35-7.73 39.17-19.87 24.83-12.13 90.48-36.41 65.65-24.28 127.45-37.52 17.65-55.17 57.93-88.83 40.27-33.65 89.94-33.65 49.66 0 89.38 33.65t58.48 88.83q61.8 13.24 127.46 37.52 65.65 24.28 90.48 35.87 24.82 11.59 39.17 19.3 14.34 7.73 17.65 23.18 3.31 15.44-5.52 28.68zM499.86 790.0699999999999q-2.2 0-23.17-2.21v2.21q0 14.34 10.49 24.83Q497.67 825.38 512 825.38q14.34 0 24.83-10.48 10.48-10.48 10.48-24.83v-1.1q-12.14 1.1-23.17 1.1h-24.28zM576-18.75999999999999q-26.48-38.62-64-38.62-37.52 0-64 38.62 34.21-3.31 64-3.31t64 3.31z" horiz-adv-x="1024" />
<glyph glyph-name="attention" unicode="&#59027;" d="M1023.99 520.5236669999999q0 9.599906-1.069989 11.739885-1.05999 6.399938-2.12998 11.729886-1.06999 1.06999-1.069989 2.129979-1.05999 3.199969-2.129979 4.269958-70.399313 154.66849-210.127948 250.137557Q667.723479 896 511.995 896q-155.728479 0-295.467115-94.939073Q76.78925 706.121854 6.399938 551.4733650000001q-1.06999-3.199969-2.12998-5.339948 0-2.129979-1.069989-2.12998 0-2.129979-1.06999-8.529916L0 523.733635v-6.399937q1.06999-7.459927 1.06999-8.529917 0-3.199969 1.059989-7.469927l2.139979-6.399937q1.05999-3.199969 2.12998-4.259959 70.399313-154.66849 210.127947-250.127557Q356.256521 145.07733299999995 511.995 145.07733299999995q155.728479 0 295.467115 94.929073 139.738635 94.929073 209.057958 248.527573 2.139979 3.199969 3.199969 7.469927 0 1.06999 1.069989 1.06999 0 2.129979 0.539995 4.269958 0.529995 2.129979 1.05999 3.739964 0.529995 1.599984-0.529995 1.599984 2.129979 8.529917 2.129979 13.859865z m-69.329323-2.129979v-2.12998Q891.721292 379.72504200000003 769.592484 296.525854q-122.128807-83.199188-257.597484-83.199187-135.468677 0-257.06749 83.199187T69.329323 516.263708v2.12998h-1.05999v3.199968q0 1.06999 1.05999 2.12998v1.069989q62.939385 136.528667 185.068193 219.727854 122.128807 83.199188 257.597484 83.199188 135.468677 0 257.597484-83.199188 122.128807-83.199188 185.068193-219.727854v-1.069989q1.05999-3.199969 1.05999-4.259959l-1.05999-1.069989zM632.523823 641.05249Q582.394313 691.182 511.995 691.182t-120.528823-50.12951q-50.13951-50.12951-50.13951-120.538823 0-70.399313 50.13951-120.528823Q441.595688 349.855333 511.995 349.855333t120.528823 50.129511q50.12951 50.12951 50.12951 120.528823t-50.12951 120.538823z m-47.999531-193.058115q-29.869708-29.869708-72.529292-29.869708-42.669583 0-72.529292 29.869708-29.869708 29.869708-29.869708 72.529292 0 42.669583 29.869708 72.529291 29.859708 29.869708 72.529292 29.869709t72.529292-29.869709q29.869708-29.869708 29.869708-72.529291T584.524292 447.994375z" horiz-adv-x="1024" />
<glyph glyph-name="rounddown" unicode="&#59028;" d="M873.71 22.289999999999964Q723.43-128 512-128q-211.43 0-361.72 150.29Q0 172.57000000000005 0 384q0 211.43 150.28 361.72Q300.56 896 512 896q211.43 0 361.71-150.28Q1024 595.44 1024 384q0-211.43-150.29-361.71z m-51.42 671.99Q693.71 822.85 512 822.85T201.72 694.28Q73.15 565.7 73.15 384q0-181.71 128.57-310.29Q330.3-54.860000000000014 512-54.860000000000014q181.71 0 310.29 128.57Q950.86 202.28999999999996 950.86 384T822.29 694.28z m-89.72-271.42q0 14.85-10.86 25.71-10.86 10.86-25.72 10.29-14.86-0.57-26.29-10.86L514.28 289.14 358.85 445.71q-10.29 10.29-25.72 10.86-15.43 0.57-26.28-10.29-10.86-10.85-10.86-26.28 0-15.43 11.43-25.71l180.57-182.86Q498.28 200 514.28 200q6.85 0 13.71 3.43h1.14q1.15 1.14 2.29 2.28 5.71 3.43 8 5.72h1.14l181.72 185.14q10.28 11.43 10.28 26.29z" horiz-adv-x="1024" />
<glyph glyph-name="upload" unicode="&#59029;" d="M894.77 528L541.54 883.69Q535.38 889.85 528 892.31 520.62 896 512 896q-20.92 0-32-18.46L166.15 564.9200000000001q-11.07-11.07-11.07-27.69t11.07-28.31q11.07-11.69 27.69-11.69t27.69 12.31l251.08 249.84v-690.46q0-16 11.69-27.69 11.69-11.69 27.69-11.69t27.69 11.69q11.69 11.69 11.69 27.69V761.85l288-289.23q11.08-12.31 27.7-12.31 16.62 0 28.31 11.69 11.7 11.69 11.7 27.69T894.77 528z m117.54-392q-11.69 11.69-27.69 11.69T956.92 136q-11.69-11.69-11.69-27.69v-157.54H78.77V108.30999999999995q0 16-11.69 27.69-11.7 11.69-27.7 11.69T11.69 136Q0 124.30999999999995 0 108.30999999999995v-196.93q0-16 11.69-27.69Q23.38-128 39.38-128h945.24q16 0 27.69 11.69 11.69 11.69 11.69 27.69V108.30999999999995q0 16-11.69 27.69z" horiz-adv-x="1024" />
<glyph glyph-name="douban" unicode="&#59030;" d="M27.68 896h968.64v-108.19H27.68V896z m884.36-649.12V673.34H111.96v-426.46h800.08zM227.7 565.15h569.86v-208.83H227.7V565.15z m512-563.58q51.57 80.51 96.86 184.93l-115.73 42.77q-45.29-124.54-105.68-227.7H412.62q-50.32 133.35-114.48 227.7L191.21 186.5q66.68-99.38 106.93-184.93H0v-108.18h1024V1.57000000000005H739.7z" horiz-adv-x="1024" />
<glyph glyph-name="QQ" unicode="&#59031;" d="M154.96 435.92l-3.2 6.39-1.59 6.39v22.36l1.59 6.39 1.6 7.99 3.2 7.99 3.19 7.99 3.2 7.98 6.39 9.59v6.39l1.59 4.79v7.99l3.2 9.58 3.19 9.59 1.6 4.79 1.6 3.2 3.19 4.79 3.2 3.19V595.6700000000001l1.6 11.18 1.59 12.78 3.2 15.98 4.79 15.97 3.2 9.59 3.19 9.58 4.79 7.99 3.2 11.18 4.79 9.59 4.79 9.58 6.39 11.18 7.99 11.19 3.2 6.39 3.19 4.79 7.99 11.18L258.8 765l9.58 11.19 9.59 11.18 9.58 11.18 11.18 11.18 14.38 12.78 7.99 6.39 9.58 9.59 11.19 6.39 11.18 6.39 11.18 6.39 12.78 4.79 12.78 6.39 12.78 4.79 12.78 4.8 14.38 3.19 14.38 3.2 14.37 3.19 14.38 3.2 14.38 1.59 15.97 1.6L517.59 896h46.33l15.97-3.2 15.98-1.59 15.97-1.6 14.38-3.2 15.98-3.19 14.37-3.2 15.98-4.79 14.38-4.79 14.37-6.39 14.38-6.39 12.78-6.39 14.38-7.99 12.78-7.99 11.18-7.98 4.79-4.8 4.8-3.19 11.18-7.99 7.99-9.58 9.58-7.99 7.99-9.59 7.99-9.58 7.98-9.59 4.8-11.18 6.39-9.58 6.39-9.59 4.79-9.58 9.58-20.77 3.2-9.59 3.19-9.58 4.8-11.18 1.59-9.59 3.2-7.99 1.6-9.58 4.79-17.57 3.19-15.98 3.2-14.38 1.6-12.78 1.59-17.57 1.6-3.19 1.6-3.2 6.39-9.58 3.19-6.39 3.2-6.39 4.79-6.39 3.2-9.59 1.59-7.99 3.2-9.58 1.6-9.59 1.59-4.79v-23.96l-1.59-6.39-3.2-11.18-3.19-6.39-1.6-6.39v-1.6l1.6-1.6 1.59-6.39 14.38-19.17 11.18-15.97 4.8-9.59 6.39-11.18 6.39-12.78 7.98-12.78 6.39-14.38 7.99-15.97 4.79-11.19 3.2-9.58 3.19-9.59 4.8-9.58 1.59-11.18 3.2-7.99 3.19-19.17 3.2-17.57 1.6-17.58v-22.36l-1.6-7.99-1.6-14.38-3.19-12.78-3.2-11.18-1.6-4.79-1.59-6.39-3.2-3.2-3.19-4.79-1.6-3.19-3.2-4.8-3.19-3.19-3.2-1.6-3.19-1.6-4.79-1.59-1.6-1.6h-4.79l-3.2 1.6-4.79 1.59-1.6 1.6-3.19 1.6-3.2 3.19-1.6 3.2-4.79 4.79-6.39 6.39-3.19 7.99-4.8 6.39-3.19 6.39-6.39 11.18-6.39 12.78-1.6 1.6-3.19-3.2-1.6-3.19-3.2-3.2-3.19-12.78-7.99-17.57-7.99-20.77-6.39-11.18-6.39-9.58-7.98-12.78-9.59-12.78-3.19-4.8-6.39-6.39-11.19-11.18v-1.6l1.6-1.59 6.39-3.2 25.56-12.78 11.18-6.39 11.19-6.39 9.58-6.39 9.59-7.99 4.79-3.19 3.19-4.79 3.2-4.8 3.19-4.79 1.6-4.79 1.6-4.79 1.6-4.8v-11.18l-1.6-4.79-1.6-3.2-1.6-1.59-1.59-3.2-4.8-6.39-3.19-4.79-3.2-4.79-3.19-3.2-6.39-4.79-7.99-4.79-9.58-3.2-7.99-4.79-11.18-3.2-4.8-1.59-4.79-1.6-11.18-3.2-12.78-1.59-11.18-3.2-14.38-1.6-12.78-1.59-14.38-1.6h-43.13l-15.98 1.6-14.37 1.59-15.98 1.6-15.97 1.6-15.98 1.6-15.97 4.79-15.98 3.19-14.38 4.8-15.97 4.79-15.98 4.79-7.98 3.2-7.99 1.59-4.79 1.6-3.2 1.6h-12.78l-15.97 1.6h-7.99l-9.59 1.59-6.39-6.39-7.98-4.79-11.19-6.39-12.78-6.39-7.98-3.19-7.99-3.2-17.57-7.99-9.59-1.59-11.18-3.2-12.78-3.19h-9.59l-9.58-1.6h-9.59l-11.18-1.6H317.9l-27.15 1.6-25.56 1.6-12.78 1.59-11.19 3.2-12.78 1.6-12.78 1.59-11.18 4.8-11.18 1.59-9.59 4.8-9.58 3.19-9.59 4.79-6.39 4.8-7.98 4.79-3.2 3.19-3.19 3.2-3.2 3.19-1.6 3.2-3.19 3.19-1.6 3.2-1.6 7.99-1.59 3.19v15.98l1.59 4.79V-24.159999999999968l1.6 4.79 1.6 4.79 3.19 6.39 3.2 3.2 1.6 3.19 4.79 4.8 3.19 3.19 4.8 3.2 3.19 1.59 4.79 1.6 4.8 3.2 4.79 3.19 6.39 1.6 6.39 1.6 6.39 1.59h6.39l7.99 1.6h7.98l3.2 1.6h1.6v1.6l-1.6 1.59-4.79 3.2-11.19 9.58-7.98 6.39-7.99 7.99-9.59 7.99-9.58 11.18-9.59 12.78-4.79 6.39-4.79 6.39-4.79 7.99-4.8 9.58-4.79 7.99-3.19 9.59-4.8 9.58-4.79 11.18-3.19 9.59-3.2 12.78h-1.6v1.6h-1.59l-1.6-1.6-1.6-1.6v-3.19l-1.6-1.6-1.59-4.79-4.8-9.59-3.19-4.79-4.79-4.79-3.2-6.39-6.39-6.39-4.79-6.39-6.39-4.8-4.79-4.79-6.39-4.79-7.99-4.79-6.39-1.6-7.99-3.2H27.16l-1.6 3.2-1.6 1.6-3.19 7.98-1.6 3.2-3.19 6.39-1.6 6.39v4.79l-3.2 12.78v52.72l1.6 9.58 1.6 11.19 1.6 9.58 3.19 11.18 3.2 11.19 3.19 11.18 4.79 11.18 4.8 11.18 6.39 11.19 4.79 12.78 6.39 11.18 7.99 11.18 7.98 11.18 7.99 12.78 7.99 7.99 7.99 11.18 9.58 9.59 4.79 4.79 4.8 4.79 7.98 6.39 7.99 7.99 12.78 11.18 9.59 6.39 4.79 3.2z" horiz-adv-x="1024" />
<glyph glyph-name="caidan1" unicode="&#59032;" d="M16 864h992q7 0 11.5 4.5t4.5 11q0 6.5-4.5 11.5T1008 896H16Q9 896 4.5 891T0 879.5q0-6.5 4.5-11T16 864z m992-283H16q-7 0-11.5-4.5T0 565q0-7 4.5-11.5T16 549h992q7 0 11.5 4.5t4.5 11.5q0 7-4.5 11.5T1008 581z m0-315H16q-7 0-11.5-4.5t-4.5-11Q0 244 4.5 239t11.5-5h992q7 0 11.5 5t4.5 11.5q0 6.5-4.5 11T1008 266z" horiz-adv-x="1024" />
<glyph glyph-name="appreciatefill" unicode="&#59033;" d="M914.29 530.4h-216q13.71 32 22.28 94.86t0.57 122.29q-5.71 51.43-34.28 88.57-28.57 37.14-72 52-33.15 11.43-64.57 6.29-31.43-5.14-49.72-23.43-13.71-13.72-25.14-40.01-11.43-26.28-17.71-46.85-6.29-20.57-15.43-59.43-19.43-80-32-101.71-22.86-38.86-65.72-65.72t-58.86-26.86H182.86q-14.86 0-25.72-10.86-10.85-10.85-10.85-25.71v-512q0-14.85 10.85-25.71 10.86-10.86 25.72-10.86h99.43q9.14 0 51.43-18.28 42.28-18.28 104.57-36.57 62.29-18.28 119.43-18.28h246.86q37.72 0 78.29 14.86 40.57 14.86 58.29 44t50.29 237.14q32.57 208 32.57 251.43 0 44.57-35.43 77.71-35.43 33.14-74.28 33.14zM62.28 519.54Q51.43 530.4 36.57 530.4q-14.86 0-25.71-10.86Q0 508.69 0 493.83v-512q0-14.85 10.86-25.71 10.86-10.86 25.71-10.86 14.86 0 25.71 10.86 10.86 10.86 10.86 25.71v512q0 14.86-10.86 25.71z" horiz-adv-x="1024" />
<glyph glyph-name="appreciate" unicode="&#59034;" d="M62.354391-44.000819999999976q-10.849894-10.859894-25.709749-10.859894-14.849855 0-25.709749 10.859894Q0.084999-33.140926000000036 0.084999-18.281070999999997V493.633929q0 14.849855 10.849894 25.709749 10.859894 10.849894 25.709749 10.849894 14.859855 0 25.709749-10.849894 10.849894-10.859894 10.849894-25.709749v-511.915q0-14.859855-10.849894-25.719749z m851.861681 574.184392H698.258181q13.709866 31.999688 22.279782 94.839074 8.569916 62.849386 0.569995 122.268806-5.709944 51.419498-34.279665 88.559135t-71.989297 51.999493Q581.699319 899.269968 550.279626 894.700013t-49.709514-23.989766q-13.709866-13.709866-25.129755-39.999609-11.429888-26.279743-17.139833-46.849543-5.709944-20.559799-15.989843-59.40942-19.42981-79.989219-31.999688-101.699007-15.999844-26.279743-45.699554-49.12952-29.70971-22.859777-46.849542-30.859698t-31.999688-12.569878H182.923214q-14.859855 0-25.719749-10.849894-10.849894-10.859894-10.849894-25.709749v-511.915q0-14.859855 10.849894-25.719749 10.859894-10.859894 25.719749-10.859894h99.409029q25.139754-13.709866 55.999453-27.429732 30.859699-13.709866 95.419068-29.70971t123.978789-15.999844h246.80759q37.709632 0 78.279236 14.859855 40.559604 14.859855 58.279431 43.99957 17.709827 29.139715 50.279509 237.097685 32.559682 207.967969 32.559682 251.387545 0 44.569565-35.419654 77.709241-35.419654 33.129676-74.269275 33.129676zM878.796418-30.860949000000005q-4.569955-7.999922-27.989727-15.999843-23.429771-7.999922-46.289548-7.999922H557.709554q-26.279743 0-54.27947 3.999961t-51.419498 10.279899q-23.429771 6.289939-45.709554 14.289861-22.279782 7.999922-38.84962 15.999843t-29.139716 14.279861q-12.569877 6.279939-20.559799 9.719905l-6.859933 4.569955h-91.409107V457.064286h73.129285q1.139989 0 7.999922 2.279978h5.709945l1.139988 1.149989q13.709866 4.569955 29.70971 11.999883 15.999844 7.419928 42.279587 22.279782 26.279743 14.859855 51.989493 38.849621 25.709749 23.999766 41.709592 52.559487 18.279821 29.70971 39.98961 119.978828 23.999766 97.129051 38.84962 113.128895 3.429967 3.429967 14.279861 3.429967 10.859894 0 27.999727-4.579956 46.849542-19.41981 54.849464-79.979219 5.709944-52.569487-4.569955-112.5589-10.2799-59.989414-18.279822-82.269197-7.999922-22.279782-13.709866-34.84966-7.999922-18.279821 2.279978-35.419654 10.2799-15.999844 30.849698-15.999844h268.527378q9.139911 0 22.859777-11.999882 13.709866-11.999883 13.709866-25.709749 0-37.709632-30.279704-231.387741-30.279704-193.678109-41.709593-218.817863z" horiz-adv-x="1024" />
<glyph glyph-name="close" unicode="&#59035;" d="M584 387.2l425.6 422.4Q1024 824 1024 844.8q0 20.8-15.2 36T972.8 896Q952 896 936 881.6L512 459.2 91.2 881.6Q76.8 896 55.2 896T18.4 881.6Q3.2 867.2 3.2 845.6t16-36L440 387.2 16-35.200000000000045q-16-14.4-16-36t15.2-36q15.2-14.4 36-14.4t36.8 14.4l424 422.4L936-112q16-14.4 36.8-14.4 20.8 0 36 15.2t15.2 36q0 20.8-14.4 36.8L584 387.2z" horiz-adv-x="1024" />
<glyph glyph-name="calendar" unicode="&#59036;" d="M220.57 309.71000000000004h585.14q16 0 26.29 10.86t10.29 25.72q0 14.86-10.29 25.72t-26.29 10.86H220.57q-14.86 0-25.71-10.86Q184 361.15 184 346.28999999999996t10.86-25.72q10.85-10.86 25.71-10.86z m0-219.42h585.14q16 0 26.29 10.86t10.29 25.71q0 14.86-10.29 25.71-10.29 10.86-26.29 10.86H220.57q-14.86 0-25.71-10.86Q184 141.71000000000004 184 126.86000000000001q0-14.86 10.86-25.71 10.85-10.86 25.71-10.86z m218.29 659.42h182.85q14.86 0 25.72 10.86t10.86 25.72q0 14.86-10.86 25.72t-25.72 10.86H438.86q-14.86 0-25.72-10.86-10.85-10.86-10.85-25.72 0-14.85 10.85-25.72 10.86-10.86 25.72-10.86z m456 73.15h-53.72q-14.85 0-25.71-10.86-10.86-10.86-10.86-25.72 0-14.85 10.86-25.72 10.86-10.86 25.71-10.86h53.72q5.71 0 12.57-10.28 6.86-10.29 6.86-26.29v-109.71H109.71V713.13q0 14.86 10.29 25.72 10.29 10.85 25.14 10.85h74.29q14.86 0 25.71 10.86Q256 771.42 256 786.28T245.14 812q-10.85 10.86-25.71 10.86h-74.29q-44.57 0-76.57-32-32-32-32-77.72v-731.43q0-45.71 32-77.71 32-32 77.72-32h731.42q45.72 0 77.72 32t32 77.71V713.14q0 45.72-27.43 77.72t-65.14 32z m19.43-841.15q0-14.85-10.86-25.71-10.86-10.86-25.72-10.86H146.29q-14.86 0-25.72 10.86t-10.86 25.71V530.29h804.58v-548.58zM705.72 724q10.86-10.86 25.72-10.86T757.15 724q10.86 10.86 10.86 25.71V859.43q0 14.86-10.86 25.71Q746.29 896 731.44 896q-14.86 0-25.72-10.86t-10.86-25.71v-109.72q0-14.85 10.86-25.71z m-402.29 0q10.86-10.86 25.71-10.86 14.86 0 25.71 10.86 10.85 10.86 10.85 25.71V859.43q0 14.86-10.85 25.71Q343.99 896 329.14 896q-14.85 0-25.71-10.86-10.86-10.86-10.86-25.71v-109.72q0-14.85 10.86-25.71z" horiz-adv-x="1024" />
<glyph glyph-name="location" unicode="&#59037;" d="M666.858488 338.86544100000003Q602.289118 274.296071 512 274.296071q-90.289118 0-154.858488 64.56937-64.569369 64.569369-64.569369 154.858487 0 90.279118 64.569369 154.848488T512 713.141786q90.289118 0 154.858488-64.56937 64.569369-64.569369 64.569369-154.848488 0-90.289118-64.569369-154.858487z m-51.429498 258.277478Q572.569409 640.0025 512 640.0025q-60.569409 0-103.42899-42.859581-42.859581-42.849582-42.859581-103.42899 0-60.579408 42.859581-103.42899 42.859581-42.859581 103.42899-42.859582 60.569409 0 103.42899 42.859582 42.859581 42.859581 42.859581 103.42899 0 60.569409-42.859581 103.42899zM512-127.99000000000001q-14.859855 0-25.139754 10.289899-11.429888 10.2799-11.429889 25.709749 0 15.429849 10.2799 25.709749 44.579565 46.859542 98.28904 111.428912 53.709475 64.569369 114.858878 147.998555Q759.997578 276.576049 800.567182 358.285251q40.569604 81.709202 40.569604 135.418678 0 135.998672-96.569057 232.577728Q647.998672 822.860714 512 822.860714t-232.567729-96.579057q-96.569057-96.579057-96.569057-232.577728 0-65.139364 59.999414-173.13831 59.999414-107.998945 173.138309-246.277594 10.2899-12.579877 8.579917-27.429733-1.719983-14.859855-13.719866-24.56976-11.999883-9.719905-26.859738-7.999922-14.859855 1.709983-23.999766 13.139872Q109.713929 333.70549100000005 109.713929 493.703929q0 166.858371 117.70885 284.577221Q345.141629 896 512 896q166.858371 0 284.577221-117.71885Q914.286071 660.5622989999999 914.286071 493.703929q0-60.569409-38.85962-145.708577-38.859621-85.139169-87.429146-155.998477-48.569526-70.859308-111.998907-149.138544-63.429381-78.279236-91.429107-109.138934-27.999727-30.859699-46.279548-50.289509-10.2899-11.429888-26.289743-11.429888z" horiz-adv-x="1024" />
<glyph glyph-name="check" unicode="&#59038;" d="M1024 854.74q0 17.95-13.3 29.92Q997.4 896.63 980.11 895.96 962.83 895.29 950.86 882L383 278.24 73.14 584.11q-13.3 11.97-30.59 11.97t-29.92-12.63Q0 570.8199999999999 0 552.87q0-17.95 13.3-29.92l340.45-336.46h1.33q1.33-1.33 9.3-5.32 0-1.33 1.33-2 1.33-0.66 2.66-2 7.98-2.66 15.96-2.66t15.96 3.99q1.33 0 2.66 1.33t2.66 1.33q6.65 3.99 9.31 6.65l597.11 637.01Q1024 836.79 1024 854.74z" horiz-adv-x="1024" />
<glyph glyph-name="roundcheck" unicode="&#59039;" d="M873.71 22.289999999999964Q723.43-128 512-128q-211.43 0-361.72 150.29Q0 172.57000000000005 0 384q0 211.43 150.28 361.72Q300.56 896 512 896q211.43 0 361.71-150.28Q1024 595.44 1024 384q0-211.43-150.29-361.71zM732 764Q630.86 822.86 512 822.86T292 764q-101.14-58.86-160-160T73.14 384q0-118.86 58.86-220t160-160q101.14-58.86 220-58.86T732 4q101.14 58.86 160 160t58.86 220q0 118.86-58.86 220T732 764z m36.57-270.28q-0.57 14.85-10.86 25.71-10.28 10.86-25.71 10.86-15.43 0-25.71-10.29L438.86 250.28999999999996 321.14 371.42999999999995q-10.28 10.28-25.71 10.86-15.43 0.57-26.29-10.29-10.85-10.86-10.85-25.72T268.57 320l144-147.43h1.14v-1.14q1.15-1.14 8-4.57 0-1.15 1.15-1.72 1.14-0.57 2.28-1.71 6.86-2.29 13.72-2.29 6.85 0 13.71 2.29 1.14 1.14 2.29 1.71 1.14 0.57 2.28 1.72 5.72 3.43 8 4.57v1.14l292.57 296q11.43 10.29 10.86 25.15z" horiz-adv-x="1024" />
<glyph glyph-name="camera" unicode="&#59040;" d="M666.86 229.14Q602.29 164.57000000000005 512 164.57000000000005q-90.29 0-154.86 64.57-64.57 64.57-64.57 154.86 0 90.29 64.57 154.86 64.57 64.57 154.86 64.57 90.29 0 154.86-64.57 64.57-64.57 64.57-154.86 0-90.29-64.57-154.86z m-51.43 258.29Q572.57 530.29 512 530.29q-60.57 0-103.43-42.86-42.86-42.86-42.86-103.43 0-60.57 42.86-103.43 42.86-42.86 103.43-42.86 60.57 0 103.43 42.86 42.86 42.86 42.86 103.43 0 60.57-42.86 103.43z m298.86-505.72H109.71q-45.71 0-77.71 32-32 32-32 77.72V676.5699999999999q0 45.72 32 77.72t77.71 32h109.72q14.86 0 25.71-10.86Q256 764.5699999999999 256 749.71q0-14.85-10.86-25.72-10.85-10.86-25.71-10.86H109.71q-14.85 0-25.71-10.85-10.86-10.85-10.86-25.72v-585.14q0-14.86 10.86-25.71 10.86-10.86 25.71-10.86h804.58q14.85 0 25.71 10.86 10.86 10.86 10.86 25.71V676.56q0 14.86-10.86 25.72-10.86 10.85-25.71 10.85H512q-14.86 0-25.72 10.86-10.85 10.86-10.85 25.72 0 14.85 10.85 25.72 10.86 10.86 25.72 10.86h402.29q45.71 0 77.71-32 32-32 32-77.72v-585.14q0-45.72-32-77.72t-77.71-32z m-54.86 640z m-38.86-38.85q-16 16-16 38.86 0 22.85 16 38.85t38.86 16q22.86 0 38.86-16t16-38.85q0-22.86-16-38.86t-38.86-16q-22.86 0-38.86 16z m-356 302.28q10.86-10.86 10.86-25.71 0-14.86-10.86-25.71-10.86-10.86-25.71-10.86H292.57q-14.86 0-25.71 10.86Q256 844.57 256 859.43q0 14.86 10.86 25.71Q277.71 896 292.57 896h146.29q14.85 0 25.71-10.86z" horiz-adv-x="1024" />
<glyph glyph-name="likefill" unicode="&#59041;" d="M750.93 896Q642.13 896 563.2 821.33q-6.4-5.33-51.2-51.2l-50.13 50.14Q382.93 896 273.07 896 160 896 80 816T0 622.9300000000001Q0 516.27 81.07 428.8L419.2 86.39999999999998q44.8-43.73 92.8-43.73t92.8 44.8L941.87 428.8l3.2 2.13q26.66 33.07 40 52.81 13.33 19.74 26.13 57.6 12.8 37.86 12.8 81.59Q1024 736 944 816T750.93 896z" horiz-adv-x="1024" />
<glyph glyph-name="warn" unicode="&#59042;" d="M895.86-51.690000000000055H128.14q-80.87 0-113.33 55.81-32.47 55.81 6.26 126.44L408.35 824.24Q448.21 896 511.43 896t103.08-71.76l388.42-693.68q38.73-71.76 6.27-127-32.47-55.25-113.34-55.25zM550.73 788.9300000000001Q532.5 823.1 512 823.1q-20.5 0-39.87-34.17L84.85 94.11000000000001q-19.36-34.18-7.97-53.54t51.26-19.36h767.72q39.87 0 51.26 19.36t-7.97 53.54L550.73 788.9300000000001z m-13.1-500.61q-10.82-10.83-25.63-10.83-14.81 0-25.63 10.83-10.82 10.82-10.82 25.63V642q0 14.81 10.82 25.63 10.82 10.82 25.63 10.82 14.81 0 25.63-10.82 10.82-10.82 10.82-25.63v-328.05q0-14.8-10.82-25.63zM512 149.91999999999996z m-38.73-38.73q-15.94 15.95-15.94 38.73 0 22.78 15.94 38.72 15.95 15.95 38.73 15.95 22.78 0 38.72-15.95 15.95-15.94 15.95-38.72t-15.95-38.73q-15.94-15.94-38.72-15.94t-38.73 15.94z" horiz-adv-x="1024" />
<glyph glyph-name="comment" unicode="&#59043;" d="M540.31-77.53999999999996Q528-88.62 512-88.62q-16 0-28.31 11.08L365.54 40.620000000000005q-11.08 12.3-11.08 28.3t11.69 27.7q11.7 11.69 27.7 11.69t28.3-11.08L512 6.149999999999977l89.85 91.08q12.3 11.08 28.3 11.08h275.7q16 0 27.69 11.69 11.69 11.69 11.69 27.69V777.85q0 16-11.69 27.69-11.69 11.69-27.69 11.69h-787.7q-16 0-27.69-11.69-11.69-11.69-11.69-27.69v-630.16q0-16 11.69-27.69 11.69-11.69 27.69-11.69h118.16q16 0 27.69-11.69 11.69-11.7 11.69-27.7T264 41.23000000000002q-11.69-11.69-27.69-11.69H118.15q-49.23 0-83.69 34.46T0 147.69000000000005V777.85q0 49.23 34.46 83.69T118.15 896h787.7q49.23 0 83.69-34.46t34.46-83.69v-630.16q0-49.23-34.46-83.69t-83.69-34.46h-259.7L540.31-77.53999999999996zM337.23 440.62q-17.23-17.24-41.85-17.24t-41.84 17.24q-17.23 17.24-17.23 41.85 0 24.61 17.23 41.84 17.23 17.23 41.84 17.23 24.62 0 41.85-17.23t17.23-41.84q0-24.62-17.23-41.85z m236.31 0q-17.23-17.24-41.85-17.24-24.61 0-41.84 17.24-17.23 17.24-17.23 41.85 0 24.61 17.23 41.84 17.23 17.23 41.84 17.23 24.62 0 41.85-17.23t17.23-41.84q0-24.62-17.23-41.85z m236.31 0q-17.23-17.24-41.85-17.24t-41.85 17.24q-17.23 17.24-17.23 41.85 0 24.61 17.23 41.84 17.23 17.23 41.85 17.23t41.85-17.23q17.23-17.23 17.23-41.84 0-24.62-17.23-41.85z" horiz-adv-x="1024" />
<glyph glyph-name="like" unicode="&#59044;" d="M604.81 87.47000000000003q-44.8-44.8-92.8-44.8t-92.8 43.73L78.94 430.93q-26.66 33.07-40 52.81-13.34 19.74-26.14 57.6t-12.8 81.59Q0 736 80 816T273.07 896q86.4 0 156.8-50.13 11.73-7.47 14.39-21.34 2.67-13.86-5.87-25.6-8.53-11.73-22.4-14.4-13.87-2.66-25.6 5.87-52.27 37.33-117.33 37.33-84.27 0-144.53-60.27-60.27-60.27-60.27-144.53 0-45.86 13.86-74.66 13.87-28.8 49.06-73.6L468.25 134.39999999999998q23.46-23.47 43.73-23.47 19.2 0 43.73 24.54L893.85 476.8q61.86 66.13 61.86 146.13 0 84.27-60.26 144.53-60.26 60.27-144.54 60.27-80 0-138.66-53.33L469.31 631.47q-9.6-10.67-23.46-10.67-13.87 0-24 10.13t-10.13 24q0 13.87 9.6 24.53l144 144Q645.32 895.99 750.92 895.99q113.07 0 193.07-80t80-193.07q0-106.66-81.07-194.13L604.79 87.46000000000004z" horiz-adv-x="1024" />
<glyph glyph-name="back" unicode="&#59045;" d="M780.8-110.08000000000004Q762.88-128 737.28-128t-43.52 17.92L243.2 340.48Q225.28 358.4 225.28 384t17.92 43.52L693.76 878.08Q711.68 896 737.28 896t43.52-17.92q17.92-17.92 17.92-43.52t-17.92-43.52L373.76 384 780.8-23.039999999999964q17.92-17.92 17.92-43.52t-17.92-43.52z" horiz-adv-x="1024" />
<glyph glyph-name="my1" unicode="&#59046;" d="M873.71 745.72Q723.43 896 512 896 300.57 896 150.28 745.72 0 595.44 0 384q0-211.43 150.28-361.71Q300.56-128 512-128q211.43 0 361.71 150.29Q1024 172.57000000000005 1024 384q0 211.43-150.29 361.72zM257.14 27.42999999999995q8 0 11.43 1.14 117.72 42.29 180.57 46.86 13.72 1.14 23.44 11.43 9.71 10.28 9.71 25.14v67.43q0 17.14-12.58 27.43-42.28 36.57-62.28 108t-20 146.85q0 155.43 142.86 155.43 134.85 0 134.85-155.43 0-75.42-29.72-151.42-29.71-76-73.13-110.29-13.72-11.43-13.72-28.57v-62.86q0-14.86 9.72-25.15Q568 73.13999999999999 581.71 72q57.15-6.86 169.15-51.43h3.43l2.28-1.14Q645.71-54.860000000000014 512-54.860000000000014q-139.43 0-254.86 82.29z m544 26.28q0 26.29-22.85 35.43-91.43 35.43-156.58 49.15v16q54.86 51.42 85.72 138.85 30.86 87.43 30.86 168.57 0 109.72-54.29 169.15-54.29 59.43-153.71 59.43-101.72 0-158.86-60.58-57.14-60.57-57.14-168 0-26.28 2.85-56.56 2.86-30.28 11.43-76t29.15-90.29q20.57-44.57 51.42-75.43V144q-69.71-12.57-165.71-46.86-12.57-3.43-18.86-15.43-6.28-12-4-24.57-68.57 60.57-108 145.72Q73.14 288 73.14 384q0 181.71 128.57 310.28Q330.29 822.85 511.99 822.85q181.71 0 310.29-128.57Q950.85 565.7 950.85 384q0-97.14-40-182.86-40-85.72-109.72-147.43z" horiz-adv-x="1024" />
<glyph glyph-name="more" unicode="&#59047;" d="M218.67 677.33Q181.33 640 128 640t-90.66 37.33Q0 714.67 0 768t37.34 90.66Q74.68 896 128 896q53.33 0 90.67-37.34Q256 821.3199999999999 256 768q0-53.33-37.33-90.67z m383.99 0Q565.33 640 512 640t-90.66 37.33Q384 714.67 384 768t37.34 90.66Q458.67 896 512 896t90.66-37.34Q640 821.3199999999999 640 768q0-53.33-37.34-90.67z m384 0Q949.33 640 896 640t-90.66 37.33Q768 714.67 768 768t37.34 90.66Q842.67 896 896 896t90.66-37.34Q1024 821.3199999999999 1024 768q0-53.33-37.34-90.67z" horiz-adv-x="1024" />
<glyph glyph-name="question" unicode="&#59048;" d="M512 73.13999999999999z m-38.86-38.85q-16 16-16 38.86t16 38.86q16 16 38.86 16t38.86-16q16-16 16-38.86t-16-38.86q-16-16-38.86-16t-38.86 16z m400.57-12Q723.43-128 512-128q-211.43 0-361.72 150.29Q0 172.57000000000005 0 384q0 211.43 150.28 361.72Q300.56 896 512 896q211.43 0 361.71-150.28Q1024 595.44 1024 384q0-211.43-150.29-361.71zM732 764Q630.86 822.86 512 822.86T292 764q-101.14-58.86-160-160T73.14 384q0-118.86 58.86-220t160-160q101.14-58.86 220-58.86T732 4q101.14 58.86 160 160t58.86 220q0 118.86-58.86 220T732 764zM537.72 209.72000000000003q-10.86-10.86-25.72-10.86t-25.72 10.86q-10.85 10.86-10.85 25.71v61.71q0 28.57 14.85 57.15 14.86 28.57 29.14 45.14 14.29 16.57 41.72 44 20.57 20.57 30.28 30.85 9.72 10.29 20 26.29 10.29 16 10.29 27.43 0 45.71-32 78.28-32 32.58-77.71 32.58-45.71 0-77.71-31.43-32-31.43-32-77.14 0-14.86-10.86-25.72t-25.71-10.86q-14.86 0-25.72 10.86t-10.86 25.72q0 75.42 53.72 128.56Q436.57 712 512 712q75.43 0 129.14-53.72 53.72-53.72 53.72-130.28 0-25.14-13.72-52t-27.43-42.28q-13.71-15.43-40-41.72-21.71-21.71-32.57-33.14t-21.71-29.71q-10.86-18.28-10.86-32v-61.71q0-14.86-10.86-25.71z" horiz-adv-x="1024" />
<glyph glyph-name="pullright" unicode="&#59049;" d="M873.71 22.289999999999964Q723.43-128 512-128q-211.43 0-361.72 150.29Q0 172.57000000000005 0 384q0 211.43 150.28 361.72Q300.56 896 512 896q211.43 0 361.71-150.28Q1024 595.44 1024 384q0-211.43-150.29-361.71z m-51.42 671.99Q693.71 822.85 512 822.85T201.72 694.28Q73.15 565.7 73.15 384q0-181.71 128.57-310.29Q330.3-54.860000000000014 512-54.860000000000014q181.71 0 310.29 128.57Q950.86 202.28999999999996 950.86 384T822.29 694.28z m-57.72-297.71q-3.43 6.86-8 11.43L574.86 590.86q-10.29 10.28-25.72 10.28t-26.29-10.28q-10.86-10.29-10.86-25.72t11.43-25.71l117.71-118.86H292.56q-14.86 0-25.71-10.85-10.86-10.86-10.86-25.72t10.86-25.72q10.85-10.86 25.71-10.86h350.86l-121.14-120q-11.43-10.29-11.43-25.72 0-15.42 10.86-26.28 10.86-10.86 25.71-10.86 14.86 0 26.28 11.43l182.86 180.57q17.14 17.14 8 40z" horiz-adv-x="1024" />
<glyph glyph-name="countdown" unicode="&#59050;" d="M587.85 820.15h-151.7q-15.41 0-26.67 11.26-11.26 11.26-11.26 26.67 0 15.4 11.26 26.66T436.15 896h151.7q15.41 0 26.67-11.26 11.26-11.26 11.26-26.66 0-15.41-11.26-26.67-11.26-11.26-26.67-11.26z m288-220.45l42.67 41.49q10.67 11.85 10.67 27.25 0 15.41-11.26 26.67-11.26 11.26-26.67 11.26-15.41 0-27.26-10.67l-39.11-39.11q-61.63 59.26-142.81 92.44-81.19 33.19-170.08 33.19-188.44 0-321.77-133.33Q56.9 515.56 56.9 327.12q0-188.45 133.33-321.78Q323.57-128 512-128q188.44 0 321.78 133.34 133.33 133.33 133.33 321.77 0 150.52-91.26 272.59zM549.93-49.77999999999997v35.56q0 15.41-11.26 26.67Q527.41 23.700000000000045 512 23.700000000000045q-15.41 0-26.67-11.25-11.26-11.25-11.26-26.67v-35.56q-133.92 13.04-229.92 109.04T135.11 289.19000000000005h35.56q15.4 0 26.66 11.25t11.26 26.66q0 15.41-11.26 26.67-11.26 11.26-26.66 11.26h-35.56q13.04 133.92 109.04 229.92t229.92 109.04v-35.56q0-15.4 11.26-26.66T512 630.51q15.41 0 26.67 11.26 11.26 11.26 11.26 26.66v35.56q133.92-13.04 229.92-109.04t109.04-229.92h-35.56q-15.4 0-26.66-11.26t-11.26-26.67q0-15.41 11.26-26.66t26.66-11.25h35.56q-13.04-133.93-109.04-229.93T549.93-49.77999999999997z m128 558.22L488.3 356.74q-11.86-9.48-13.64-25.48-1.77-16 7.71-27.85 11.85-14.22 29.63-14.22 13.04 0 23.7 8.29l189.63 151.71q11.86 9.48 13.63 25.48 1.77 16-7.71 27.85-9.48 11.85-25.48 13.63-16 1.78-27.85-7.71z" horiz-adv-x="1024" />
<glyph glyph-name="mark" unicode="&#59051;" d="M541.71-76.57000000000005q-11.42-14.86-29.71-14.86t-29.71 14.86l-74.29 104q-178.29 32-293.14 152.57Q0 300.57000000000005 0 457.14q0 181.72 150.28 310.29Q300.56 896 512 896q211.43 0 361.71-128.57Q1024 638.86 1024 457.14q0-156.57-114.86-277.14T616 27.42999999999995l-74.29-104z m280.58 792Q693.71 822.86 512 822.86T201.72 715.4300000000001Q73.15 608 73.15 457.14q0-132.57 102.28-234.28Q277.71 121.13999999999999 434.3 97.13999999999999q14.85-2.28 24-14.85L512.01 8l53.71 74.29q8 12.57 24 14.85 156.58 24 258.87 125.72 102.28 101.72 102.28 234.28 0 150.86-128.57 258.29zM308 405.72Q286.86 384 256.57 384q-30.28 0-52 21.72-21.71 21.71-21.71 51.43t21.71 51.43q21.72 21.71 52 21.71 30.29 0 51.43-21.71 21.14-21.72 21.14-51.43T308 405.72z m-52 51.42v-36.57 36.57z m564-51.42Q798.86 384 768.58 384q-30.29 0-52 21.72-21.72 21.71-21.72 51.43t21.72 51.43q21.71 21.71 52 21.71 30.28 0 51.42-21.71 21.14-21.72 21.14-51.43T820 405.72z m-52 51.42v-36.57 36.57z m-204-51.42Q542.86 384 512.58 384q-30.29 0-52 21.72-21.72 21.71-21.72 51.43t21.72 51.43q21.71 21.71 52 21.71 30.28 0 51.42-21.71 21.14-21.72 21.14-51.43T564 405.72z m-52 51.42v-36.57 36.57z" horiz-adv-x="1024" />
<glyph glyph-name="unfold" unicode="&#59052;" d="M1024 854.11q0 17.95-12.63 29.92Q998.74 896 980.78 896q-17.95 0-29.92-11.97l-436.2-440.19L73.14 881.37q-13.3 13.3-30.59 13.3T12.63 882.04Q0 869.4 0 851.46q0-17.95 13.3-29.92l469.44-465.46h1.33l1.33-1.33v-1.33q13.3-11.97 30.59-11.97t29.26 11.97L1010.7 824.2q13.3 11.97 13.3 29.92z" horiz-adv-x="1024" />
<glyph glyph-name="file" unicode="&#59053;" d="M1023.99 786.40107q0 45.659554-32.539682 77.629242Q958.920636 895.99 914.40107 895.99H702.063144h-2.279978q-6.849933-1.139989-11.419888-2.279978l-1.139989-1.139989h-1.139989q-5.709944-3.429967-9.129911-6.849933Q656.40359 866.31029 636.993779 785.261081q-3.419967-13.699866-4.559955-15.989843-4.569955-19.399811-30.829699-19.399811H109.58893q-45.659554 0-77.629242-32.529682Q0 684.812062 0 638.00252L36.529643 165.39713500000005q0-45.669554 31.969688-77.629242 31.959688-31.969688 77.629242-31.969688h730.612865q45.659554 0 77.629242 31.969688t31.969688 75.349264l37.669632 623.303913zM913.261081 165.38713499999994q0-14.839855-10.849894-25.689749-10.839894-10.839894-25.679749-10.839894H146.118573q-14.839855 0-25.689749 11.419888-10.839894 11.409889-10.839894 27.389733L73.059287 640.282497q0 14.839855 10.839894 25.689749 10.839894 10.839894 25.689749 10.839895h492.015195q39.95961 0 66.779348 19.40981 26.829738 19.40981 34.82966 54.799465 2.279978 4.569955 4.559955 17.119833 9.129911 38.819621 14.839855 54.799464h191.788127q14.839855 0 25.689749-10.839894 10.849894-10.839894 10.849894-25.689749V782.981104L913.271081 165.39713500000005zM73.059287 822.930714h474.895362q14.839855 0 25.679749 10.839894 10.849894 10.849894 10.849894 25.689749 0 14.839855-10.849894 25.689749Q562.784504 896 547.954649 896H73.059287q-14.839855 0-25.68975-10.849894-10.839894-10.849894-10.839894-25.689749 0-14.839855 10.839894-25.689749 10.839894-10.839894 25.68975-10.839894z" horiz-adv-x="1024" />
<glyph glyph-name="my" unicode="&#59054;" d="M78.744231-127.99000000000001q-22.149784 0-33.229675 18.45982Q36.89464-95.99031300000001 40.594604-79.99046899999996q3.699964 15.999844 17.229831 24.61976 20.919796 13.529868 52.919484 31.379693t108.918936 47.379538q76.919249 29.529712 134.768684 33.239675v22.149784q-111.998906 45.539555-179.068252 153.228503-67.079345 107.688948-67.079344 240.617651 0 114.458882 54.159471 212.297926 54.159471 97.849044 145.848575 154.458492Q399.981094 896 508.91003 896t201.228035-56.619447q92.299099-56.619447 145.848576-154.458492 53.539477-97.839045 53.539477-212.297926 0-132.928702-64.619369-238.767669Q780.28738 128.00750000000005 669.528462 81.23795700000005v-25.849748q57.849435-4.919952 134.14869-34.459663 76.309255-29.539712 108.918936-46.769544 32.619681-17.229832 52.299489-29.529711 14.769856-7.389928 18.46982-23.389772 3.689964-15.999844-4.309958-30.149705-7.999922-14.159862-23.999766-17.849826-15.999844-3.689964-29.539711 3.689964-161.228426 93.539087-264.617416 100.929014h-30.7697q-15.999844 0-27.689729 11.069892-11.689886 11.079892-11.689886 28.309724v91.07911q0 28.309724 27.079736 36.91964 97.22905 33.229675 155.068485 122.458804 57.849435 89.229129 57.849435 204.927999 0 142.758606-94.14908 243.68762Q642.438726 817.230769 509.520024 817.230769q-132.918702 0-227.687776-100.919014-94.769075-100.929014-94.769075-243.68762 0-115.69887 60.309411-206.767981 60.309411-91.079111 158.75845-123.078798 27.079736-8.619916 27.079735-36.91964v-88.619134q0-17.229832-11.689885-28.309724-11.689886-11.069892-27.68973-11.069892h-38.159627q-46.769543-2.469976-115.078877-30.159705-68.299333-27.68973-95.379068-43.07958-27.079736-15.37985-45.539555-26.469741-9.839904-6.14994-20.919796-6.14994z" horiz-adv-x="1024" />
<glyph glyph-name="write" unicode="&#59055;" d="M993.26 598.86L700.86 885.35Q690.21 896 673.63 896q-15.39 0-26.04-10.65L104.22 327.77q-8.29-8.29-10.65-18.94l-73.4-391.85q-3.55-20.12 10.65-34.33Q41.48-128 56.87-128q4.73 0 8.28 1.18l346.86 76.95q10.66 2.37 18.94 10.66l563.5 584.8q10.65 11.84 10.06 27.23-0.59 15.39-11.25 26.04zM417.93 56.67999999999995L272.32 199.91999999999996q-10.65 11.83-26.63 11.83-15.99 0-26.63-11.25-10.65-11.25-10.65-27.23t10.65-26.63l133.77-131.41-247.42-55.64 60.38 323.18L674.83 804.84l237.95-233.22-494.84-514.95z" horiz-adv-x="1024" />
<glyph glyph-name="community" unicode="&#59056;" d="M645.33 535.47q7.47 11.73 3.74 25.59-3.74 13.87-16 20.8-12.27 6.94-25.6 3.74-13.33-3.2-20.79-16-20.27-35.2-72-59.74-51.73-24.54-103.46-24.54t-103.47 25.07q-51.74 25.07-72.01 60.27-7.46 11.73-20.79 15.46-13.34 3.74-25.6-3.2-12.26-6.94-16-20.8-3.73-13.87 3.74-25.61 30.93-55.46 99.73-87.46 68.8-32 134.93-32 64 0 132.8 32 68.8 32 100.8 86.4z m71.47-288q42.67 0 72.54 29.87 29.87 29.87 29.87 72.53V793.6q0 42.67-29.87 72.54Q759.47 896 716.8 896H102.4Q59.73 896 29.86 866.14 0 836.28 0 793.6v-443.73q0-42.67 29.86-72.53 29.86-29.87 72.54-29.87V76.79999999999995q0-23.47 21.33-32 6.4-2.13 12.8-2.13 14.94 0 24.54 10.66l182.4 194.14H716.8z m-545.07 29.86v4.27q0 13.87-9.6 24t-24.53 10.13h-35.2q-13.87 0-24 10.13t-10.13 24V793.59q0 13.87 10.13 24t24 10.13h614.4q13.87 0 24-10.13t10.13-24v-443.73q0-13.87-10.13-24t-24-10.13H327.47q-3.2 0-9.6-2.13h-1.07q-1.07 0-2.13-1.07-2.14-1.06-7.47-5.33h-1.07q-1.06-1.07-2.13-2.13h-1.07L170.67 163.20000000000005l1.06 114.13zM921.6 691.2q-13.87 0-24-10.13t-10.13-24.53q0-14.4 10.13-24t24.53-9.6q14.4 0 24-10.13t9.6-24v-375.47q0-14.93-9.6-24.53-9.6-9.6-24.53-9.6h-34.13q-13.87 0-24-10.13-10.13-10.14-10.13-24v-54.4l-77.86 77.86q-9.6 10.67-24.54 10.67H580.28q-13.87 0-24-10.13-10.13-10.14-10.13-24 0-13.87 10.13-24 10.13-10.14 24-10.14h156.8l125.86-126.93q9.6-10.67 24.54-10.67 6.4 0 12.8 3.2 20.26 8.54 21.33 30.94V110.94000000000005q42.67 0 72.53 29.87 29.87 29.87 29.87 72.53V588.81q0 41.6-29.87 72t-72.53 30.4z" horiz-adv-x="1024" />
<glyph glyph-name="hot" unicode="&#59057;" d="M435.3-128q-5.81 0-11.63 2.33-120.96 40.7-198.31 139.56-77.34 98.87-85.5 222.15-1.16 3.49-1.16 8.14 0 51.18-6.98 96.54-6.98 45.36-15.12 72.12-8.14 26.75-18.61 48.27-10.47 21.51-15.12 27.33-4.65 5.81-6.98 9.31-17.44 18.61-6.98 40.71 10.47 23.26 36.06 22.1 112.82-6.98 167.49-44.2 33.73-20.93 62.81-79.09 15.12 45.36 23.84 105.84 8.72 60.48 10.46 109.33 1.75 48.86 0 100.61t-3.49 71.53q-1.75 19.77-2.91 29.07-2.33 24.43 18.61 36.64 20.94 12.21 40.71-1.74 11.63-8.15 27.91-20.94 16.29-12.79 58.16-47.68t78.51-69.79q36.64-34.9 78.51-83.16 41.87-48.26 68.62-91.31 8.14 60.48 1.16 130.27-2.32 25.59 20.36 36.64t42.45-5.24q8.14-8.14 20.36-21.51 12.21-13.38 40.71-56.99 28.5-43.62 49.43-93.63 20.94-50.02 36.64-132.01 15.7-82 13.38-171.56 0-109.33-55.83-204.71-55.83-95.38-151.2-150.04-24.43-13.95-44.2 5.24-19.77 19.19-6.98 43.61 18.61 36.06 18.61 73.28 1.16 55.83-51.18 115.73-52.34 59.9-125.61 111.08 15.12-136.09-20.94-190.75-9.3-13.96-25.59-16.29-16.28-2.32-29.07 8.14-37.22 30.24-76.77 53.51-13.96 6.98-18.03 21.51-4.07 14.54 3.49 28.5 7.56 13.96 22.1 18.03 14.54 4.07 28.5-4.07 19.77-10.47 44.2-27.92 8.14 73.28-13.96 176.8-5.82 23.26 13.38 37.8 19.19 14.54 40.13 2.9 18.61-10.46 41.88-25 23.26-14.54 69.78-49.43 46.52-34.9 81.42-70.95 34.89-36.06 62.81-87.23 27.91-51.17 27.91-98.87 90.72 97.7 90.72 230.29 4.65 188.43-73.27 331.49-9.31-108.17-54.67-139.57-15.12-10.47-32.57-4.08-17.45 6.4-23.26 23.85-39.54 123.29-257.05 302.41 12.8-315.2-80.25-451.29-12.79-19.77-36.06-16.28-23.26 3.49-30.24 25.59-10.46 34.89-29.65 72.11-19.2 37.22-36.64 47.69-17.45 11.63-57 20.93 36.06-86.07 39.55-208.19v-4.66q0-105.84 65.14-194.81 65.13-88.98 168.64-122.71 15.12-4.66 22.1-18.62 6.98-13.95 1.17-29.07-8.15-25.59-34.9-25.59z" horiz-adv-x="1024" />
<glyph glyph-name="text" unicode="&#59058;" d="M973.54 648.62L737.23 884.92q-6.15 4.93-13.54 8Q716.31 896 708.92 896H157.54q-49.23 0-83.69-34.46t-34.46-83.69v-787.7q0-49.23 34.46-83.69 34.47-34.46 83.69-34.46h708.92q49.23 0 83.69 34.46 34.47 34.46 34.47 83.69V620.31q0 16-11.08 28.31zM748.31 761.85l141.54-141.54H748.31V761.85z m118.15-811.08H157.54q-16 0-27.69 11.69-11.69 11.69-11.69 27.69v787.7q0 16 11.69 27.69 11.69 11.69 27.69 11.69h512v-236.31q0-16 11.69-27.69 11.69-11.69 27.69-11.69h196.93v-551.39q0-16-11.7-27.69-11.69-11.69-27.69-11.69zM236.31 580.9200000000001h236.31q16 0 27.69 11.69Q512 604.3 512 620.3t-11.69 27.69q-11.69 11.69-27.69 11.69H236.31q-16 0-27.69-11.69-11.7-11.69-11.7-27.69t11.7-27.69q11.69-11.69 27.69-11.69z m393.84-157.54H236.31q-16 0-27.69-11.69-11.7-11.69-11.7-27.69t11.7-27.69q11.69-11.69 27.69-11.69h393.84q16 0 27.7 11.69Q669.54 368 669.54 384t-11.69 27.69q-11.7 11.69-27.7 11.69z m0-236.3H236.31q-16 0-27.69-11.7-11.7-11.69-11.7-27.69t11.7-27.69q11.69-11.69 27.69-11.69h393.84q16 0 27.7 11.69 11.69 11.69 11.69 27.69t-11.69 27.69q-11.7 11.7-27.7 11.7z" horiz-adv-x="1024" />
<glyph glyph-name="menu" unicode="&#59059;" d="M0 870.77h768.29V896H0v-25.23zM0 513h768.29v25.23H0V513z m0-358.91h768.29v26.37H0v-26.37zM870.34 896v-25.23H1024V896H870.34z m0-383H1024v25.23H870.34V513z m0-358.91H1024v26.37H870.34v-26.37z" horiz-adv-x="1024" />
<glyph glyph-name="bing" unicode="&#59060;" d="M153.856 896L358.4 824.064v-720l288.128 166.272L505.28 336.64l-89.088 221.824 453.952-159.488v-231.872L358.528-128 153.856-14.08z" horiz-adv-x="1024" />
<glyph glyph-name="sakura" unicode="&#59061;" d="M529.27 306.00199999999995s341.799 3.343 393.333-245.693l-97.219-27.856 16.435-106.969a272.157 272.157 0 0 0-123.125 6.129 285.806 285.806 0 0 0-189.423 367.982zM563.813 383.443S730.95 680.67 972.744 600.723l-25.628-98.055 100.84-39.277a274.107 274.107 0 0 0-66.855-103.626 285.528 285.528 0 0 0-413.667 18.664zM507.543 406.842S264.078 645.292 403.639 857.837l88.304-49.306L557.127 896a272.157 272.157 0 0 0 83.57-91.369A286.085 286.085 0 0 0 515.62 409.628zM462.694 366.73S169.088 193.74 0 383.442l70.477 72.705-67.97 83.57a271.6 271.6 0 0 0 109.754 55.712 285.806 285.806 0 0 0 349.04-222.851zM473.558 314.63800000000003S565.206-13.789999999999964 338.176-128l-51.255 86.633-99.448-43.456a269.928 269.928 0 0 0-25.628 120.34 285.528 285.528 0 0 0 306.42 278.564z" horiz-adv-x="1049" />
<glyph glyph-name="pixiv" unicode="&#59062;" d="M1012.973 773.3199999999999C922.169 851.114 795.003 896 647.206 896 262.01 896 0 604.577 0 604.577L73.832 489.7s40.847-3.357 19.22 64.312c18.668 34.57 55.22 81.133 126.587 134.875v-765.184c-30.768-8.515-71.434-24.52-43.71-51.694H388.02c27.999 27.459-16.109 43.985-42.98 51.694V104.21000000000004s145.418-55.96 302.166-55.96c137.737 0 263.045 40.173 356.257 112.735 93.203 72.145 153.278 179.873 152.908 303 0.275 120.889-52.508 231.831-143.398 309.333zM900.57 221.38199999999995c-64.455-62.388-158.18-101.84-266.306-101.765-120.624-0.057-222.17 22.841-289.214 55.202V339.25699999999995 748.904c73.557 51.238 192.872 82.812 289.214 82.622 117.058-0.085 208.981-43.444 271.123-109.255 62.046-66.2 95.924-154.131 96.227-256.342-0.37-99.602-36.589-181.636-101.044-244.546z" horiz-adv-x="1157" />
<glyph glyph-name="gear" unicode="&#59063;" d="M970.592 284.576c27.52 0 49.92 22.304 49.92 49.952V436.16a49.92 49.92 0 0 1-49.92 49.92h-56.16l-0.128 0.192a406.08 406.08 0 0 1-45.376 109.12l39.136 39.2a50.016 50.016 0 0 1 0 70.56l-71.904 71.872a49.92 49.92 0 0 1-70.624-0.032l-39.104-39.136A405.888 405.888 0 0 1 618.24 783.04a4592.32 4592.32 0 0 0-0.608 56.48 49.856 49.856 0 0 1-49.888 49.568h-101.6a49.92 49.92 0 0 1-49.888-50.304l0.48-54.592c-39.808-8.448-77.344-25.6-111.712-46.144l-38.912 38.976a49.792 49.792 0 0 1-70.56 0l-71.968-71.936a49.92 49.92 0 0 1 0-70.56l39.136-39.136a409.504 409.504 0 0 1-45.312-109.12c-0.032-0.128-0.032-0.16-0.096-0.192H62.848a49.92 49.92 0 0 1-49.92-49.92v-101.728a49.92 49.92 0 0 1 49.92-49.952h54.208l-1.344 5.856c0.48-1.856 0.864-3.776 1.344-5.6a406.88 406.88 0 0 1 45.728-110.56l-39.104-39.072c-9.376-9.312-14.624-22.016-14.624-35.328s5.248-25.952 14.624-35.328l71.904-71.936c9.344-9.312 22.016-14.624 35.264-14.624 13.216 0 25.952 5.312 35.296 14.624l39.072 39.136a407.808 407.808 0 0 1 111.616-46.016l-0.48-53.984a49.76 49.76 0 0 1 49.888-50.304h101.6c27.392 0 49.728 22.144 49.92 49.6 0.192 27.2 0.384 55.424 0.608 55.456a409.44 409.44 0 0 1 108.128 45.152L765.6-7.52a49.888 49.888 0 0 1 70.56 0l71.904 71.776a50.08 50.08 0 0 1 0 70.624l-39.168 39.168a409.568 409.568 0 0 1 45.824 110.304h55.936l-0.064 0.224z m-454.72-40.064a140.352 140.352 0 0 0 0 280.64 140.32 140.32 0 0 0 0-280.64z" horiz-adv-x="1024" />
<glyph glyph-name="dots" unicode="&#59064;" d="M515.601581 551.442003c-57.991576 0.793569-113.968708-36.473649-135.944463-90.100596-22.952455-52.71129-11.079443-118.119684 29.148397-159.232659 38.701747-41.662369 102.431436-56.862266 155.814208-37.419828 55.336172 18.801479 96.143929 73.160951 98.341504 131.610356 3.662626 56.831745-29.301007 113.632967-80.180984 138.996651a147.08495 147.08495 0 0 1-67.178662 16.176598z m-70.719201-89.001808c34.398161 0.9767 64.859-31.101798 62.11203-65.408394-0.793569-34.398161-34.367639-63.149774-68.460582-58.663057-34.306596 2.563838-61.318461 37.480871-55.122519 71.329638 4.028888 29.606226 31.559626 53.291206 61.471071 52.741813z m57.167485 130.358958c-3.448973 1.220875-11.567793 12.727625-18.068954 25.516294-7.203164 14.284241-29.606226 40.075231-57.869489 66.629268-54.573125 51.276762-68.460582 72.458948-68.460581 104.201706 0 47.52257 37.236696 74.015564 104.079618 74.015564 63.302384 0 115.891586-32.658414 132.220793-82.134385 14.955722-45.324995-4.425673-109.634601-47.431005-157.492911-24.173331-26.859256-34.794946-34.184508-44.470382-30.735536z m148.916263-66.568225c-13.856934 8.057777-10.37744 16.451294 25.424728 61.043765 19.320351 24.112287 45.172386 64.584303 59.944976 94.007397 28.38535 56.465482 42.578026 70.444504 77.372971 76.335227 60.49437 10.224831 116.624112-39.739491 116.379937-103.560746-0.274697-75.480614-44.867167-105.697278-185.542522-125.689111-59.609236-8.454561-81.859688-8.973433-93.58009-2.136532zM161.181485 508.619802c-56.587569 10.285874-83.629957 21.365317-107.009718 43.737857C33.447409 572.227405 32.684362 573.93663 32.684362 602.32198c0 57.259051 45.56917 98.738289 108.718944 98.982464 37.450349 0.152609 56.343394-10.285874 98.677245-54.420516 18.862523-19.656092 55.702435-50.849456 81.951253-69.284672 50.574759-35.68008 55.336172-44.165163 31.345973-55.671913-40.349928-19.320351-126.238504-25.272118-192.226814-13.307541z m-23.593415-463.32217c-54.32895 19.350873-78.624368 99.043507-46.210129 151.449579 16.970166 27.469694 34.459205 34.21503 82.775344 31.925889 105.666756-5.005589 133.655322-3.479495 159.812575 8.790302 13.643281 6.409595 28.263263 10.285874 32.505804 8.668214 12.880234-4.944545 9.40074-37.236696-7.691514-71.451726-42.150719-84.362482-157.798131-151.998973-221.19208-129.41278z m618.220723-23.593415c-24.112287 5.18872-42.913766 31.071276-54.512082 74.839655-14.253719 53.749034-25.546815 79.112718-49.292839 110.550257-10.621615 14.10111-19.350873 28.965266-19.350874 33.024676 0 27.133953 118.577512 31.376495 172.845419 6.195942 60.860633-28.293785 90.558424-65.927265 90.558424-114.884364 0-31.559626-8.332474-52.070331-29.758835-73.099908-30.094576-29.545182-74.778611-44.378817-110.489213-36.626258z m-298.748182-115.555846c-93.702178 18.221564-111.588001 131.946096-31.13232 198.605887 49.659102 41.204541 61.379505 54.084775 76.823577 84.48457 8.851346 17.427995 19.228786 31.712236 23.013499 31.712235 9.034477 0 46.21013-74.839655 55.641391-112.015307 10.469006-41.265585 9.553349-111.954264-1.739747-136.738032-20.480183-45.050298-76.274183-75.08383-122.575879-66.049353z" horiz-adv-x="1024" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Binary file not shown.

17
css/lib.css 100644

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,238 @@
/*iconfont **/
@font-face {
font-family: "iconfont";
src: url('../fonts/sakura-theme/iconfont.eot?t=1461591491'); /* IE9*/
src: url('../fonts/sakura-theme/iconfont.eot?t=1461591491#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/sakura-theme/iconfont.woff?t=1461591491') format('woff'), /* chrome, firefox */
url('../fonts/sakura-theme/iconfont.ttf?t=1461591491') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('../fonts/sakura-theme/iconfont.svg?t=1461591491#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family: "iconfont" !important;
font-size: 15px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.icon-text:before {
content: "\e791";
}
.icon-my:before {
content: "\e78b";
}
.icon-mark:before {
content: "\e731";
}
.icon-attention:before {
content: "\e73d";
}
.icon-calendar:before {
content: "\e74a";
}
.icon-file:before {
content: "\e739";
}
.icon-community:before {
content: "\e741";
}
.icon-rounddown:before {
content: "\e75c";
}
.icon-upload:before {
content: "\e75d";
}
.icon-write:before {
content: "\e761";
}
.icon-hot:before {
content: "\e758";
}
.icon-appreciatefill:before {
content: "\e6e3";
}
.icon-fold:before {
content: "\e6de";
}
.icon-forward:before {
content: "\e6eb";
}
.icon-info:before {
content: "\e6e5";
}
.icon-share:before {
content: "\e6f3";
}
.icon-notice:before {
content: "\e70a";
}
.icon-countdown:before {
content: "\e708";
}
.icon-pullright:before {
content: "\e720";
}
.icon-pullleft:before {
content: "\e71f";
}
.icon-roundcheck:before {
content: "\e657";
}
.icon-unfold:before {
content: "\e661";
}
.icon-time:before {
content: "\e65f";
}
.icon-comment:before {
content: "\e667";
}
.icon-camera:before {
content: "\e665";
}
.icon-notification:before {
content: "\e66b";
}
.icon-warn:before {
content: "\e663";
}
.icon-like:before {
content: "\e669";
}
.icon-likefill:before {
content: "\e668";
}
.icon-search:before {
content: "\e65c";
}
.icon-my1:before {
content: "\e686";
}
.icon-back:before {
content: "\e679";
}
.icon-question:before {
content: "\e691";
}
.icon-right:before {
content: "\e6a3";
}
.icon-pullup:before {
content: "\e6a0";
}
.icon-pulldown:before {
content: "\e69f";
}
.icon-delete:before {
content: "\e6b4";
}
.icon-message:before {
content: "\e6bc";
}
.icon-weibo:before {
content: "\e6c4";
}
.icon-check:before {
content: "\e645";
}
.icon-appreciate:before {
content: "\e644";
}
.icon-favor:before {
content: "\e64c";
}
.icon-favorfill:before {
content: "\e64b";
}
.icon-link:before {
content: "\e6bf";
}
.icon-close:before {
content: "\e646";
}
.icon-location:before {
content: "\e651";
}
.icon-more:before {
content: "\e684";
}
.icon-tags:before {
content: "\e68c";
}
.icon-weixin:before {
content: "\e66f";
}
.icon-QQ:before {
content: "\e604";
}
.icon-douban:before {
content: "\e607";
}
.icon-github:before {
content: "\e66c";
}
.icon-caidan:before {
content: "\e6a0";
}
.icon-caidan1:before {
content: "\e628";
}
.icon-menu:before {
content: "\e769";
}

270
css/sharejs.css 100644
View File

@ -0,0 +1,270 @@
@font-face {
font-family:"socialshare";src:url("https://cdn.jsdelivr.net/gh/moezx/share.js@1.0.3/src/fonts/iconfont.eot");
src:url("https://cdn.jsdelivr.net/gh/moezx/share.js@1.0.3/src/fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("https://cdn.jsdelivr.net/gh/moezx/share.js@1.0.3/src/fonts/iconfont.woff") format("woff"),url("https://cdn.jsdelivr.net/gh/moezx/share.js@1.0.3/src/fonts/iconfont.ttf") format("truetype"),url("https://cdn.jsdelivr.net/gh/moezx/share.js@1.0.3/src/fonts/iconfont.svg#iconfont") format("svg")
}
.social-share {
display: inline-block;
font-family: "socialshare" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale
}
.social-share * {
font-family: "socialshare" !important
}
.social-share .icon-tencent:before {
content: "\f07a"
}
.social-share .icon-qq:before {
content: "\f11a"
}
.social-share .icon-weibo:before {
content: "\f12a"
}
.social-share .icon-wechat:before {
content: "\f09a"
}
.social-share .icon-douban:before {
content: "\f10a"
}
.social-share .icon-heart:before {
content: "\f20a"
}
.social-share .icon-like:before {
content: "\f00a"
}
.social-share .icon-qzone:before {
content: "\f08a"
}
.social-share .icon-linkedin:before {
content: "\f01a"
}
.social-share .icon-diandian:before {
content: "\f05a"
}
.social-share .icon-facebook:before {
content: "\f03a"
}
.social-share .icon-google:before {
content: "\f04a"
}
.social-share .icon-twitter:before {
content: "\f06a"
}
.social-share a {
position: relative;
text-decoration: none;
margin: 0 4px;
display: inline-block;
outline: none
}
.social-share .social-share-icon {
position: relative;
display: inline-block;
width: 16px;
height: 16px;
font-size: 10px;
border-radius: 50%;
line-height: 16px;
border: 1px solid #666;
color: #666;
text-align: center;
vertical-align: middle;
transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
background: #666;
color: #fff
}
.social-share .icon-weibo {
color: #ff763b;
border-color: #ff763b
}
.social-share .icon-weibo:hover {
background: #ff763b
}
.social-share .icon-tencent {
color: #56b6e7;
border-color: #56b6e7
}
.social-share .icon-tencent:hover {
background: #56b6e7
}
.social-share .icon-qq {
color: #56b6e7;
border-color: #56b6e7
}
.social-share .icon-qq:hover {
background: #56b6e7
}
.social-share .icon-qzone {
color: #FDBE3D;
border-color: #FDBE3D
}
.social-share .icon-qzone:hover {
background: #FDBE3D
}
.social-share .icon-douban {
color: #33b045;
border-color: #33b045
}
.social-share .icon-douban:hover {
background: #33b045
}
.social-share .icon-linkedin {
color: #0077B5;
border-color: #0077B5
}
.social-share .icon-linkedin:hover {
background: #0077B5
}
.social-share .icon-facebook {
color: #44619D;
border-color: #44619D
}
.social-share .icon-facebook:hover {
background: #44619D
}
.social-share .icon-google {
color: #db4437;
border-color: #db4437
}
.social-share .icon-google:hover {
background: #db4437
}
.social-share .icon-twitter {
color: #55acee;
border-color: #55acee
}
.social-share .icon-twitter:hover {
background: #55acee
}
.social-share .icon-diandian {
color: #307DCA;
border-color: #307DCA
}
.social-share .icon-diandian:hover {
background: #307DCA
}
.social-share .icon-wechat {
position: relative;
color: #7bc549;
border-color: #7bc549
}
.social-share .icon-wechat:hover {
background: #7bc549
}
.social-share .icon-wechat .wechat-qrcode {
display: none;
border: 1px solid #eee;
position: absolute;
z-index: 9;
top: -205px;
left: -84px;
width: 200px;
height: 192px;
color: #666;
font-size: 12px;
text-align: center;
background-color: #fff;
box-shadow: 0 2px 10px #aaa;
transition: all 200ms;
-webkit-tansition: all 350ms;
-moz-transition: all 350ms
}
.social-share .icon-wechat .wechat-qrcode.bottom {
top: 40px;
left: -84px
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
display: none
}
.social-share .icon-wechat .wechat-qrcode h4 {
font-weight: normal;
height: 26px;
line-height: 26px;
font-size: 12px;
background-color: #f3f3f3;
margin: 0;
padding: 0;
color: #777
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
width: 105px;
margin: 10px auto
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
margin: 0 !important
}
.social-share .icon-wechat .wechat-qrcode .help p {
font-weight: normal;
line-height: 16px;
padding: 0;
margin: 0
}
.social-share .icon-wechat .wechat-qrcode:after {
content: '';
position: absolute;
left: 50%;
margin-left: -6px;
bottom: -13px;
width: 0;
height: 0;
border-width: 8px 6px 6px 6px;
border-style: solid;
border-color: #fff transparent transparent transparent
}
.social-share .icon-wechat:hover .wechat-qrcode {
display: block
}

6
css/src/baguetteBox.min.css vendored 100644
View File

@ -0,0 +1,6 @@
/*!
* baguetteBox.js
* @author feimosi
* @version 1.11.0
* @url https://github.com/feimosi/baguetteBox.js
*/#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

File diff suppressed because one or more lines are too long

11
css/src/font-awesome.min.css vendored 100644

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,36 @@
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(../iconfont/MaterialIcons-Regular.woff2) format('woff2'),
url(../iconfont/MaterialIcons-Regular.woff) format('woff'),
url(../iconfont/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px; /* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: 'liga';
}

View File

@ -0,0 +1,86 @@
/* Fix: Aplayer beautify*/
.aplayer {
background: rgba(255, 255, 255, .3);
font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', 'Source Han Serif', 'source-han-serif-sc', 'PT Serif', 'SongTi SC', 'MicroSoft Yahei', Georgia, serif;
}
.aplayer .aplayer-lrc::before {
background: rgba(255, 255, 255, 0);
filter: none
}
.aplayer .aplayer-lrc::after {
background: rgba(255, 255, 255, 0);
filter: none
}
.aplayer {
box-shadow: 0 0 0 1px #eee;
border-radius: 3px;
margin: 15px 0
}
.aplayer .aplayer-info {
padding: 9px 7px 0 10px
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
margin-left: 1px;
padding-right: 3px
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar,
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded,
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played {
height: 6px;
border-radius: 10px
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
height: 12px;
width: 12px;
right: 3px;
box-shadow: 0 0 5px 0 rgba(0, 0, 0, .18);
transition: all .35s
}
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar,
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume {
border-radius: 10px;
width: 6px
}
.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar {
right: 10.5px
}
.aplayer .aplayer-list ol li {
border-top: none
}
.aplayer .aplayer-list ol li.aplayer-list-light {
background: #f8f8f8
}
#aplayer-float {
background: rgba(255, 255, 255, 1);
margin: 0;
}
.ap-hover {
left: -66px !important;
}
.ap-hover:hover {
left: 0px !important;
}
#aplayer-float .aplayer-lrc-current {
color: orange;
font-size: 15px;
font-weight: bold;
}
.aplayer-lrc {
pointer-events: none;
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 24 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 799 B

View File

@ -0,0 +1 @@
<?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 t="1515473477276" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4841" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M153.856 0L358.4 71.936v720l288.128-166.272L505.28 559.36 416.192 337.536l453.952 159.488v231.872L358.528 1024l-204.672-113.92z" p-id="4842" fill="#404040"></path></svg>

After

Width:  |  Height:  |  Size: 555 B

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="8px" height="11px"
viewBox="0 0 8 11" enable-background="new 0 0 8 11" xml:space="preserve">
<title>Imported Layers</title>
<description>Created with Sketch.</description>
<g id="Homepage" sketch:type="MSPage">
<g id="homepage-products-new" transform="translate(-1104.000000, -440.000000)" sketch:type="MSArtboardGroup">
<g id="header" sketch:type="MSLayerGroup">
<g id="img_x2B_msg-4" sketch:type="MSShapeGroup">
<g id="learn-more" transform="translate(957.000000, 417.000000)">
<path id="Imported-Layers" fill="#879193" d="M155,28.5l-6.1,5.5l-1.8-1.6l4.3-3.8l-4.3-3.8l1.9-1.7L155,28.5"/>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -0,0 +1,6 @@
<svg width="80px" height="80px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="lds-disqus">
<path ng-attr-d="{{config.d}}" ng-attr-stroke-width="{{config.width}}" ng-attr-stroke="{{config.stroke}}" fill="none" d="M82 50A32 32 0 1 1 23.533421623214014 32.01333190873183 L21.71572875253809 21.7157287525381 L32.013331908731814 23.53342162321403 A32 32 0 0 1 82 50" stroke-width="5" stroke="#ff727d"></path>
<circle cx="50" cy="50" ng-attr-r="{{config.radius2}}" ng-attr-stroke-width="{{config.width}}" ng-attr-stroke="{{config.stroke}}" ng-attr-stroke-dasharray="{{config.dasharray}}" fill="none" stroke-linecap="round" r="20" stroke-width="5" stroke="#ff727d" stroke-dasharray="31.41592653589793 31.41592653589793" transform="rotate(96 50 50)">
<animateTransform attributeName="transform" type="rotate" calcMode="linear" values="0 50 50;360 50 50" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"></animateTransform>
</circle>
</svg>

After

Width:  |  Height:  |  Size: 1013 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

View File

@ -0,0 +1 @@
<?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 t="1515472174568" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2446" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M970.592 611.424c27.52 0 49.92-22.304 49.92-49.952V459.84a49.92 49.92 0 0 0-49.92-49.92h-56.16l-0.128-0.192a406.08 406.08 0 0 0-45.376-109.12l39.136-39.2a50.016 50.016 0 0 0 0-70.56L836.16 118.976a49.92 49.92 0 0 0-70.624 0.032l-39.104 39.136A405.888 405.888 0 0 0 618.24 112.96a4592.32 4592.32 0 0 1-0.608-56.48A49.856 49.856 0 0 0 567.744 6.912h-101.6a49.92 49.92 0 0 0-49.888 50.304l0.48 54.592c-39.808 8.448-77.344 25.6-111.712 46.144L266.112 118.976a49.792 49.792 0 0 0-70.56 0L123.584 190.912a49.92 49.92 0 0 0 0 70.56l39.136 39.136a409.504 409.504 0 0 0-45.312 109.12c-0.032 0.128-0.032 0.16-0.096 0.192H62.848a49.92 49.92 0 0 0-49.92 49.92v101.728a49.92 49.92 0 0 0 49.92 49.952h54.208l-1.344-5.856c0.48 1.856 0.864 3.776 1.344 5.6a406.88 406.88 0 0 0 45.728 110.56l-39.104 39.072c-9.376 9.312-14.624 22.016-14.624 35.328s5.248 25.952 14.624 35.328l71.904 71.936c9.344 9.312 22.016 14.624 35.264 14.624 13.216 0 25.952-5.312 35.296-14.624l39.072-39.136a407.808 407.808 0 0 0 111.616 46.016l-0.48 53.984a49.76 49.76 0 0 0 49.888 50.304h101.6c27.392 0 49.728-22.144 49.92-49.6 0.192-27.2 0.384-55.424 0.608-55.456a409.44 409.44 0 0 0 108.128-45.152l39.104 39.072a49.888 49.888 0 0 0 70.56 0l71.904-71.776a50.08 50.08 0 0 0 0-70.624l-39.168-39.168a409.568 409.568 0 0 0 45.824-110.304h55.936l-0.064-0.224z m-454.72 40.064a140.352 140.352 0 0 1 0-280.64 140.32 140.32 0 0 1 0 280.64z" p-id="2447"></path></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -0,0 +1,25 @@
<?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 t="1512297044230" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2514" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css">@font-face {
font-family: "weel-translate";
font-style: normal;
font-weight: normal;
src: url("moz-extension://6df79949-f4b5-4469-9d15-fba558fbc8ad/fonts/weel-translate.ttf") format("truetype"), url("moz-extension://6df79949-f4b5-4469-9d15-fba558fbc8ad/fonts/weel-translate.woff") format("woff");
}
@font-face {
font-family: "weel-translate";
font-style: normal;
font-weight: normal;
src: url("moz-extension://6df79949-f4b5-4469-9d15-fba558fbc8ad/fonts/weel-translate.ttf") format("truetype"), url("moz-extension://6df79949-f4b5-4469-9d15-fba558fbc8ad/fonts/weel-translate.woff") format("woff");
}
@font-face {
font-family: "weel-translate";
font-style: normal;
font-weight: normal;
src: url("moz-extension://6df79949-f4b5-4469-9d15-fba558fbc8ad/fonts/weel-translate.ttf") format("truetype"), url("moz-extension://6df79949-f4b5-4469-9d15-fba558fbc8ad/fonts/weel-translate.woff") format("woff");
}
@font-face {
font-family: "weel-translate";
font-style: normal;
font-weight: normal;
src: url("moz-extension://6df79949-f4b5-4469-9d15-fba558fbc8ad/fonts/weel-translate.ttf") format("truetype"), url("moz-extension://6df79949-f4b5-4469-9d15-fba558fbc8ad/fonts/weel-translate.woff") format("woff");
}
</style></defs><path d="M512 321.6c37.6 0 68.8 30.4 68.8 68s-30.4 68-68 68-68-30.4-68-68c-1.6-37.6 29.6-68 67.2-68z m0-44c-61.6 0-112 50.4-112 112s50.4 112 112 112 112-50.4 112-112c-0.8-61.6-50.4-112-112-112" p-id="2515" fill="#2c2c2c"></path><path d="M663.2 833.6l-88.8-128-29.6 34.4-32.8 6.4-33.6-6.4-29.6-34.4-88 127.2-17.6-18.4c-3.2-4-74.4-88.8-70.4-188.8 1.6-44.8 20-85.6 53.6-120-8.8-22.4-29.6-64-24.8-118.4 6.4-71.2 45.6-176 198.4-277.6l10.4-7.2 11.2 6.4c3.2 1.6 72 40.8 128 109.6 73.6 89.6 84.8 188 46.4 284.8 17.6 18.4 46.4 56 52.8 111.2 6.4 63.2-11.2 129.6-68.8 197.6 0.8 0-16.8 21.6-16.8 21.6zM512 155.2c-245.6 168.8-152.8 336-148.8 343.2l9.6 16-13.6 12c-32 28.8-49.6 63.2-50.4 100.8-2.4 55.2 25.6 115.2 45.6 143.2l89.6-124.8 55.2 60.8 12 2.4 12-2.4 55.2-60.8 89.6 128.8c36.8-50.4 49.6-109.6 44.8-153.6-6.4-59.2-48-92-48-92.8l-13.6-10.4 7.2-16c39.2-86.4 25.6-171.2-41.6-252C578.4 200 532.8 168 512 155.2z" p-id="2516" fill="#2c2c2c"></path><path d="M563.2 788c12.8 18.4 17.6 37.6 12.8 56.8-0.8 3.2-2.4 6.4-3.2 9.6l-7.2-7.2-25.6-24-18.4 29.6-9.6 15.2-9.6-15.2-18.4-28.8-24.8 24-8 7.2c-6.4-15.2-6.4-30.4 0-45.6 3.2-7.2 6.4-13.6 10.4-18.4 16 8 31.2 11.2 48 11.2 21.6-0.8 40-7.2 53.6-14.4z m4.8-38.4s-24 23.2-59.2 23.2c-16 0-34.4-4.8-53.6-20 0 0-79.2 66.4-10.4 145.6l33.6-31.2 34.4 53.6 33.6-53.6 33.6 31.2c-0.8 0.8 68-71.2-12-148.8" p-id="2517" fill="#2c2c2c"></path></svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

View File

@ -0,0 +1 @@
<?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 t="1516374304626" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="880" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M825.6 406.4h-73.6c-9.6 0-19.2 9.6-19.2 19.2v172.8c0 9.6 9.6 19.2 19.2 19.2h73.6c9.6 0 19.2-9.6 19.2-19.2v-172.8c-3.2-9.6-9.6-19.2-19.2-19.2z m108.8-115.2h-291.2c-16 0-25.6 12.8-25.6 25.6v19.2H89.6c-16 0-25.6 12.8-25.6 25.6V704c0 16 12.8 25.6 25.6 25.6h841.6c16 0 25.6-12.8 25.6-25.6V316.8c3.2-12.8-9.6-25.6-22.4-25.6zM307.2 662.4c0 9.6-9.6 19.2-19.2 19.2H137.6c-9.6 0-19.2-9.6-19.2-19.2v-252.8c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v208h108.8c9.6 0 19.2 9.6 19.2 19.2v25.6z m272-99.2v6.4c0 6.4 0 12.8-3.2 16l-89.6 89.6c-6.4 6.4-22.4 6.4-22.4 6.4s-16 0-22.4-6.4L352 585.6c-6.4-3.2-6.4-12.8-3.2-19.2V409.6c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v147.2l54.4 54.4 54.4-54.4v-144c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v150.4z m326.4 89.6c0 16-12.8 25.6-25.6 25.6h-182.4c-16 0-25.6-12.8-25.6-25.6v-281.6c0-16 12.8-25.6 25.6-25.6h182.4c16 0 25.6 12.8 25.6 25.6v281.6z" fill="#BFBFBF" p-id="881"></path></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1 @@
<?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 t="1516374315819" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1013" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M934.4 291.2h-291.2c-16 0-25.6 12.8-25.6 25.6v19.2H89.6c-16 0-25.6 12.8-25.6 25.6V704c0 16 12.8 25.6 25.6 25.6h841.6c16 0 25.6-12.8 25.6-25.6V316.8c3.2-12.8-9.6-25.6-22.4-25.6zM307.2 662.4c0 9.6-9.6 19.2-19.2 19.2H137.6c-9.6 0-19.2-9.6-19.2-19.2v-252.8c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v208h108.8c9.6 0 19.2 9.6 19.2 19.2v25.6z m272-99.2v6.4c0 6.4 0 12.8-3.2 16l-89.6 89.6c-6.4 6.4-22.4 6.4-22.4 6.4s-16 0-22.4-6.4L352 585.6c-6.4-3.2-6.4-12.8-3.2-19.2V409.6c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v147.2l54.4 54.4 54.4-54.4v-144c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v150.4z m281.6 99.2c0 9.6-9.6 19.2-19.2 19.2h-118.4c-9.6 0-19.2-9.6-19.2-19.2v-25.6c0-9.6 9.6-19.2 19.2-19.2h25.6V416h-19.2c-9.6 0-19.2-9.6-19.2-19.2v-25.6c0-9.6 9.6-19.2 19.2-19.2h64c9.6 0 19.2 9.6 19.2 19.2v243.2h25.6c9.6 0 19.2 9.6 19.2 19.2v28.8z" fill="#BFBFBF" p-id="1014"></path></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1 @@
<?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 t="1516374320424" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1142" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M934.4 291.2h-291.2c-16 0-25.6 12.8-25.6 25.6v19.2H89.6c-16 0-25.6 12.8-25.6 25.6V704c0 16 12.8 25.6 25.6 25.6h841.6c16 0 25.6-12.8 25.6-25.6V316.8c3.2-12.8-9.6-25.6-22.4-25.6zM307.2 662.4c0 9.6-9.6 19.2-19.2 19.2H137.6c-9.6 0-19.2-9.6-19.2-19.2v-252.8c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v208h108.8c9.6 0 19.2 9.6 19.2 19.2v25.6z m272-99.2v6.4c0 6.4 0 12.8-3.2 16l-89.6 89.6c-6.4 6.4-22.4 6.4-22.4 6.4s-16 0-22.4-6.4L352 585.6c-6.4-3.2-6.4-12.8-3.2-19.2V409.6c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v147.2l54.4 54.4 54.4-54.4v-144c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v150.4z m326.4-38.4c0 9.6-9.6 19.2-19.2 19.2h-153.6v73.6h153.6c9.6 0 19.2 9.6 19.2 19.2v25.6c0 9.6-9.6 19.2-19.2 19.2h-198.4c-9.6 0-19.2-9.6-19.2-19.2v-163.2c0-9.6 9.6-19.2 19.2-19.2h153.6v-73.6h-153.6c-9.6 0-19.2-9.6-19.2-19.2v-25.6c0-9.6 9.6-19.2 19.2-19.2h198.4c9.6 0 19.2 9.6 19.2 19.2v163.2z" fill="#95DDB2" p-id="1143"></path></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1 @@
<?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 t="1516374325602" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1271" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M934.4 291.2h-291.2c-16 0-25.6 12.8-25.6 25.6v19.2H89.6c-16 0-25.6 12.8-25.6 25.6V704c0 16 12.8 25.6 25.6 25.6h841.6c16 0 25.6-12.8 25.6-25.6V316.8c3.2-12.8-9.6-25.6-22.4-25.6zM307.2 662.4c0 9.6-9.6 19.2-19.2 19.2H137.6c-9.6 0-19.2-9.6-19.2-19.2v-252.8c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v208h108.8c9.6 0 19.2 9.6 19.2 19.2v25.6z m272-99.2v6.4c0 6.4 0 12.8-3.2 16l-89.6 89.6c-6.4 6.4-22.4 6.4-22.4 6.4s-16 0-22.4-6.4L352 585.6c-6.4-3.2-6.4-12.8-3.2-19.2V409.6c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v147.2l54.4 54.4 54.4-54.4v-144c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v150.4z m326.4 99.2c0 9.6-9.6 19.2-19.2 19.2h-198.4c-9.6 0-19.2-9.6-19.2-19.2v-25.6c0-9.6 9.6-19.2 19.2-19.2h153.6V544h-153.6c-9.6 0-19.2-9.6-19.2-19.2v-25.6c0-9.6 9.6-19.2 19.2-19.2h153.6v-73.6h-153.6c-9.6 0-19.2-9.6-19.2-19.2v-25.6c0-9.6 9.6-19.2 19.2-19.2h198.4c9.6 0 19.2 9.6 19.2 19.2v300.8z" fill="#92D1E5" p-id="1272"></path></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1 @@
<?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 t="1516374334747" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1400" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M934.4 291.2h-291.2c-16 0-25.6 12.8-25.6 25.6v19.2H89.6c-16 0-25.6 12.8-25.6 25.6V704c0 16 12.8 25.6 25.6 25.6h841.6c16 0 25.6-12.8 25.6-25.6V316.8c3.2-12.8-9.6-25.6-22.4-25.6zM307.2 662.4c0 9.6-9.6 19.2-19.2 19.2H137.6c-9.6 0-19.2-9.6-19.2-19.2v-252.8c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v208h108.8c9.6 0 19.2 9.6 19.2 19.2v25.6z m272-99.2v6.4c0 6.4 0 12.8-3.2 16l-89.6 89.6c-6.4 6.4-22.4 6.4-22.4 6.4s-16 0-22.4-6.4L352 585.6c-6.4-3.2-6.4-12.8-3.2-19.2V409.6c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v147.2l54.4 54.4 54.4-54.4v-144c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v150.4z m326.4 99.2c0 9.6-9.6 19.2-19.2 19.2h-25.6c-9.6 0-19.2-9.6-19.2-19.2V544h-153.6c-9.6 0-19.2-9.6-19.2-19.2v-163.2c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2V480h108.8v-118.4c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v300.8z" fill="#FFB37C" p-id="1401"></path></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1 @@
<?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 t="1516374340287" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1529" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M934.4 291.2h-291.2c-16 0-25.6 12.8-25.6 25.6v19.2H89.6c-16 0-25.6 12.8-25.6 25.6V704c0 16 12.8 25.6 25.6 25.6h841.6c16 0 25.6-12.8 25.6-25.6V316.8c3.2-12.8-9.6-25.6-22.4-25.6zM307.2 662.4c0 9.6-9.6 19.2-19.2 19.2H137.6c-9.6 0-19.2-9.6-19.2-19.2v-252.8c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v208h108.8c9.6 0 19.2 9.6 19.2 19.2v25.6z m272-99.2v6.4c0 6.4 0 12.8-3.2 16l-89.6 89.6c-6.4 6.4-22.4 6.4-22.4 6.4s-16 0-22.4-6.4L352 585.6c-6.4-3.2-6.4-12.8-3.2-19.2V409.6c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v147.2l54.4 54.4 54.4-54.4v-144c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v150.4z m326.4-172.8c0 9.6-9.6 19.2-19.2 19.2h-153.6V480h153.6c9.6 0 19.2 9.6 19.2 19.2v163.2c0 9.6-9.6 19.2-19.2 19.2h-198.4c-9.6 0-19.2-9.6-19.2-19.2v-25.6c0-9.6 9.6-19.2 19.2-19.2h153.6V544h-153.6c-9.6 0-19.2-9.6-19.2-19.2v-163.2c0-9.6 9.6-19.2 19.2-19.2h198.4c9.6 0 19.2 9.6 19.2 19.2v28.8z" fill="#FF6C00" p-id="1530"></path></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1 @@
<?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 t="1516374345247" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1658" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M732.8 617.6h108.8V544h-108.8v73.6z m201.6-326.4h-291.2c-16 0-25.6 12.8-25.6 25.6v19.2H89.6c-16 0-25.6 12.8-25.6 25.6V704c0 16 12.8 25.6 25.6 25.6h841.6c16 0 25.6-12.8 25.6-25.6V316.8c3.2-12.8-9.6-25.6-22.4-25.6zM307.2 662.4c0 9.6-9.6 19.2-19.2 19.2H137.6c-9.6 0-19.2-9.6-19.2-19.2v-252.8c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v208h108.8c9.6 0 19.2 9.6 19.2 19.2v25.6z m272-99.2v6.4c0 6.4 0 12.8-3.2 16l-89.6 89.6c-6.4 6.4-22.4 6.4-22.4 6.4s-16 0-22.4-6.4L352 585.6c-6.4-3.2-6.4-12.8-3.2-19.2V409.6c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v147.2l54.4 54.4 54.4-54.4v-144c0-9.6 9.6-19.2 19.2-19.2h25.6c9.6 0 19.2 9.6 19.2 19.2v150.4z m326.4-172.8c0 9.6-9.6 19.2-19.2 19.2h-153.6V480h153.6c9.6 0 19.2 9.6 19.2 19.2v163.2c0 9.6-9.6 19.2-19.2 19.2h-198.4c-9.6 0-19.2-9.6-19.2-19.2v-297.6c0-9.6 9.6-19.2 19.2-19.2h198.4c9.6 0 19.2 9.6 19.2 19.2v25.6z" fill="#FF0000" p-id="1659"></path></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 697 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1 @@
<?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 t="1519637140387" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1300" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M658.997935 371.960547l-221.708498-221.709521c-32.652677-32.651654-85.591377-32.651654-118.244055 0-32.652677 32.652677-32.652677 85.591377 0 118.244055l210.686467 210.243375c15.095813 17.272385 17.229406 44.333718 0 61.45363L319.045383 751.324714c-32.652677 32.652677-32.652677 85.590354 0 118.242008 32.652677 32.652677 85.591377 32.652677 118.244055 0L658.992819 647.862317C753.919818 552.936341 758.562559 471.524147 658.997935 371.960547L658.997935 371.960547zM658.997935 371.960547" p-id="1301" fill="#1296db"></path></svg>

After

Width:  |  Height:  |  Size: 915 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,19 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="960px" height="314px" viewBox="0 0 9600 3140" preserveAspectRatio="xMidYMid meet">
<g id="layer101" fill="#a5d12e" stroke="none">
<path d="M621 2526 c-31 -32 -33 -38 -26 -78 14 -84 11 -294 -4 -311 -11 -13 -11 -20 -1 -32 8 -10 11 -55 9 -152 -2 -76 0 -144 4 -150 12 -19 35 -16 68 8 l29 20 -5 140 c-3 95 -1 139 6 139 6 0 23 -12 38 -27 36 -37 104 -72 151 -79 57 -9 123 30 166 98 19 30 22 42 14 63 -6 15 -8 31 -5 36 3 5 -9 37 -27 71 -34 64 -123 158 -150 158 -8 0 -23 9 -33 20 -10 11 -25 20 -33 20 -8 0 -43 20 -79 45 -35 25 -70 45 -77 45 -6 0 -27 -15 -45 -34z m198 -168 c85 -44 151 -123 151 -182 0 -55 -13 -66 -76 -66 -47 0 -56 4 -98 43 -43 39 -48 48 -63 122 -17 83 -14 115 10 115 8 0 42 -14 76 -32z"/>
</g>
<g id="layer102" fill="#f0bc12" stroke="none">
<path d="M9120 1849 c-60 -34 -117 -106 -139 -176 -11 -34 -35 -83 -53 -107 -18 -25 -48 -69 -66 -99 -18 -30 -44 -65 -58 -78 -32 -30 -63 -89 -80 -154 -17 -64 2 -137 53 -197 51 -62 62 -67 131 -68 61 0 70 2 122 30 14 8 43 23 65 34 154 79 370 314 419 456 20 59 20 133 0 173 -24 46 -85 116 -114 131 -14 7 -42 22 -63 34 -21 12 -46 22 -57 22 -10 0 -22 5 -25 10 -11 17 -98 10 -135 -11z"/>
<path d="M2251 1538 c-103 -103 -142 -173 -145 -260 -1 -45 1 -49 63 -107 36 -34 69 -61 74 -61 5 0 22 -9 38 -21 47 -33 116 -8 215 78 150 130 152 291 5 417 -50 42 -60 46 -106 46 -50 0 -50 0 -144 -92z"/>
<path d="M5240 1280 c-8 -5 -54 -10 -101 -10 -109 0 -163 -25 -220 -100 -67 -89 -72 -141 -30 -270 25 -75 33 -89 72 -117 34 -25 56 -32 104 -36 33 -3 94 -10 135 -16 44 -6 100 -8 135 -3 l60 7 3 55 c1 30 -4 154 -10 275 l-13 220 -60 2 c-33 2 -67 -2 -75 -7z"/>
<path d="M5993 1253 c-4 -10 -7 -148 -8 -308 l0 -290 194 -3 c123 -1 198 1 205 8 5 5 23 10 39 10 50 0 157 81 189 144 23 44 45 215 35 258 -11 41 -59 91 -114 117 -26 13 -56 27 -65 32 -10 5 -29 9 -42 9 -14 0 -28 5 -31 10 -4 6 -62 10 -140 10 -78 0 -136 4 -140 10 -3 6 -31 10 -61 10 -43 0 -56 -4 -61 -17z"/>
</g>
<g id="layer103" fill="#db1d73" stroke="none">
<path d="M5485 3033 c-11 -3 -24 -9 -29 -14 -6 -5 -27 -9 -47 -9 -21 0 -41 -4 -44 -10 -3 -5 -21 -10 -40 -10 -19 0 -37 -4 -40 -10 -3 -5 -17 -10 -31 -10 -13 0 -32 -4 -42 -9 -9 -5 -37 -18 -62 -29 -186 -82 -241 -117 -304 -189 -76 -87 -90 -110 -116 -182 -32 -90 -31 -188 1 -232 38 -51 103 -114 154 -149 64 -44 193 -110 216 -110 10 0 21 -4 24 -10 3 -5 19 -10 35 -10 16 0 32 -4 35 -10 3 -5 17 -10 30 -10 13 0 27 -4 30 -10 3 -5 25 -10 49 -10 35 0 45 -4 56 -25 11 -20 11 -27 0 -40 -14 -17 -54 -17 -198 1 -34 4 -58 2 -66 -5 -8 -7 -32 -11 -54 -10 -31 2 -49 -4 -87 -32 -58 -41 -109 -118 -107 -161 0 -10 -3 -20 -9 -23 -5 -4 -9 -28 -9 -54 0 -49 51 -173 81 -198 33 -27 92 -53 119 -53 16 0 32 -4 35 -10 3 -5 19 -10 35 -10 16 0 32 -4 35 -10 3 -5 41 -10 84 -10 43 0 81 -3 85 -8 4 -4 12 -8 17 -8 5 -1 13 -2 19 -3 14 -2 18 -43 31 -339 7 -150 15 -275 19 -277 4 -3 6 -27 4 -54 -2 -28 1 -53 6 -56 5 -3 9 -42 8 -85 0 -49 4 -85 11 -94 7 -8 11 -34 10 -58 -2 -24 0 -48 3 -53 3 -6 11 -28 17 -51 21 -77 135 -194 190 -194 11 0 23 -4 26 -10 3 -5 30 -10 60 -10 30 0 57 5 60 10 3 6 15 10 26 10 41 0 120 63 149 120 27 54 29 81 35 445 4 187 8 412 10 500 l3 160 39 -1 c178 -7 407 -4 416 5 6 6 24 11 39 11 16 0 36 4 46 9 9 5 33 15 52 24 56 23 99 65 130 126 45 90 61 206 39 284 -12 43 -73 117 -97 117 -8 0 -24 8 -35 18 -17 15 -46 17 -235 20 -146 2 -223 0 -237 -8 -12 -6 -43 -10 -70 -8 -38 2 -51 7 -53 21 -2 11 3 17 17 17 11 0 22 4 25 9 3 5 34 9 68 10 34 0 66 5 72 11 5 5 21 10 35 10 27 0 96 21 107 33 4 4 15 7 25 7 22 0 182 78 303 149 179 103 244 172 267 279 16 78 7 179 -21 238 -25 53 -174 209 -190 199 -5 -3 -18 0 -30 7 -16 10 -24 10 -40 0 -11 -6 -26 -12 -34 -12 -27 0 -93 -42 -163 -103 -150 -132 -295 -217 -369 -217 l-42 0 -26 70 c-55 149 -209 299 -371 361 -21 8 -162 40 -167 38 -2 -1 -12 -3 -23 -6z m-67 -531 c2 -14 -3 -24 -15 -28 -10 -3 -26 -10 -35 -15 -25 -13 -45 -11 -73 7 -24 16 -33 43 -18 58 4 4 37 6 73 4 59 -3 65 -5 68 -26z"/>
<path d="M815 2840 c-3 -5 -21 -10 -40 -10 -19 0 -37 -4 -40 -10 -3 -5 -15 -10 -26 -10 -10 0 -27 -4 -37 -9 -9 -5 -39 -19 -67 -32 -68 -32 -126 -71 -217 -147 -79 -66 -191 -202 -193 -234 -1 -10 -10 -27 -20 -38 -10 -12 -19 -28 -20 -38 -2 -26 -27 -126 -34 -137 -18 -28 5 -125 47 -204 74 -139 139 -206 309 -319 101 -68 133 -87 223 -132 11 -5 26 -10 34 -10 8 0 24 -12 35 -26 17 -22 21 -41 21 -99 0 -70 -1 -73 -25 -79 -14 -4 -30 -4 -35 -1 -6 4 -72 6 -148 6 -135 0 -140 -1 -198 -31 -32 -17 -66 -38 -74 -45 -8 -7 -19 -13 -24 -12 -4 1 -15 -18 -23 -43 -7 -25 -19 -55 -25 -67 -15 -30 -5 -152 16 -193 9 -18 16 -39 16 -45 0 -7 18 -24 40 -39 34 -23 50 -26 119 -26 44 0 83 -5 86 -10 8 -13 72 -13 80 0 8 13 102 13 110 0 3 -5 19 -10 35 -10 l29 0 0 -177 c0 -149 3 -188 20 -238 26 -81 50 -125 66 -125 8 0 30 -9 50 -20 20 -11 44 -20 53 -20 10 0 22 -4 27 -9 12 -12 32 -14 120 -12 68 1 72 2 117 44 38 35 50 55 71 123 16 50 28 116 31 175 3 52 9 118 12 147 l6 53 65 -3 c36 -1 67 -6 69 -10 3 -5 38 -8 79 -8 41 0 77 -4 80 -10 8 -13 192 -13 200 0 3 5 16 10 27 10 35 0 85 47 125 118 36 64 38 71 38 161 l0 93 -48 44 c-27 24 -57 44 -66 44 -9 0 -21 4 -26 9 -13 11 -92 32 -141 37 -22 2 -64 7 -94 10 -30 3 -59 10 -64 15 -6 5 -49 9 -98 9 -79 0 -88 2 -99 21 -24 45 -18 129 8 129 8 0 27 6 41 14 15 8 47 19 72 26 25 7 62 21 83 31 22 10 49 19 62 19 13 0 27 5 30 10 3 6 17 10 31 10 13 0 32 4 42 9 36 19 109 49 147 61 60 19 206 122 260 182 26 29 66 91 89 138 l41 85 -1 125 c-2 102 -7 140 -27 205 -47 152 -124 313 -188 395 -27 36 -98 80 -127 80 -8 0 -24 8 -35 17 -22 21 -156 31 -191 15 -11 -5 -37 -17 -57 -26 -44 -19 -139 -120 -139 -147 0 -11 -5 -28 -12 -38 -17 -28 24 -100 90 -157 29 -25 62 -62 73 -82 11 -20 31 -55 44 -77 16 -28 24 -56 24 -96 1 -48 -3 -59 -26 -81 -45 -41 -90 -68 -111 -68 -12 0 -24 -4 -27 -10 -3 -5 -17 -10 -30 -10 -13 0 -27 -4 -30 -10 -8 -13 -83 -10 -94 4 -5 6 -12 34 -15 61 -3 28 -8 75 -11 105 -13 110 -74 373 -93 394 -10 12 -31 40 -47 64 -31 47 -122 134 -170 164 -19 11 -49 18 -82 18 -28 0 -55 5 -58 10 -3 6 -35 10 -70 10 -35 0 -67 -4 -70 -10z m-89 -322 c15 -13 61 -39 101 -60 87 -43 191 -130 200 -166 3 -14 12 -37 19 -51 8 -14 14 -51 14 -81 0 -52 -3 -59 -37 -92 -67 -63 -176 -62 -263 4 -29 22 -58 37 -66 34 -11 -4 -14 -35 -14 -144 0 -128 -2 -140 -21 -158 -15 -14 -24 -16 -37 -7 -15 9 -17 41 -19 324 -1 173 -2 327 -2 343 -2 37 34 76 69 76 15 0 40 -10 56 -22z"/>
<path d="M3405 2740 c-3 -5 -17 -10 -30 -10 -67 0 -233 -137 -302 -249 -81 -132 -159 -318 -178 -426 -4 -22 -12 -48 -17 -58 -14 -27 -12 -460 2 -486 6 -12 10 -40 10 -64 -1 -39 3 -62 30 -185 6 -23 10 -67 10 -97 0 -29 5 -57 10 -60 6 -3 9 -33 9 -66 -1 -33 4 -65 10 -73 7 -8 11 -23 10 -33 -1 -10 3 -31 9 -46 7 -16 12 -33 12 -39 0 -19 26 -97 52 -158 31 -72 148 -180 195 -180 7 0 23 -5 36 -12 50 -25 58 -28 95 -28 21 0 44 -6 50 -12 10 -10 17 -10 32 0 11 6 38 12 60 12 70 0 146 51 169 113 29 77 -4 234 -82 392 -42 83 -58 133 -102 300 -50 189 -75 491 -52 625 25 144 69 210 141 210 28 0 102 -79 113 -120 3 -14 16 -46 29 -72 13 -26 26 -61 27 -78 2 -16 7 -33 10 -37 4 -3 7 -23 7 -44 0 -47 31 -101 67 -118 16 -8 36 -17 45 -22 23 -12 105 -12 113 0 3 5 19 9 35 9 17 -1 41 4 53 9 145 68 184 100 221 183 24 53 28 73 24 129 -3 58 -13 85 -79 221 -53 108 -99 186 -154 258 -86 114 -205 228 -247 237 -15 4 -30 11 -33 16 -4 5 -17 9 -30 9 -13 0 -27 5 -30 10 -3 6 -21 10 -40 10 -19 0 -37 5 -40 10 -3 6 -48 10 -100 10 -52 0 -97 4 -100 10 -3 6 -19 10 -35 10 -16 0 -32 -4 -35 -10z"/>
<path d="M8115 2560 c-3 -5 -24 -10 -45 -10 -36 0 -48 -9 -155 -112 -105 -100 -205 -215 -205 -233 0 -4 -13 -27 -30 -52 -16 -24 -30 -46 -30 -49 0 -3 -15 -29 -34 -57 -19 -29 -42 -70 -51 -92 -9 -22 -25 -58 -35 -80 -9 -22 -23 -60 -31 -85 -7 -25 -16 -49 -19 -55 -4 -5 -10 -21 -13 -35 -3 -14 -17 -70 -31 -125 -14 -55 -26 -120 -26 -145 0 -26 -5 -51 -12 -58 -16 -16 -12 -223 4 -272 24 -69 126 -170 172 -170 16 0 26 -4 73 -28 13 -7 34 -12 48 -12 14 0 34 -5 44 -11 40 -25 107 15 140 84 23 47 27 69 36 192 6 93 16 192 20 218 2 10 6 46 9 80 13 128 67 332 111 417 40 78 116 132 158 112 12 -5 48 -22 79 -37 32 -14 60 -30 63 -35 3 -5 22 -17 41 -26 75 -36 162 21 204 134 18 48 19 82 5 165 -6 40 -18 60 -62 108 -30 32 -60 59 -65 59 -6 0 -38 26 -73 58 -65 61 -150 115 -206 134 -19 6 -42 15 -51 19 -22 11 -25 11 -33 -1z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -0,0 +1 @@
<?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 t="1516334075859" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5193" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M512 64C264.64 64 64 264.64 64 512c0 247.424 200.64 448 448 448 247.424 0 448-200.576 448-448C960 264.64 759.424 64 512 64zM448 635.584c0 23.552-18.432 42.688-41.216 42.624-22.656 0.064-41.088-19.072-41.088-42.56L365.696 383.04c0-23.68 18.432-42.688 41.152-42.688C429.568 340.224 448 359.488 448 382.976L448 635.584zM658.24 635.584c0 23.552-18.432 42.688-41.216 42.624C594.368 678.272 576 659.136 576 635.648L576 383.04c0-23.68 18.432-42.688 41.152-42.688 22.656-0.128 41.152 19.136 41.152 42.624L658.304 635.584z" p-id="5194" fill="#d81e06"></path></svg>

After

Width:  |  Height:  |  Size: 941 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 721 B

View File

@ -0,0 +1 @@
<?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 t="1515581306127" class="icon" style="" viewBox="0 0 1157 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1669" xmlns:xlink="http://www.w3.org/1999/xlink" width="225.9765625" height="200"><defs><style type="text/css"></style></defs><path d="M1012.973037 122.680889C922.168889 44.885333 795.003259 0 647.205926 0 262.011259 0 0 291.422815 0 291.422815l73.832296 114.87763c0 0 40.846222 3.356444 19.218963-64.312889 18.669037-34.569481 55.220148-81.133037 126.587259-134.874074 0 0 0 725.807407 0 765.184-30.767407 8.51437-71.433481 24.519111-43.70963 51.693037 47.331556 0 176.905481 0 212.091259 0 27.998815-27.45837-16.109037-43.984593-42.979556-51.693037 0-29.534815 0-180.508444 0-180.508444s145.417481 55.959704 302.165333 55.959704c137.737481 0 263.044741-40.173037 356.257185-112.734815 93.202963-72.144593 153.27763-179.873185 152.907852-302.999704C1156.645926 311.125333 1103.862519 200.182519 1012.973037 122.680889zM900.570074 674.616889c-64.455111 62.388148-158.179556 101.840593-266.30637 101.764741-120.623407 0.056889-222.170074-22.840889-289.21363-55.201185 0 0 0-19.806815 0-164.437333 0-156.453926 0-409.647407 0-409.647407 73.557333-51.237926 192.872296-82.811259 289.21363-82.62163 117.05837 0.085333 208.981333 43.444148 271.122963 109.255111 62.046815 66.199704 95.924148 154.130963 96.227556 256.341333C1001.244444 529.673481 965.025185 611.707259 900.570074 674.616889z" p-id="1670" fill="#404040"></path></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1 @@
<?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 t="1515581212596" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1419" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M701.515 301.152c-44.44-46.092-100.245-64.919-163.08-65.107-29.552-0.089-58.595 4.617-87.095 12.455-28.961 7.965-56.673 18.839-81.996 35.306-3.347 2.176-4.69 4.686-4.695 8.694-0.034 29.713-0.333 59.424-0.426 89.137-0.085 27.263-0.018 54.527-0.021 81.79-0.004 56.836 0.053 113.674-0.097 170.51-0.015 5.326 1.57 8.393 6.639 10.576 17.881 7.7 36.245 13.85 55.161 18.37 30.808 7.36 62.082 10.876 93.715 12.36 33.75 1.583 66.83-1.28 98.832-12.378 61.328-21.265 105.46-61.217 129.447-121.99 15.492-39.25 17.417-80.058 10.877-121.393-7.146-45.173-25.384-85.268-57.26-118.33z" fill="#0074AA" p-id="1420"></path><path d="M512 17.482C238.886 17.482 17.482 238.886 17.482 512S238.886 1006.518 512 1006.518 1006.518 785.114 1006.518 512 785.114 17.482 512 17.482z m327.127 530.516c-18.962 47.58-50.687 84.816-92.709 113.517-43.734 29.872-92.452 46.554-144.647 53.74-66.355 9.136-131.115 0.236-195.108-17.307-12.485-3.423-24.767-7.483-37.009-11.676-4.732-1.62-5.413-1.201-5.42 3.878-0.049 33.583 0.004 67.165-0.069 100.748-0.008 3.782 1.314 5.86 5.093 7.004 7.233 2.187 14.26 5.003 20.384 9.602 3.594 2.699 6.19 5.968 5.824 10.873-0.43 5.752-3.64 8.957-9.432 8.968-19.872 0.039-39.744 0.014-59.617 0.014-19.41 0.006-38.82-0.103-58.23 0.082-4.736 0.045-8.025-1.288-9.814-5.842-1.798-4.575-0.752-8.45 2.566-11.847 5.698-5.833 13.181-8.404 20.593-11 7.625-2.668 7.8-0.933 7.8-10.86-0.02-151.738-0.02-303.476-0.076-455.215-0.001-2.353 1.227-5.726-1.09-6.829-2.297-1.094-4.167 1.976-6 3.442-22.584 18.058-43.474 37.783-60.052 61.694-0.527 0.76-1.03 1.537-1.588 2.273-5.878 7.727-9.827 15.6-5.76 25.855 1.946 4.91 1.707 10.59 0.282 15.968-0.937 3.532-2.436 6.64-5.44 8.865-5.016 3.718-8.469 3.16-11.788-2.085-12.847-20.308-25.59-40.682-38.532-60.928-2.117-3.313-1.999-5.634 0.715-8.492 17.758-18.692 37.058-35.675 57.256-51.635 51.148-40.413 106.911-72.725 168.335-94.902 40.036-14.455 81.234-23.72 123.709-27.312 49.596-4.194 98.488-0.765 146.365 13.295 50.8 14.919 95.584 40.146 131.966 79.103 36.324 38.896 58.162 84.856 65.163 137.62 5.425 40.866 1.694 80.839-13.67 119.389z" fill="#0074AA" p-id="1421"></path></svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1 @@
<?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 t="1516334005624" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2805" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M509.683235 61.691037c-247.329015 0-447.848934 200.519919-447.848934 447.863261 0 247.331062 200.519919 447.852004 447.848934 447.852004 247.331062 0 447.866331-200.519919 447.866331-447.852004C957.549565 262.210957 757.014296 61.691037 509.683235 61.691037zM712.38075 532.75265l0 1.069355-305.282938 201.956641c-4.439102 5.989411-11.513218 9.918907-19.569708 9.918907-13.46364 0-24.408923-10.945283-24.408923-24.437575 0-0.868787 0.157589-1.707898 0.25685-2.548032l-0.25685-0.168846L363.119181 300.56652l0.25685-0.127913c-0.099261-0.868787-0.25685-1.707898-0.25685-2.587941 0-13.507642 10.945283-24.437575 24.408923-24.437575 7.6574 0 14.361079 3.570315 18.872836 9.05012l305.97981 202.811102 0 1.069355c9.907651 3.115967 17.164938 12.268418 17.164938 23.210631C729.545688 520.498558 722.287377 529.651009 712.38075 532.75265z" p-id="2806" fill="#d81e06"></path></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 871 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,4 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 440.982 440.983" style="enable-background:new 0 0 440.982 440.983;" xml:space="preserve"><g><g>
<path d="M376.497,64.677c-86.055-86.16-225.66-86.246-311.821-0.191c-86.159,86.055-86.246,225.659-0.19,311.822 c86.053,86.157,225.661,86.243,311.821,0.188C462.467,290.444,462.553,150.837,376.497,64.677z M220.49,367.665 c-81.199,0-147.26-66.062-147.26-147.259c0-25.983,6.87-51.536,19.87-73.894l-11.404-13.016c-1.649-1.881-2.167-4.499-1.364-6.865 c0.805-2.367,2.813-4.127,5.266-4.613l77.536-16.767c2.451-0.486,4.978,0.372,6.625,2.253c1.647,1.879,2.169,4.494,1.362,6.863 l-22.781,79.086c-0.805,2.367-2.811,4.125-5.264,4.613c-2.452,0.486-4.979-0.371-6.626-2.253l-10.795-12.153 c-4.537,11.709-6.838,24.07-6.838,36.744c0,56.062,45.61,101.672,101.673,101.673c56.063,0,101.673-45.609,101.673-101.674 c0-53.487-41.782-98.056-95.121-101.464c-3.684-0.234-6.552-3.291-6.552-6.984V80.313c0-1.915,0.787-3.748,2.174-5.069 c1.389-1.32,3.258-2.016,5.171-1.92c37.723,1.861,72.93,18.004,99.137,45.45c26.298,27.542,40.779,63.634,40.779,101.63 C367.751,301.603,301.688,367.665,220.49,367.665z" data-original="#000000" class="active-path" data-old_color="#d81e06" fill="#d81e06"/>
</g></g> </svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1 @@
<?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 t="1515473255247" class="icon" style="" viewBox="0 0 1049 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3780" xmlns:xlink="http://www.w3.org/1999/xlink" width="204.8828125" height="200"><defs><style type="text/css"></style></defs><path d="M529.270947 589.997824s341.797606-3.342764 393.331882 245.693144l-97.218716 27.856366 16.435256 106.968444a272.156692 272.156692 0 0 1-123.125136-6.1284A285.806311 285.806311 0 0 1 529.270947 596.404788z" fill="#404040" p-id="3781"></path><path d="M563.81284 512.557127s167.138194-297.227421 408.931447-217.279651L947.116431 393.331882l100.840043 39.277476a274.106638 274.106638 0 0 1-66.855277 103.62568 285.527748 285.527748 0 0 1-413.667029-18.663765z" fill="#404040" p-id="3782"></path><path d="M507.542982 489.15778S264.078346 250.707291 403.638738 38.163221l88.304679 49.305767L557.127312 0a272.156692 272.156692 0 0 1 83.569097 91.368879 286.084875 286.084875 0 0 1-125.075081 395.003265z" fill="#404040" p-id="3783"></path><path d="M462.694233 529.270947S169.088139 702.258977 0 512.557127l70.476605-72.705114-67.969532-83.569097a271.599565 271.599565 0 0 1 109.75408-55.712731 285.806311 285.806311 0 0 1 349.040262 222.850925z" fill="#404040" p-id="3784"></path><path d="M473.558215 581.36235s91.647443 328.426551-135.381936 442.63765l-51.255713-86.633297-99.447225 43.45593a269.928183 269.928183 0 0 1-25.627857-120.339499 285.527748 285.527748 0 0 1 306.420022-278.563656z" fill="#404040" p-id="3785"></path></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -0,0 +1,25 @@
<?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 t="1512476621656" class="icon" style="" viewBox="0 0 1049 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1451" xmlns:xlink="http://www.w3.org/1999/xlink" width="204.8828125" height="200"><defs><style type="text/css">@font-face {
font-family: "weel-translate";
font-style: normal;
font-weight: normal;
src: url("moz-extension://6df79949-f4b5-4469-9d15-fba558fbc8ad/fonts/weel-translate.ttf") format("truetype"), url("moz-extension://6df79949-f4b5-4469-9d15-fba558fbc8ad/fonts/weel-translate.woff") format("woff");
}
@font-face {
font-family: "weel-translate";
font-style: normal;
font-weight: normal;
src: url("moz-extension://6df79949-f4b5-4469-9d15-fba558fbc8ad/fonts/weel-translate.ttf") format("truetype"), url("moz-extension://6df79949-f4b5-4469-9d15-fba558fbc8ad/fonts/weel-translate.woff") format("woff");
}
@font-face {
font-family: "weel-translate";
font-style: normal;
font-weight: normal;
src: url("moz-extension://6df79949-f4b5-4469-9d15-fba558fbc8ad/fonts/weel-translate.ttf") format("truetype"), url("moz-extension://6df79949-f4b5-4469-9d15-fba558fbc8ad/fonts/weel-translate.woff") format("woff");
}
@font-face {
font-family: "weel-translate";
font-style: normal;
font-weight: normal;
src: url("moz-extension://6df79949-f4b5-4469-9d15-fba558fbc8ad/fonts/weel-translate.ttf") format("truetype"), url("moz-extension://6df79949-f4b5-4469-9d15-fba558fbc8ad/fonts/weel-translate.woff") format("woff");
}
</style></defs><path d="M525.58396628 573.34694353s268.83106938-2.62915481 309.36387092 193.24287089l-76.46458293 21.90962291 12.92667757 84.13295086a214.05701289 214.05701289 0 0 1-96.84053193-4.82011663A224.79272784 224.79272784 0 0 1 525.58396628 578.38615666z" fill="#ffc0cb" p-id="1452"></path><path d="M552.75189802 512.4381922s131.45773592-233.7756732 321.63325979-170.89505575L854.2283053 418.66500728l79.31283344 30.89256828a215.59068679 215.59068679 0 0 1-52.58309388 81.50379604 224.57363215 224.57363215 0 0 1-325.35789552-14.67944718z" fill="#ffc0cb" p-id="1453"></path><path d="M508.49446078 494.0341093S317.00435871 306.48774025 426.77156822 139.31731943l69.4535037 38.78003191L547.4935884 109.30113636a214.05701289 214.05701289 0 0 1 65.72886796 71.86356201 225.01182435 225.01182435 0 0 1-98.37420505 310.67844912z" fill="#ffc0cb" p-id="1454"></path><path d="M473.21996809 525.58396628S242.2925454 661.64272234 109.30113636 512.4381922l55.43134521-57.18411482-53.45947909-65.72886795a213.61882069 213.61882069 0 0 1 86.32391269-43.81924506 224.79272784 224.79272784 0 0 1 274.527572 175.27698099z" fill="#ffc0cb" p-id="1455"></path><path d="M481.76472043 566.55496s72.0826585 258.31445093-106.4807652 348.14390364l-40.31370582-68.13892627-78.21735252 34.17901099a212.30424328 212.30424328 0 0 1-20.15685331-94.64956933 224.57363215 224.57363215 0 0 1 241.00584894-219.09622602z" fill="#ffc0cb" p-id="1456"></path></svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Some files were not shown because too many files have changed in this diff Show More