Commit 1e925c7a by 无尘

feat: 增加我的顾客接口

parent a4f1c982
## [1.0.9](http://115.159.76.241/office/office-web/compare/v1.0.8...v1.0.9) (2019-02-26)
## [1.0.10](http://115.159.76.241/office/office-web/compare/v1.0.9...v1.0.10) (2019-03-01)
## [1.0.9](http://115.159.76.241/office/office-web/compare/v1.0.8...v1.0.9) (2019-03-01)
### Bug Fixes
......@@ -17,6 +21,7 @@
### Features
* 增加企业应用我的顾客 ([3720c9e](http://115.159.76.241/office/office-web/commits/3720c9e))
* 增加应用-我的顾客 ([a4f1c98](http://115.159.76.241/office/office-web/commits/a4f1c98))
* 增加编辑员工信息校验 ([1d1b13e](http://115.159.76.241/office/office-web/commits/1d1b13e))
......
<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./favicon.ico><title>好办管理平台</title><link href=./static/css/app.98b274e695efc2238f35d4f6cf9891df.css rel=stylesheet></head><body style="min-width: 1400px;"><div id=app></div><script type=text/javascript src=./static/js/manifest.e1a0f6dc004625c85ff1.js></script><script type=text/javascript src=./static/js/vendor.c5dd40111f5a06be2240.js></script><script type=text/javascript src=./static/js/app.0e78c31b2f75fd662132.js></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html><head><meta charset=utf-8><link rel="shortcut icon" href=./favicon.ico><title>好办管理平台</title><link href=./static/css/app.14364fc03a3933f09b7ca85a619b39f1.css rel=stylesheet></head><body style="min-width: 1400px;"><div id=app></div><script type=text/javascript src=./static/js/manifest.04b10f126ec4f011a2cc.js></script><script type=text/javascript src=./static/js/vendor.c5dd40111f5a06be2240.js></script><script type=text/javascript src=./static/js/app.a11ddd5c68c7dc29266f.js></script></body></html>
\ No newline at end of file
*{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;
/* Logo 字体 */
@font-face {
font-family: "iconfont logo";
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
}
.logo {
font-family: "iconfont logo";
font-size: 160px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* tabs */
.nav-tabs {
position: relative;
}
.nav-tabs .nav-more {
position: absolute;
right: 0;
bottom: 0;
height: 42px;
line-height: 42px;
color: #666;
}
/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
#tabs {
border-bottom: 1px solid #eee;
}
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; }
#tabs li {
cursor: pointer;
width: 100px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 16px;
border-bottom: 2px solid transparent;
position: relative;
z-index: 1;
margin-bottom: -1px;
color: #666;
}
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车:让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注:optgroup 无法扶正 */
#tabs .active {
border-bottom-color: #f00;
color: #222;
}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
.tab-container .content {
display: none;
}
/* 清除浮动 */
.ks-clear:after, .clear:after {
content: '\20';
display: block;
height: 0;
clear: both;
/* 页面布局 */
.main {
padding: 30px 100px;
width: 960px;
margin: 0 auto;
}
.ks-clear, .clear {
.main .logo {
color: #333;
text-align: left;
margin-bottom: 30px;
line-height: 1;
height: 110px;
margin-top: -50px;
overflow: hidden;
*zoom: 1;
}
.main {
padding: 30px 100px;
width: 960px;
margin: 0 auto;
.main .logo a {
font-size: 160px;
color: #333;
}
.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;
.helps {
margin-top: 40px;
}
.helps pre {
padding: 20px;
margin: 10px 0;
border: solid 1px #e7e1cd;
background-color: #fffdef;
overflow: auto;
}
.icon_lists{
.icon_lists {
width: 100% !important;
overflow: hidden;
*zoom: 1;
}
.icon_lists li{
float:left;
.icon_lists li {
width: 100px;
height:180px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
list-style: none !important;
cursor: default;
}
.icon_lists li .code-name {
line-height: 1.2;
}
.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 {
display: block;
height: 100px;
line-height: 100px;
font-size: 42px;
margin: 10px auto;
color: #333;
-webkit-transition: font-size 0.25s linear, width 0.25s linear;
-moz-transition: font-size 0.25s linear, width 0.25s linear;
transition: font-size 0.25s linear, width 0.25s linear;
}
.icon_lists .icon:hover{
.icon_lists .icon:hover {
font-size: 100px;
}
.icon_lists .svg-icon {
/* 通过设置 font-size 来改变图标大小 */
width: 1em;
/* 图标和文字相邻时,垂直对齐 */
vertical-align: -0.15em;
/* 通过设置 color 来改变 SVG 的颜色/fill */
fill: currentColor;
/* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
normalize.css 中也包含这行 */
overflow: hidden;
}
.icon_lists li .name,
.icon_lists li .code-name {
color: #666;
}
/* markdown 样式 */
.markdown {
color: #666;
font-size: 14px;
......@@ -165,40 +211,39 @@ margin: 0 auto;
clear: both;
}
.markdown p,
.markdown pre {
.markdown p {
margin: 1em 0;
}
.markdown > p,
.markdown > blockquote,
.markdown > .highlight,
.markdown > ol,
.markdown > ul {
.markdown>p,
.markdown>blockquote,
.markdown>.highlight,
.markdown>ol,
.markdown>ul {
width: 80%;
}
.markdown ul > li {
.markdown ul>li {
list-style: circle;
}
.markdown > ul li,
.markdown blockquote ul > li {
.markdown>ul li,
.markdown blockquote ul>li {
margin-left: 20px;
padding-left: 4px;
}
.markdown > ul li p,
.markdown > ol li p {
.markdown>ul li p,
.markdown>ol li p {
margin: 0.6em 0;
}
.markdown ol > li {
.markdown ol>li {
list-style: decimal;
}
.markdown > ol li,
.markdown blockquote ol > li {
.markdown>ol li,
.markdown blockquote ol>li {
margin-left: 20px;
padding-left: 4px;
}
......@@ -210,24 +255,12 @@ margin: 0 auto;
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 {
.markdown>table {
border-collapse: collapse;
border-spacing: 0px;
empty-cells: show;
......@@ -236,21 +269,20 @@ margin: 0 auto;
margin-bottom: 24px;
}
.markdown > table th {
.markdown>table th {
white-space: nowrap;
color: #333;
font-weight: 600;
}
.markdown > table th,
.markdown > table td {
.markdown>table th,
.markdown>table td {
border: 1px solid #e9e9e9;
padding: 8px 16px;
text-align: left;
}
.markdown > table th {
.markdown>table th {
background: #F7F7F7;
}
......@@ -260,7 +292,6 @@ margin: 0 auto;
border-left: 4px solid #e9e9e9;
padding-left: 0.8em;
margin: 1em 0;
font-style: italic;
}
.markdown blockquote p {
......@@ -287,8 +318,8 @@ margin: 0 auto;
display: inline-block;
}
.markdown > br,
.markdown > p > br {
.markdown>br,
.markdown>p>br {
clear: both;
}
......@@ -360,11 +391,149 @@ margin: 0 auto;
text-decoration: underline;
}
pre{
background: #fff;
/* 代码高亮 */
/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
text-shadow: none;
background: #b3d4fc;
}
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
text-shadow: none;
background: #b3d4fc;
}
@media print {
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
}
:not(pre)>code[class*="language-"],
pre[class*="language-"] {
background: #f5f2f0;
}
/* Inline code */
:not(pre)>code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
}
.token.punctuation {
color: #999;
}
.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
color: #9a6e3a;
background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
.token.function,
.token.class-name {
color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
color: #e90;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>IconFont Demo</title>
<link rel="shortcut icon" href="https://gtms04.alicdn.com/tps/i4/TB1_oz6GVXXXXaFXpXXJDFnIXXX-64-64.ico" type="image/x-icon"/>
<link rel="stylesheet" href="https://g.alicdn.com/thx/cube/1.3.2/cube.min.css">
<link rel="stylesheet" href="demo.css">
<link rel="stylesheet" href="iconfont.css">
<script src="iconfont.js"></script>
<!-- jQuery -->
<script src="https://a1.alicdn.com/oss/uploads/2018/12/26/7bfddb60-08e8-11e9-9b04-53e73bb6408b.js"></script>
<!-- 代码高亮 -->
<script src="https://a1.alicdn.com/oss/uploads/2018/12/26/a3f714d0-08e6-11e9-8a15-ebf944d7534c.js"></script>
</head>
<body>
<div class="main">
<h1 class="logo"><a href="https://www.iconfont.cn/" title="iconfont 首页" target="_blank">&#xe86b;</a></h1>
<div class="nav-tabs">
<ul id="tabs" class="dib-box">
<li class="dib active"><span>Unicode</span></li>
<li class="dib"><span>Font class</span></li>
<li class="dib"><span>Symbol</span></li>
</ul>
<a href="https://www.iconfont.cn/manage/index?manage_type=myprojects&projectId=701897" target="_blank" class="nav-more">查看项目</a>
</div>
<div class="tab-container">
<div class="content unicode" style="display: block;">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont">&#xe63d;</span>
<div class="name">相机</div>
<div class="code-name">&amp;#xe63d;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe600;</span>
<div class="name">差评</div>
<div class="code-name">&amp;#xe600;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe612;</span>
<div class="name">修改密码</div>
<div class="code-name">&amp;#xe612;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe735;</span>
<div class="name">2组织架构</div>
<div class="code-name">&amp;#xe735;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe631;</span>
<div class="name">添加部门</div>
<div class="code-name">&amp;#xe631;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe62d;</span>
<div class="name">手机</div>
<div class="code-name">&amp;#xe62d;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe635;</span>
<div class="name">认证</div>
<div class="code-name">&amp;#xe635;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe659;</span>
<div class="name">企业服务应用</div>
<div class="code-name">&amp;#xe659;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe632;</span>
<div class="name">同事-组织架构</div>
<div class="code-name">&amp;#xe632;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe694;</span>
<div class="name">日报设置</div>
<div class="code-name">&amp;#xe694;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe937;</span>
<div class="name">自定义</div>
<div class="code-name">&amp;#xe937;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe72c;</span>
<div class="name">成员</div>
<div class="code-name">&amp;#xe72c;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe642;</span>
<div class="name">超级管理员</div>
<div class="code-name">&amp;#xe642;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe608;</span>
<div class="name">通话话务量</div>
<div class="code-name">&amp;#xe608;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe618;</span>
<div class="name">43搜索设置</div>
<div class="code-name">&amp;#xe618;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe653;</span>
<div class="name">计费中心</div>
<div class="code-name">&amp;#xe653;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe61a;</span>
<div class="name">日报</div>
<div class="code-name">&amp;#xe61a;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe616;</span>
<div class="name">上涨</div>
<div class="code-name">&amp;#xe616;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe7f4;</span>
<div class="name">数据平台</div>
<div class="code-name">&amp;#xe7f4;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe601;</span>
<div class="name">在线沟通</div>
<div class="code-name">&amp;#xe601;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe742;</span>
<div class="name">展开</div>
<div class="code-name">&amp;#xe742;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe743;</span>
<div class="name">收起</div>
<div class="code-name">&amp;#xe743;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe60e;</span>
<div class="name">企业地址</div>
<div class="code-name">&amp;#xe60e;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe62e;</span>
<div class="name">业务端默认头像</div>
<div class="code-name">&amp;#xe62e;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe60f;</span>
<div class="name">著作权</div>
<div class="code-name">&amp;#xe60f;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe607;</span>
<div class="name">日报</div>
<div class="code-name">&amp;#xe607;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe602;</span>
<div class="name">话务技能组配置</div>
<div class="code-name">&amp;#xe602;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe64f;</span>
<div class="name">公告</div>
<div class="code-name">&amp;#xe64f;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe626;</span>
<div class="name">员工档案</div>
<div class="code-name">&amp;#xe626;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6dc;</span>
<div class="name">企业通讯录</div>
<div class="code-name">&amp;#xe6dc;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6dd;</span>
<div class="name">共享通讯录</div>
<div class="code-name">&amp;#xe6dd;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6df;</span>
<div class="name">门店架构</div>
<div class="code-name">&amp;#xe6df;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e0;</span>
<div class="name">添加成员</div>
<div class="code-name">&amp;#xe6e0;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e1;</span>
<div class="name">行政架构</div>
<div class="code-name">&amp;#xe6e1;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e2;</span>
<div class="name">员工离职</div>
<div class="code-name">&amp;#xe6e2;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e3;</span>
<div class="name">员工转正</div>
<div class="code-name">&amp;#xe6e3;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e4;</span>
<div class="name">共享通讯录</div>
<div class="code-name">&amp;#xe6e4;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e5;</span>
<div class="name">企业认证</div>
<div class="code-name">&amp;#xe6e5;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e6;</span>
<div class="name">员工详情</div>
<div class="code-name">&amp;#xe6e6;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e7;</span>
<div class="name">门店权限</div>
<div class="code-name">&amp;#xe6e7;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e8;</span>
<div class="name">下载</div>
<div class="code-name">&amp;#xe6e8;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe61b;</span>
<div class="name">详情</div>
<div class="code-name">&amp;#xe61b;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6ec;</span>
<div class="name">upload</div>
<div class="code-name">&amp;#xe6ec;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6ee;</span>
<div class="name">审核中心</div>
<div class="code-name">&amp;#xe6ee;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6ef;</span>
<div class="name">待审核</div>
<div class="code-name">&amp;#xe6ef;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6f0;</span>
<div class="name">已审核</div>
<div class="code-name">&amp;#xe6f0;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe643;</span>
<div class="name">绩效管理</div>
<div class="code-name">&amp;#xe643;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6f1;</span>
<div class="name">性别女</div>
<div class="code-name">&amp;#xe6f1;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6f2;</span>
<div class="name">性别男</div>
<div class="code-name">&amp;#xe6f2;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6f3;</span>
<div class="name">企业设置</div>
<div class="code-name">&amp;#xe6f3;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6f4;</span>
<div class="name">通讯录信息</div>
<div class="code-name">&amp;#xe6f4;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6f5;</span>
<div class="name">设置子管理员</div>
<div class="code-name">&amp;#xe6f5;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6f6;</span>
<div class="name">成员</div>
<div class="code-name">&amp;#xe6f6;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe703;</span>
<div class="name">回收站</div>
<div class="code-name">&amp;#xe703;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe665;</span>
<div class="name">顾客 down</div>
<div class="code-name">&amp;#xe665;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe611;</span>
<div class="name">暂无数据</div>
<div class="code-name">&amp;#xe611;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe64e;</span>
<div class="name">更多</div>
<div class="code-name">&amp;#xe64e;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe74f;</span>
<div class="name">信息 显示</div>
<div class="code-name">&amp;#xe74f;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe628;</span>
<div class="name">话务管理</div>
<div class="code-name">&amp;#xe628;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe685;</span>
<div class="name">差评统计</div>
<div class="code-name">&amp;#xe685;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe7a3;</span>
<div class="name">morentouxian</div>
<div class="code-name">&amp;#xe7a3;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe7b0;</span>
<div class="name">renzhengzhong</div>
<div class="code-name">&amp;#xe7b0;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe7b1;</span>
<div class="name">renzhengshibai</div>
<div class="code-name">&amp;#xe7b1;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe7f6;</span>
<div class="name">不良评价设置</div>
<div class="code-name">&amp;#xe7f6;</div>
</li>
</ul>
<div class="article markdown">
<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">第一步:拷贝项目下面生成的 <code>@font-face</code></h3>
<pre><code class="language-css"
>@font-face {
font-family: 'iconfont';
src: url('iconfont.eot');
src: url('iconfont.eot?#iefix') format('embedded-opentype'),
url('iconfont.woff2') format('woff2'),
url('iconfont.woff') format('woff'),
url('iconfont.ttf') format('truetype'),
url('iconfont.svg#iconfont') format('svg');
}
</code></pre>
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
<pre><code class="language-css"
>.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</code></pre>
<h3 id="-">第三步:挑选相应图标并获取字体编码,应用于页面</h3>
<pre>
<code class="language-html"
>&lt;span class="iconfont"&gt;&amp;#x33;&lt;/span&gt;
</code></pre>
<blockquote>
<p>"iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p>
</blockquote>
</div>
</div>
<div class="content font-class">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont icon-icon"></span>
<div class="name">
相机
</div>
<div class="code-name">.icon-icon
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-iconfontchaping"></span>
<div class="name">
差评
</div>
<div class="code-name">.icon-iconfontchaping
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-xiugaimima"></span>
<div class="name">
修改密码
</div>
<div class="code-name">.icon-xiugaimima
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-2zuzhijiagou"></span>
<div class="name">
2组织架构
</div>
<div class="code-name">.icon-2zuzhijiagou
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tianjiabumen"></span>
<div class="name">
添加部门
</div>
<div class="code-name">.icon-tianjiabumen
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shouji"></span>
<div class="name">
手机
</div>
<div class="code-name">.icon-shouji
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-renzheng"></span>
<div class="name">
认证
</div>
<div class="code-name">.icon-renzheng
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-qiyefuwuyingyong"></span>
<div class="name">
企业服务应用
</div>
<div class="code-name">.icon-qiyefuwuyingyong
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tongshi-zuzhijiagou"></span>
<div class="name">
同事-组织架构
</div>
<div class="code-name">.icon-tongshi-zuzhijiagou
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-ribaoshezhi"></span>
<div class="name">
日报设置
</div>
<div class="code-name">.icon-ribaoshezhi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zidingyi"></span>
<div class="name">
自定义
</div>
<div class="code-name">.icon-zidingyi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-chengyuan"></span>
<div class="name">
成员
</div>
<div class="code-name">.icon-chengyuan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-chaojiguanliyuan"></span>
<div class="name">
超级管理员
</div>
<div class="code-name">.icon-chaojiguanliyuan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tonghuahuawuliang"></span>
<div class="name">
通话话务量
</div>
<div class="code-name">.icon-tonghuahuawuliang
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-sousuoshezhi"></span>
<div class="name">
43搜索设置
</div>
<div class="code-name">.icon-sousuoshezhi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-jifeizhongxin"></span>
<div class="name">
计费中心
</div>
<div class="code-name">.icon-jifeizhongxin
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-ribao"></span>
<div class="name">
日报
</div>
<div class="code-name">.icon-ribao
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shangzhang"></span>
<div class="name">
上涨
</div>
<div class="code-name">.icon-shangzhang
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shujupingtai"></span>
<div class="name">
数据平台
</div>
<div class="code-name">.icon-shujupingtai
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zaixiangoutong"></span>
<div class="name">
在线沟通
</div>
<div class="code-name">.icon-zaixiangoutong
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zhankai"></span>
<div class="name">
展开
</div>
<div class="code-name">.icon-zhankai
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shouqi"></span>
<div class="name">
收起
</div>
<div class="code-name">.icon-shouqi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-qiyedizhi"></span>
<div class="name">
企业地址
</div>
<div class="code-name">.icon-qiyedizhi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-yewuduanmorentouxiang"></span>
<div class="name">
业务端默认头像
</div>
<div class="code-name">.icon-yewuduanmorentouxiang
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zhuzuoquan"></span>
<div class="name">
著作权
</div>
<div class="code-name">.icon-zhuzuoquan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-ribao1"></span>
<div class="name">
日报
</div>
<div class="code-name">.icon-ribao1
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-huawujinengzupeizhi"></span>
<div class="name">
话务技能组配置
</div>
<div class="code-name">.icon-huawujinengzupeizhi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-gonggao"></span>
<div class="name">
公告
</div>
<div class="code-name">.icon-gonggao
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-yuangongdangan"></span>
<div class="name">
员工档案
</div>
<div class="code-name">.icon-yuangongdangan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-qiyetongxunlu"></span>
<div class="name">
企业通讯录
</div>
<div class="code-name">.icon-qiyetongxunlu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tongxunlu"></span>
<div class="name">
共享通讯录
</div>
<div class="code-name">.icon-tongxunlu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-mendianjiagou"></span>
<div class="name">
门店架构
</div>
<div class="code-name">.icon-mendianjiagou
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tianjiachengyuan"></span>
<div class="name">
添加成员
</div>
<div class="code-name">.icon-tianjiachengyuan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-hangzhengjiagou"></span>
<div class="name">
行政架构
</div>
<div class="code-name">.icon-hangzhengjiagou
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-yuangonglizhi"></span>
<div class="name">
员工离职
</div>
<div class="code-name">.icon-yuangonglizhi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-lizhi"></span>
<div class="name">
员工转正
</div>
<div class="code-name">.icon-lizhi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-gongxiangtongxunlu"></span>
<div class="name">
共享通讯录
</div>
<div class="code-name">.icon-gongxiangtongxunlu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-qiyerenzheng"></span>
<div class="name">
企业认证
</div>
<div class="code-name">.icon-qiyerenzheng
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-yuangongxiangqing"></span>
<div class="name">
员工详情
</div>
<div class="code-name">.icon-yuangongxiangqing
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-mendianquanxian"></span>
<div class="name">
门店权限
</div>
<div class="code-name">.icon-mendianquanxian
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-icon_yunxiazai"></span>
<div class="name">
下载
</div>
<div class="code-name">.icon-icon_yunxiazai
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-xiangqing"></span>
<div class="name">
详情
</div>
<div class="code-name">.icon-xiangqing
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-yd-icon-upload2"></span>
<div class="name">
upload
</div>
<div class="code-name">.icon-yd-icon-upload2
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-yishenhe"></span>
<div class="name">
审核中心
</div>
<div class="code-name">.icon-yishenhe
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-daishenpi"></span>
<div class="name">
待审核
</div>
<div class="code-name">.icon-daishenpi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-yishenpi"></span>
<div class="name">
已审核
</div>
<div class="code-name">.icon-yishenpi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-jixiaoguanli"></span>
<div class="name">
绩效管理
</div>
<div class="code-name">.icon-jixiaoguanli
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-xingbienv"></span>
<div class="name">
性别女
</div>
<div class="code-name">.icon-xingbienv
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-xingbienan"></span>
<div class="name">
性别男
</div>
<div class="code-name">.icon-xingbienan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-qiyeshezhi"></span>
<div class="name">
企业设置
</div>
<div class="code-name">.icon-qiyeshezhi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tongxunlu_icon"></span>
<div class="name">
通讯录信息
</div>
<div class="code-name">.icon-tongxunlu_icon
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shezhiziguanliyuan"></span>
<div class="name">
设置子管理员
</div>
<div class="code-name">.icon-shezhiziguanliyuan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tuanduichengyuan"></span>
<div class="name">
成员
</div>
<div class="code-name">.icon-tuanduichengyuan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shujukaifa-huishouzhan"></span>
<div class="name">
回收站
</div>
<div class="code-name">.icon-shujukaifa-huishouzhan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-gukedown"></span>
<div class="name">
顾客 down
</div>
<div class="code-name">.icon-gukedown
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-oa_nofind"></span>
<div class="name">
暂无数据
</div>
<div class="code-name">.icon-oa_nofind
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-anquan"></span>
<div class="name">
更多
</div>
<div class="code-name">.icon-anquan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-xinxixianshi"></span>
<div class="name">
信息 显示
</div>
<div class="code-name">.icon-xinxixianshi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-huawuguanli"></span>
<div class="name">
话务管理
</div>
<div class="code-name">.icon-huawuguanli
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-badreviewstatistics"></span>
<div class="name">
差评统计
</div>
<div class="code-name">.icon-badreviewstatistics
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-yewuduanmorentouxian"></span>
<div class="name">
morentouxian
</div>
<div class="code-name">.icon-yewuduanmorentouxian
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-qiyerenzheng1"></span>
<div class="name">
renzhengzhong
</div>
<div class="code-name">.icon-qiyerenzheng1
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-qiyerenzheng2"></span>
<div class="name">
renzhengshibai
</div>
<div class="code-name">.icon-qiyerenzheng2
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-buliangpingjiashezhi"></span>
<div class="name">
不良评价设置
</div>
<div class="code-name">.icon-buliangpingjiashezhi
</div>
</li>
</ul>
<div class="article markdown">
<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="language-html">&lt;link rel="stylesheet" href="./iconfont.css"&gt;
</code></pre>
<h3 id="-">第二步:挑选相应图标并获取类名,应用于页面:</h3>
<pre><code class="language-html">&lt;span class="iconfont icon-xxx"&gt;&lt;/span&gt;
</code></pre>
<blockquote>
<p>"
iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p>
</blockquote>
</div>
</div>
<div class="content symbol">
<ul class="icon_lists dib-box">
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-icon"></use>
</svg>
<div class="name">相机</div>
<div class="code-name">#icon-icon</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-iconfontchaping"></use>
</svg>
<div class="name">差评</div>
<div class="code-name">#icon-iconfontchaping</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-xiugaimima"></use>
</svg>
<div class="name">修改密码</div>
<div class="code-name">#icon-xiugaimima</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-2zuzhijiagou"></use>
</svg>
<div class="name">2组织架构</div>
<div class="code-name">#icon-2zuzhijiagou</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tianjiabumen"></use>
</svg>
<div class="name">添加部门</div>
<div class="code-name">#icon-tianjiabumen</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-shouji"></use>
</svg>
<div class="name">手机</div>
<div class="code-name">#icon-shouji</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-renzheng"></use>
</svg>
<div class="name">认证</div>
<div class="code-name">#icon-renzheng</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-qiyefuwuyingyong"></use>
</svg>
<div class="name">企业服务应用</div>
<div class="code-name">#icon-qiyefuwuyingyong</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tongshi-zuzhijiagou"></use>
</svg>
<div class="name">同事-组织架构</div>
<div class="code-name">#icon-tongshi-zuzhijiagou</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-ribaoshezhi"></use>
</svg>
<div class="name">日报设置</div>
<div class="code-name">#icon-ribaoshezhi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-zidingyi"></use>
</svg>
<div class="name">自定义</div>
<div class="code-name">#icon-zidingyi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-chengyuan"></use>
</svg>
<div class="name">成员</div>
<div class="code-name">#icon-chengyuan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-chaojiguanliyuan"></use>
</svg>
<div class="name">超级管理员</div>
<div class="code-name">#icon-chaojiguanliyuan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tonghuahuawuliang"></use>
</svg>
<div class="name">通话话务量</div>
<div class="code-name">#icon-tonghuahuawuliang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-sousuoshezhi"></use>
</svg>
<div class="name">43搜索设置</div>
<div class="code-name">#icon-sousuoshezhi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-jifeizhongxin"></use>
</svg>
<div class="name">计费中心</div>
<div class="code-name">#icon-jifeizhongxin</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-ribao"></use>
</svg>
<div class="name">日报</div>
<div class="code-name">#icon-ribao</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-shangzhang"></use>
</svg>
<div class="name">上涨</div>
<div class="code-name">#icon-shangzhang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-shujupingtai"></use>
</svg>
<div class="name">数据平台</div>
<div class="code-name">#icon-shujupingtai</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-zaixiangoutong"></use>
</svg>
<div class="name">在线沟通</div>
<div class="code-name">#icon-zaixiangoutong</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-zhankai"></use>
</svg>
<div class="name">展开</div>
<div class="code-name">#icon-zhankai</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-shouqi"></use>
</svg>
<div class="name">收起</div>
<div class="code-name">#icon-shouqi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-qiyedizhi"></use>
</svg>
<div class="name">企业地址</div>
<div class="code-name">#icon-qiyedizhi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-yewuduanmorentouxiang"></use>
</svg>
<div class="name">业务端默认头像</div>
<div class="code-name">#icon-yewuduanmorentouxiang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-zhuzuoquan"></use>
</svg>
<div class="name">著作权</div>
<div class="code-name">#icon-zhuzuoquan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-ribao1"></use>
</svg>
<div class="name">日报</div>
<div class="code-name">#icon-ribao1</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-huawujinengzupeizhi"></use>
</svg>
<div class="name">话务技能组配置</div>
<div class="code-name">#icon-huawujinengzupeizhi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-gonggao"></use>
</svg>
<div class="name">公告</div>
<div class="code-name">#icon-gonggao</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-yuangongdangan"></use>
</svg>
<div class="name">员工档案</div>
<div class="code-name">#icon-yuangongdangan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-qiyetongxunlu"></use>
</svg>
<div class="name">企业通讯录</div>
<div class="code-name">#icon-qiyetongxunlu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tongxunlu"></use>
</svg>
<div class="name">共享通讯录</div>
<div class="code-name">#icon-tongxunlu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-mendianjiagou"></use>
</svg>
<div class="name">门店架构</div>
<div class="code-name">#icon-mendianjiagou</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tianjiachengyuan"></use>
</svg>
<div class="name">添加成员</div>
<div class="code-name">#icon-tianjiachengyuan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-hangzhengjiagou"></use>
</svg>
<div class="name">行政架构</div>
<div class="code-name">#icon-hangzhengjiagou</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-yuangonglizhi"></use>
</svg>
<div class="name">员工离职</div>
<div class="code-name">#icon-yuangonglizhi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-lizhi"></use>
</svg>
<div class="name">员工转正</div>
<div class="code-name">#icon-lizhi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-gongxiangtongxunlu"></use>
</svg>
<div class="name">共享通讯录</div>
<div class="code-name">#icon-gongxiangtongxunlu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-qiyerenzheng"></use>
</svg>
<div class="name">企业认证</div>
<div class="code-name">#icon-qiyerenzheng</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-yuangongxiangqing"></use>
</svg>
<div class="name">员工详情</div>
<div class="code-name">#icon-yuangongxiangqing</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-mendianquanxian"></use>
</svg>
<div class="name">门店权限</div>
<div class="code-name">#icon-mendianquanxian</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-icon_yunxiazai"></use>
</svg>
<div class="name">下载</div>
<div class="code-name">#icon-icon_yunxiazai</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-xiangqing"></use>
</svg>
<div class="name">详情</div>
<div class="code-name">#icon-xiangqing</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-yd-icon-upload2"></use>
</svg>
<div class="name">upload</div>
<div class="code-name">#icon-yd-icon-upload2</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-yishenhe"></use>
</svg>
<div class="name">审核中心</div>
<div class="code-name">#icon-yishenhe</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-daishenpi"></use>
</svg>
<div class="name">待审核</div>
<div class="code-name">#icon-daishenpi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-yishenpi"></use>
</svg>
<div class="name">已审核</div>
<div class="code-name">#icon-yishenpi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-jixiaoguanli"></use>
</svg>
<div class="name">绩效管理</div>
<div class="code-name">#icon-jixiaoguanli</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-xingbienv"></use>
</svg>
<div class="name">性别女</div>
<div class="code-name">#icon-xingbienv</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-xingbienan"></use>
</svg>
<div class="name">性别男</div>
<div class="code-name">#icon-xingbienan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-qiyeshezhi"></use>
</svg>
<div class="name">企业设置</div>
<div class="code-name">#icon-qiyeshezhi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tongxunlu_icon"></use>
</svg>
<div class="name">通讯录信息</div>
<div class="code-name">#icon-tongxunlu_icon</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-shezhiziguanliyuan"></use>
</svg>
<div class="name">设置子管理员</div>
<div class="code-name">#icon-shezhiziguanliyuan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tuanduichengyuan"></use>
</svg>
<div class="name">成员</div>
<div class="code-name">#icon-tuanduichengyuan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-shujukaifa-huishouzhan"></use>
</svg>
<div class="name">回收站</div>
<div class="code-name">#icon-shujukaifa-huishouzhan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-gukedown"></use>
</svg>
<div class="name">顾客 down</div>
<div class="code-name">#icon-gukedown</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-oa_nofind"></use>
</svg>
<div class="name">暂无数据</div>
<div class="code-name">#icon-oa_nofind</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-anquan"></use>
</svg>
<div class="name">更多</div>
<div class="code-name">#icon-anquan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-xinxixianshi"></use>
</svg>
<div class="name">信息 显示</div>
<div class="code-name">#icon-xinxixianshi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-huawuguanli"></use>
</svg>
<div class="name">话务管理</div>
<div class="code-name">#icon-huawuguanli</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-badreviewstatistics"></use>
</svg>
<div class="name">差评统计</div>
<div class="code-name">#icon-badreviewstatistics</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-yewuduanmorentouxian"></use>
</svg>
<div class="name">morentouxian</div>
<div class="code-name">#icon-yewuduanmorentouxian</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-qiyerenzheng1"></use>
</svg>
<div class="name">renzhengzhong</div>
<div class="code-name">#icon-qiyerenzheng1</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-qiyerenzheng2"></use>
</svg>
<div class="name">renzhengshibai</div>
<div class="code-name">#icon-qiyerenzheng2</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-buliangpingjiashezhi"></use>
</svg>
<div class="name">不良评价设置</div>
<div class="code-name">#icon-buliangpingjiashezhi</div>
</li>
</ul>
<div class="article markdown">
<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="language-html">&lt;script src="./iconfont.js"&gt;&lt;/script&gt;
</code></pre>
<h3 id="-css-">第二步:加入通用 CSS 代码(引入一次就行):</h3>
<pre><code class="language-html">&lt;style&gt;
.icon {
width: 1em;
height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
&lt;/style&gt;
</code></pre>
<h3 id="-">第三步:挑选相应图标并获取类名,应用于页面:</h3>
<pre><code class="language-html">&lt;svg class="icon" aria-hidden="true"&gt;
&lt;use xlink:href="#icon-xxx"&gt;&lt;/use&gt;
&lt;/svg&gt;
</code></pre>
</div>
</div>
</div>
</div>
<script>
$(document).ready(function () {
$('.tab-container .content:first').show()
$('#tabs li').click(function (e) {
var tabContent = $('.tab-container .content')
var index = $(this).index()
if ($(this).hasClass('active')) {
return
} else {
$('#tabs li').removeClass('active')
$(this).addClass('active')
tabContent.hide().eq(index).fadeIn()
}
})
})
</script>
</body>
</html>
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1545803800408'); /* IE9*/
src: url('iconfont.eot?t=1545803800408#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
url('iconfont.ttf?t=1545803800408') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('iconfont.svg?t=1545803800408#iconfont') format('svg'); /* iOS 4.1- */
src: url('iconfont.eot?t=1551669105487'); /* IE9 */
src: url('iconfont.eot?t=1551669105487#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
url('iconfont.woff?t=1551669105487') format('woff'),
url('iconfont.ttf?t=1551669105487') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
url('iconfont.svg?t=1551669105487#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-icon:before { content: "\e63d"; }
.icon-icon:before {
content: "\e63d";
}
.icon-xiugaimima:before { content: "\e612"; }
.icon-iconfontchaping:before {
content: "\e600";
}
.icon-2zuzhijiagou:before { content: "\e735"; }
.icon-xiugaimima:before {
content: "\e612";
}
.icon-tianjiabumen:before { content: "\e631"; }
.icon-2zuzhijiagou:before {
content: "\e735";
}
.icon-shouji:before { content: "\e62d"; }
.icon-tianjiabumen:before {
content: "\e631";
}
.icon-renzheng:before { content: "\e635"; }
.icon-shouji:before {
content: "\e62d";
}
.icon-qiyefuwuyingyong:before { content: "\e659"; }
.icon-renzheng:before {
content: "\e635";
}
.icon-tongshi-zuzhijiagou:before { content: "\e632"; }
.icon-qiyefuwuyingyong:before {
content: "\e659";
}
.icon-zidingyi:before { content: "\e937"; }
.icon-tongshi-zuzhijiagou:before {
content: "\e632";
}
.icon-chengyuan:before { content: "\e72c"; }
.icon-ribaoshezhi:before {
content: "\e694";
}
.icon-chaojiguanliyuan:before { content: "\e642"; }
.icon-zidingyi:before {
content: "\e937";
}
.icon-jifeizhongxin:before { content: "\e653"; }
.icon-chengyuan:before {
content: "\e72c";
}
.icon-zhankai:before { content: "\e742"; }
.icon-chaojiguanliyuan:before {
content: "\e642";
}
.icon-shouqi:before { content: "\e743"; }
.icon-tonghuahuawuliang:before {
content: "\e608";
}
.icon-qiyedizhi:before { content: "\e60e"; }
.icon-sousuoshezhi:before {
content: "\e618";
}
.icon-yewuduanmorentouxiang:before { content: "\e62e"; }
.icon-jifeizhongxin:before {
content: "\e653";
}
.icon-zhuzuoquan:before { content: "\e60f"; }
.icon-ribao:before {
content: "\e61a";
}
.icon-yuangongdangan:before { content: "\e626"; }
.icon-shangzhang:before {
content: "\e616";
}
.icon-qiyetongxunlu:before { content: "\e6dc"; }
.icon-shujupingtai:before {
content: "\e7f4";
}
.icon-tongxunlu:before { content: "\e6dd"; }
.icon-zaixiangoutong:before {
content: "\e601";
}
.icon-mendianjiagou:before { content: "\e6df"; }
.icon-zhankai:before {
content: "\e742";
}
.icon-tianjiachengyuan:before { content: "\e6e0"; }
.icon-shouqi:before {
content: "\e743";
}
.icon-hangzhengjiagou:before { content: "\e6e1"; }
.icon-qiyedizhi:before {
content: "\e60e";
}
.icon-yuangonglizhi:before { content: "\e6e2"; }
.icon-yewuduanmorentouxiang:before {
content: "\e62e";
}
.icon-lizhi:before { content: "\e6e3"; }
.icon-zhuzuoquan:before {
content: "\e60f";
}
.icon-gongxiangtongxunlu:before { content: "\e6e4"; }
.icon-ribao1:before {
content: "\e607";
}
.icon-qiyerenzheng:before { content: "\e6e5"; }
.icon-huawujinengzupeizhi:before {
content: "\e602";
}
.icon-yuangongxiangqing:before { content: "\e6e6"; }
.icon-gonggao:before {
content: "\e64f";
}
.icon-mendianquanxian:before { content: "\e6e7"; }
.icon-yuangongdangan:before {
content: "\e626";
}
.icon-icon_yunxiazai:before { content: "\e6e8"; }
.icon-qiyetongxunlu:before {
content: "\e6dc";
}
.icon-yd-icon-upload2:before { content: "\e6ec"; }
.icon-tongxunlu:before {
content: "\e6dd";
}
.icon-yishenhe:before { content: "\e6ee"; }
.icon-mendianjiagou:before {
content: "\e6df";
}
.icon-daishenpi:before { content: "\e6ef"; }
.icon-tianjiachengyuan:before {
content: "\e6e0";
}
.icon-yishenpi:before { content: "\e6f0"; }
.icon-hangzhengjiagou:before {
content: "\e6e1";
}
.icon-xingbienv:before { content: "\e6f1"; }
.icon-yuangonglizhi:before {
content: "\e6e2";
}
.icon-xingbienan:before { content: "\e6f2"; }
.icon-lizhi:before {
content: "\e6e3";
}
.icon-qiyeshezhi:before { content: "\e6f3"; }
.icon-gongxiangtongxunlu:before {
content: "\e6e4";
}
.icon-tongxunlu_icon:before { content: "\e6f4"; }
.icon-qiyerenzheng:before {
content: "\e6e5";
}
.icon-shezhiziguanliyuan:before { content: "\e6f5"; }
.icon-yuangongxiangqing:before {
content: "\e6e6";
}
.icon-tuanduichengyuan:before { content: "\e6f6"; }
.icon-mendianquanxian:before {
content: "\e6e7";
}
.icon-shujukaifa-huishouzhan:before { content: "\e703"; }
.icon-icon_yunxiazai:before {
content: "\e6e8";
}
.icon-oa_nofind:before { content: "\e611"; }
.icon-xiangqing:before {
content: "\e61b";
}
.icon-yd-icon-upload2:before {
content: "\e6ec";
}
.icon-xinxixianshi:before { content: "\e74f"; }
.icon-yishenhe:before {
content: "\e6ee";
}
.icon-yewuduanmorentouxian:before { content: "\e7a3"; }
.icon-daishenpi:before {
content: "\e6ef";
}
.icon-qiyerenzheng1:before { content: "\e7b0"; }
.icon-yishenpi:before {
content: "\e6f0";
}
.icon-qiyerenzheng2:before { content: "\e7b1"; }
.icon-jixiaoguanli:before {
content: "\e643";
}
.icon-xingbienv:before {
content: "\e6f1";
}
.icon-xingbienan:before {
content: "\e6f2";
}
.icon-qiyeshezhi:before {
content: "\e6f3";
}
.icon-tongxunlu_icon:before {
content: "\e6f4";
}
.icon-shezhiziguanliyuan:before {
content: "\e6f5";
}
.icon-tuanduichengyuan:before {
content: "\e6f6";
}
.icon-shujukaifa-huishouzhan:before {
content: "\e703";
}
.icon-gukedown:before {
content: "\e665";
}
.icon-oa_nofind:before {
content: "\e611";
}
.icon-anquan:before {
content: "\e64e";
}
.icon-xinxixianshi:before {
content: "\e74f";
}
.icon-huawuguanli:before {
content: "\e628";
}
.icon-badreviewstatistics:before {
content: "\e685";
}
.icon-yewuduanmorentouxian:before {
content: "\e7a3";
}
.icon-qiyerenzheng1:before {
content: "\e7b0";
}
.icon-qiyerenzheng2:before {
content: "\e7b1";
}
.icon-buliangpingjiashezhi:before {
content: "\e7f6";
}
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -23,6 +23,9 @@ Created by iconfont
<glyph glyph-name="icon" unicode="&#58941;" d="M906.226957-38.573135 118.77797-38.573135c-29.658675 0-53.689959 24.046672-53.689959 53.68776L65.088011 480.40479c0 29.631878 24.031284 53.67855 53.689959 53.67855 0 0 107.379919 0 161.069878 0 53.688936 0 71.586272 107.375519 107.378896 107.375519 35.26867 0 197.263655 0 232.655127 0 53.218196 0 73.561333-107.375519 125.293628-107.375519 37.80248 0 161.052482 0 161.052482 0 29.640255 0 53.688936-24.047696 53.688936-53.67855l0-465.291189C959.915894-14.526463 935.867213-38.573135 906.226957-38.573135L906.226957-38.573135zM512.501952 480.40479c-118.599908 0-214.741418-96.14678-214.741418-214.740806 0-118.639051 96.14151-214.794018 214.741418-214.794018 118.617305 0 214.758815 96.15599 214.758815 214.794018C727.260767 384.259032 631.119257 480.40479 512.501952 480.40479L512.501952 480.40479zM772.00257 480.40479c-14.821151 0-26.828095-12.014638-26.828095-26.861788 0-14.81952 12.00592-26.825972 26.828095-26.825972 14.819104 0 26.861865 12.006452 26.861865 26.825972C798.864435 468.391175 786.822698 480.40479 772.00257 480.40479L772.00257 480.40479zM512.501952 104.559772c-88.958629 0-161.068855 72.14104-161.068855 161.105235 0 88.928379 72.110226 161.054069 161.068855 161.054069 88.940209 0 161.068855-72.124667 161.068855-161.054069C673.570807 176.700813 601.442161 104.559772 512.501952 104.559772L512.501952 104.559772zM154.570595 587.772123c0 9.883091 8.022026 17.904789 17.896312 17.904789l53.689959 0c9.891683 0 17.913709-8.021697 17.913709-17.904789 0-9.873882 0-17.904789 0-17.904789l-89.499981 0C154.570595 569.867334 154.570595 577.897218 154.570595 587.772123L154.570595 587.772123z" horiz-adv-x="1024" />
<glyph glyph-name="iconfontchaping" unicode="&#58880;" d="M815.347 473.076c-1.041 17.324 18.908 48.27 18.908 66.117 0 24.649-38.314 47.227-47.227 65.598-6.311 12.073 1.041 42.5-4.189 55.102-9.443 22.035-47.765 56.657-70.311 63.513-70.841 22.035-295.975 0-295.975 0l-246.113-33.599v-346.858h80.286c23.617-5.771 72.95-57.2 133.809-218.302 9.965-26.234 28.861-40.944 50.375-58.238 36.206-28.352 62.979-68.751 71.894-213.573 1.575-19.946 61.93-16.8 94.993 27.803 26.755 36.724 30.427 107.577 8.913 161.106-14.16 36.206-67.171 121.23-48.27 155.325 0 0 194.18-7.344 232.479 8.39 24.142 9.965 59.296 62.458 57.725 89.213-1.041 14.688-26.755 36.206-28.861 50.895-2.112 18.367 28.861 49.329 28.861 68.219 0 17.324-35.694 41.459-37.263 59.296v0zM815.347 473.076z" horiz-adv-x="1024" />
<glyph glyph-name="xiugaimima" unicode="&#58898;" d="M561.203386 115.48551C561.203386 88.132576 538.882304 65.962112 511.343552 65.962112 483.813914 65.962112 461.492838 88.132576 461.492838 115.48551L461.492838 284.305395C461.492838 311.65833 483.813914 333.828794 511.343552 333.828794 538.882304 333.828794 561.203386 311.65833 561.203386 284.305395L561.203386 115.48551ZM861.967827 527.781843 317.73305 527.781843 317.73305 618.185152C317.73305 724.117747 404.508864 810.308032 511.161114 810.308032 617.822483 810.308032 704.598298 724.117747 704.598298 618.185152 704.598298 594.519744 723.909178 575.339168 747.735354 575.339168 771.55241 575.339168 790.87241 594.519744 790.87241 618.185152 790.87241 771.367021 665.392742 896 511.161114 896 356.929485 896 231.458938 771.367021 231.458938 618.185152L231.458938 527.781843 160.71927 527.781843C124.98 527.781843 96 499.006451 96 463.499277L96-63.708371C96-99.215546 124.98-128 160.71927-128L861.967827-128C897.716218-128 926.696218-99.215546 926.696218-63.708371L926.696218 463.499277C926.696218 499.006451 897.716218 527.781843 861.967827 527.781843L861.967827 527.781843Z" horiz-adv-x="1024" />
......@@ -44,6 +47,9 @@ Created by iconfont
<glyph glyph-name="tongshi-zuzhijiagou" unicode="&#58930;" d="M512.02 640.02h8.54c124.191 0 248.403 0.041 372.593 0 31.11 0 56.075-18.083 63.734-46.428 1.68-6.205 2.417-12.861 2.417-19.292 0.123-169.636 0.143-339.251 0.061-508.887-0.02-38.031-27.73-65.68-65.74-65.7-254.362-0.061-508.703-0.061-763.045 0-38.195 0.02-65.966 27.915-65.966 66.171-0.04 211.989-0.04 423.957 0 635.966 0 38.502 27.874 66.437 66.315 66.437 104.837 0.04 209.694 0.04 314.531 0 38.749 0 66.376-27.546 66.499-66.171 0.123-18.37 0.061-36.782 0.061-55.173v-6.923z m-383.098 0.39h318.873v63.385H128.922v-63.385z" horiz-adv-x="1024" />
<glyph glyph-name="ribaoshezhi" unicode="&#59028;" d="M908.972607 236.585806h-194.445763a72.917161 72.917161 0 0 1-72.917161-72.917161v-218.751484a72.917161 72.917161 0 0 1 72.917161-72.917161h194.445763a72.917161 72.917161 0 0 1 72.917161 72.917161v48.611441a24.30572 24.30572 0 0 1-48.611441 0v-72.917161H690.221123V187.974365h243.057204v-72.917161a24.30572 24.30572 0 0 1 48.611441 0v48.611441a72.917161 72.917161 0 0 1-72.917161 72.917161z m-10.694517 267.362924a417.329219 417.329219 0 0 1-29.652979 72.917161 123.230002 123.230002 0 0 1-3.888915 166.980299 116.910515 116.910515 0 0 1-83.854736 34.757181 118.125801 118.125801 0 0 1-80.208877-31.597437 401.044386 401.044386 0 0 1-71.458818 30.382151 118.611915 118.611915 0 0 1-237.223831 0A399.342986 399.342986 0 0 1 320.288059 747.005934a118.125801 118.125801 0 0 1-80.208877 31.597437A116.910515 116.910515 0 0 1 155.495275 743.360076 123.230002 123.230002 0 0 1 152.578588 576.865891a417.329219 417.329219 0 0 1-29.652979-72.917161 121.528602 121.528602 0 0 1 0-241.841918 415.384761 415.384761 0 0 1 29.652979-72.917161 123.230002 123.230002 0 0 1 2.916687-167.709471 116.910515 116.910515 0 0 1 84.583907-35.243294 118.125801 118.125801 0 0 1 80.208877 31.597436 399.342986 399.342986 0 0 1 71.458818-30.38215A121.528602 121.528602 0 0 1 510.60185-128a112.292428 112.292428 0 0 1 33.784951 5.590316 36.215523 36.215523 0 0 1 20.902919 51.042013 35.000237 35.000237 0 0 1-41.076667 18.715404 45.451697 45.451697 0 0 0-14.340375-2.430572 48.611441 48.611441 0 0 0-47.153098 46.180869l-1.944457 51.042013-48.611441 14.826489a328.370282 328.370282 0 0 0-58.819843 24.305721l-44.236411 24.30572-37.187753-34.271066a48.611441 48.611441 0 0 0-32.326608-12.638974 46.180869 46.180869 0 0 0-33.298837 13.85426A48.611441 48.611441 0 0 0 205.565059 139.362924l33.541894 37.916924-24.305721 45.20864a341.738429 341.738429 0 0 0-24.30572 60.035129l-14.583432 48.611441L126.571467 333.808687a48.611441 48.611441 0 0 0 0 97.222882l50.069784 2.673629 14.583433 48.611441a341.738429 341.738429 0 0 0 24.30572 60.035129l24.30572 45.20864L205.565059 625.477332a48.611441 48.611441 0 0 0 1.215286 66.597674 46.180869 46.180869 0 0 0 33.298837 13.611203 48.611441 48.611441 0 0 0 32.326608-12.638974l37.187752-34.271066 44.236411 24.30572a329.099454 329.099454 0 0 0 58.819843 24.305721l48.611441 14.826489 2.673629 51.042013a47.153098 47.153098 0 0 0 94.306196 0L560.185519 722.700214l48.611441-14.82649a328.370282 328.370282 0 0 0 58.819843-24.30572l44.236411-24.305721 36.701638 33.784952a48.611441 48.611441 0 0 0 32.326608 12.638974 46.180869 46.180869 0 0 0 33.298837-13.85426 48.611441 48.611441 0 0 0 1.215286-66.354617l-33.541894-37.916924 24.305721-45.20864a341.738429 341.738429 0 0 0 24.30572-60.035129l14.583432-48.611441 49.340613-2.673629a48.611441 48.611441 0 0 0 36.701637-75.59079 33.05578 33.05578 0 0 1 8.020888-48.611441l7.048659-4.37503a31.354379 31.354379 0 0 1 41.805839 8.750059A121.528602 121.528602 0 0 1 898.27809 503.94873z m-367.502492 38.646096a156.771897 156.771897 0 0 0 129.792546-117.39663 159.688583 159.688583 0 0 0 1.701401-70.486589 37.673867 37.673867 0 0 1 17.014004-40.590553 35.486352 35.486352 0 0 1 52.500356 24.30572 235.522431 235.522431 0 0 1 0 97.222882 226.772371 226.772371 0 0 1-445.03774-86.771422 229.446 229.446 0 0 1 178.16093-189.341562 224.827914 224.827914 0 0 1 61.73653-4.131972 36.458581 36.458581 0 1 1-5.833373 72.917161 145.834322 145.834322 0 0 0-77.778305 16.284833 158.959411 158.959411 0 0 0-86.04225 118.854972 156.771897 156.771897 0 0 0 173.785901 179.13316zM848.208306 139.362924h-48.611441a36.458581 36.458581 0 0 1 0-72.917161h48.611441a36.458581 36.458581 0 1 1 0 72.917161z m0-97.222881h-48.611441a36.458581 36.458581 0 0 1 0-72.917161h48.611441a36.458581 36.458581 0 1 1 0 72.917161z" horiz-adv-x="1024" />
<glyph glyph-name="zidingyi" unicode="&#59703;" d="M128 768h320V832H128.288A64.32 64.32 0 0 1 64 767.712V448h64V768z m448 64v-64h320v-320h64V767.712A64.32 64.32 0 0 1 895.712 832H576zM128 320H64v-319.712A64.32 64.32 0 0 1 128.288-64H448v64H128V320z m768-320H576v-64h319.712A64.32 64.32 0 0 1 960 0.288V320h-64v-320zM544 416V640h-64v-224H256v-64h224v-256h64v256h256v64h-256z" horiz-adv-x="1024" />
......@@ -53,9 +59,27 @@ Created by iconfont
<glyph glyph-name="chaojiguanliyuan" unicode="&#58946;" d="M585.182609-89.838509l19.080745 95.403726-69.962733 69.962733c-25.440994 25.440994-31.801242 57.242236-25.440994 89.043479 6.360248 31.801242 31.801242 50.881988 69.962733 57.242236l89.043479 12.720496c-6.360248 0-6.360248 6.360248-12.720497 6.360249-12.720497 12.720497-19.080745 19.080745-25.440994 31.801242-6.360248 6.360248-6.360248 19.080745-6.360249 31.801242v31.801243c0 6.360248 6.360248 12.720497 6.360249 19.080745 0 6.360248 6.360248 12.720497 12.720497 12.720497l12.720497 12.720497c6.360248 6.360248 12.720497 6.360248 19.080745 12.720497 6.360248 6.360248 12.720497 12.720497 12.720497 19.080745 6.360248 6.360248 6.360248 19.080745 12.720497 25.440994 0 12.720497 6.360248 19.080745 6.360248 31.801242 6.360248 0 12.720497 6.360248 19.080746 12.720497 6.360248 6.360248 12.720497 12.720497 12.720496 19.080745 6.360248 6.360248 6.360248 19.080745 6.360249 31.801243v25.440993c0 6.360248-6.360248 12.720497-6.360249 19.080746 0 6.360248-6.360248 12.720497-12.720496 12.720497 0 25.440994 0 50.881988-6.360249 82.683229 0 25.440994-6.360248 44.521739-19.080745 76.322982-6.360248 25.440994-19.080745 50.881988-38.161491 69.962733-6.360248 6.360248-19.080745 19.080745-31.801242 25.440993 0 12.720497-12.720497 19.080745-25.440994 25.440994-19.080745 6.360248-38.161491 12.720497-50.881988 19.080746C534.300621 896 515.219876 896 496.13913 896c-19.080745 0-31.801242 0-50.881987-6.360248-19.080745 0-31.801242-6.360248-50.881988-12.720497-12.720497-6.360248-25.440994-12.720497-44.521739-25.440994l-44.521739-44.521739c-12.720497-19.080745-25.440994-38.161491-31.801242-63.602485-6.360248-31.801242-6.360248-50.881988-12.720497-76.322981 0-25.440994-6.360248-50.881988-6.360249-76.322981 0-6.360248-6.360248-12.720497-6.360248-19.080746 0-6.360248-6.360248-12.720497-6.360248-25.440994 0-6.360248 0-19.080745 6.360248-31.801242s6.360248-19.080745 12.720497-25.440994c0-6.360248 6.360248-6.360248 6.360248-12.720497 6.360248-6.360248 6.360248-6.360248 12.720497-6.360248 6.360248-12.720497 6.360248-19.080745 12.720497-31.801242 6.360248-6.360248 6.360248-19.080745 12.720497-25.440994 6.360248-6.360248 6.360248-12.720497 12.720497-19.080745 12.720497-6.360248 19.080745-19.080745 31.801242-25.440994 6.360248-6.360248 12.720497-19.080745 12.720497-38.161491v-25.440994c0-6.360248 0-19.080745-6.360248-25.440993 0-6.360248-6.360248-19.080745-19.080746-25.440994-6.360248-6.360248-19.080745-19.080745-31.801242-25.440994-19.080745-12.720497-38.161491-19.080745-63.602484-25.440994-25.440994-6.360248-127.204969-38.161491-146.285715-50.881987-19.080745-6.360248-38.161491-19.080745-57.242236-31.801243-19.080745-12.720497-25.440994-31.801242-31.801242-57.242236-6.360248-44.521739-6.360248-50.881988-6.360248-76.322981 6.360248-25.440994 6.360248-44.521739 19.080745-50.881988 6.360248-6.360248 25.440994-12.720497 50.881987-19.080745 38.161491-6.360248 222.608696-38.161491 432.496895-38.161491h82.68323v31.801243z m419.776397 241.689441l-108.124223 12.720497c-19.080745 0-38.161491 19.080745-44.52174 31.801242l-44.521739 95.403727c-6.360248 6.360248-6.360248 12.720497-12.720497 12.720496s-6.360248-6.360248-12.720496-12.720496l-44.52174-95.403727c-6.360248-12.720497-25.440994-31.801242-44.521739-31.801242l-108.124223-12.720497c-19.080745 0-19.080745-12.720497-6.360249-25.440994l76.322982-76.322981c12.720497-12.720497 19.080745-31.801242 19.080745-50.881988l-19.080745-108.124224c0-12.720497 0-19.080745 12.720497-19.080745h12.720496l95.403727 50.881988c6.360248 6.360248 19.080745 6.360248 25.440994 6.360248 6.360248 0 19.080745 0 25.440994-6.360248l95.403726-50.881988h12.720497c6.360248 0 12.720497 6.360248 12.720497 19.080745l-19.080745 108.124224c0 19.080745 6.360248 38.161491 19.080745 50.881988l76.322982 76.322981c0 12.720497 0 25.440994-19.080746 25.440994z" horiz-adv-x="1030" />
<glyph glyph-name="tonghuahuawuliang" unicode="&#58888;" d="M612.998-11.397c-43.979 0-100.753 29.298-140.645 53.884-53.413 32.913-110.959 78.452-162.037 128.218l-0.186 0.18-16.216 16.225c-49.769 51.07-95.306 108.622-128.225 162.039-24.58 39.887-53.88 96.665-53.88 140.644 0 47.063 33.654 97.017 48.124 116.305 11.288 15.057 50.737 64.177 84.251 64.177 13.764 0 28.582-9.007 48.062-29.209 17.228-17.86 33.759-40.064 44.594-55.543 14.552-20.787 28.005-42.544 37.894-61.28 16.008-30.33 17.861-43.335 17.861-50.483 0-14.419-7.532-26.926-22.383-37.169-9.778-6.745-21.52-11.825-32.869-16.736-7.654-3.313-19.882-8.598-24.544-12.314 1.625-6.893 8.736-23.531 27.958-51.746 17.904-26.287 41.061-54.782 61.981-76.263 21.479-20.919 49.966-44.078 76.262-61.983 28.208-19.21 44.847-26.322 51.743-27.954 3.714 4.663 9.005 16.886 12.315 24.544 4.908 11.354 9.987 23.092 16.734 32.872 10.245 14.853 22.755 22.378 37.172 22.378 7.146 0 20.153-1.852 50.486-17.855 18.729-9.89 40.494-23.346 61.277-37.896 15.479-10.836 37.683-27.367 55.546-44.591 20.196-19.481 29.202-34.299 29.202-48.065 0-33.514-49.116-72.96-64.171-84.247-19.288-14.482-69.242-48.132-116.306-48.132zM338.497 199.44c49.001-47.732 104.03-91.3 154.979-122.694 49.389-30.44 92.956-47.896 119.525-47.896 23.661 0 57.401 14.453 90.252 38.658 14.399 10.612 27.507 22.436 36.908 33.279 8.818 10.184 12.043 16.826 12.86 19.506-3.41 7.32-23.654 30.213-70.897 62.806-18.536 12.784-37.695 24.534-53.954 33.081-20.416 10.735-28.928 12.591-30.872 12.896-0.76-0.522-2.982-2.38-6.36-8.047-3.786-6.347-7.422-14.753-10.94-22.884-4.325-10.01-8.809-20.361-14.3-28.715-8.931-13.584-19.896-20.477-32.589-20.483-0.229 0-0.474 0.005-0.715 0.015-6.177 0.129-24.992 0.528-76.057 35.304-28.19 19.208-58.804 44.106-81.886 66.62l-0.36 0.358c-22.506 23.085-47.404 53.692-66.608 81.881-34.78 51.067-35.182 69.875-35.314 76.058-0.276 12.924 6.546 24.083 20.272 33.17 8.393 5.557 18.83 10.071 28.919 14.439 8.134 3.514 16.535 7.151 22.884 10.932 5.666 3.376 7.527 5.604 8.042 6.361-0.302 1.946-2.155 10.456-12.889 30.873-8.549 16.256-20.299 35.42-33.083 53.951-32.592 47.251-55.485 67.495-62.804 70.902-2.683-0.822-9.328-4.046-19.511-12.865-10.847-9.394-22.665-22.506-33.274-36.906-24.209-32.848-38.658-66.585-38.658-90.251 0-26.566 17.454-70.129 47.894-119.525 31.398-50.944 74.964-105.976 122.693-154.975l15.843-15.849zM462.5 593.5h332v-45h-332zM462.5 495.5h332v-45h-332zM462.5 399.5h332v-45h-332z" horiz-adv-x="1024" />
<glyph glyph-name="sousuoshezhi" unicode="&#58904;" d="M914.16-121.304c-25.448 0-49.24 9.592-67 26.976L624.064 127.392a261.744 261.744 0 0 0-98.968-19.48c-146.704 0-265.68 119.296-265.68 265.936 0 24.28 3.208 48.216 9.528 71.112l10.08 36.44 130.552-131.296c15.32-15.192 36.488-23.6 59.48-23.6 26.416 0 52.792 11.184 72.344 30.704 38.168 38.08 41.264 97.296 6.888 131.984L417.552 619.376l36.304 10.112a264.208 264.208 0 0 0 70.888 9.568c146.192 0 265.2-118.976 265.24-265.2 0-34.52-6.48-67.904-19.288-99.504l223.864-221.08c17.496-17.56 27.048-41.28 26.992-66.928-0.064-27.832-11.712-55.352-31.96-75.488-20.048-20.376-47.6-32.16-75.432-32.16z m-280.896 301.44l244.728-243.216c9.408-9.184 22.272-14.304 36.168-14.304 16.4 0 32.12 6.832 44.312 19.184 12.208 12.16 19.136 28.352 19.16 44.64 0.048 13.896-4.944 26.568-14.048 35.696L718.016 264.68l6.688 14.088a219.968 219.968 0 0 1 21.36 95.088c-0.04 122.016-99.32 221.296-221.32 221.296-6.64 0-13.24-0.288-19.776-0.848l74.4-74.096c51.456-51.928 48.304-138.952-6.96-194.088-27.728-27.656-65.384-43.504-103.352-43.528-34.648 0-66.792 12.952-90.504 36.44l-74.36 74.792a226.536 226.536 0 0 1-0.872-19.96c0-122.416 99.28-222.008 221.312-222.008 33.128 0 65.696 7.416 94.632 21.48l14 6.8zM534.264-24.184c11.752 11.704 25.192 20.408 39.584 26.752l-41.736 41.728c-13.472-7.952-26.32-16.928-37.912-28.48-23.744-23.752-37.296-56.048-39.792-62.208l-0.352-0.992-131.504 37.856-0.12 0.176c-0.096 0.04-0.176 0.136-0.272 0.168a8.512 8.512 0 0 0-2.272 4.024l-0.032 0.256c0.112 2.832 1.104 27.904-3.432 58.664-6.736 45.192-21.608 79.656-44.336 102.392-22.504 22.504-56.592 37.424-101.328 44.328-30.104 4.632-55.176 3.912-58.008 3.776h-0.248a10.32 10.32 0 0 0-3.92 2.368l-0.216 0.216-0.208 0.208-0.04 0.216L72.16 334.4l0.984 0.392c6.168 2.488 38.512 16.072 62.296 39.832 70.624 70.624 73.632 183.984 6.784 258.16l-0.56 0.6 0.52 0.776c4.888 7.12 30.56 43.656 54.192 67.336 23.544 23.496 60.192 49.272 67.336 54.192l0.672 0.52 0.68-0.6c74.152-66.808 187.48-63.856 258.144 6.768 23.744 23.76 37.304 56.016 39.792 62.272l0.392 0.888 133.648-38.84 0.168-0.168c0.12-0.136 0.256-0.216 0.376-0.384 1.584-1.592 2.528-3.648 2.712-4.592v-0.208c-0.104-2.656-0.424-27.096 4.496-56.592 7.328-43.648 22.248-76.928 44.312-98.968 21.76-21.88 54.712-36.704 97.832-44.264 29.248-5.056 53.336-4.88 55.952-4.784l0.272-0.096c0.888-0.176 2.904-1.024 4.528-2.664 0.144-0.128 0.216-0.248 0.312-0.344l0.152-0.16 0.176-0.344 36.92-129.336-0.888-0.392c-6.256-2.48-38.608-16.024-62.352-39.832-11.32-11.32-20.224-23.92-28.04-37.136l41.664-41.664c6.36 13.968 14.88 27.264 26.376 38.808 16.944 16.936 43.256 27.264 43.536 27.4 24.928 9.592 40.2 36.648 35.536 62.928l-0.264 1.472-39.232 137.296-0.52 1.2a58.088 58.088 0 0 1-13.376 20.136c-12.344 12.368-29.416 19.56-45.616 19.264-22.04-0.344-85.288 4.808-112.976 32.504-27.968 27.952-32.768 91.968-32.256 114.352 0.44 16.376-6.712 33.568-19.232 46.048a58.104 58.104 0 0 1-19.696 13.224l-1.32 0.536-141.504 41.12-1.504 0.296c-26.368 4.76-53.384-10.504-63-35.408-0.08-0.216-10.624-26.712-27.44-43.512-51.008-51.064-134.12-51.128-185.224 0l-3.08 3.048c-0.136 0.208-0.344 0.384-0.52 0.64-14.112 14.056-38.24 12.904-61.48-2.928-1.904-1.28-46.832-32.072-76.456-61.696-29.64-29.632-60.416-74.576-61.712-76.456-15.848-23.28-16.976-47.424-2.864-61.48 0.176-0.216 0.392-0.384 0.56-0.6l3.08-3.104c51.072-51.008 51.072-134.12 0-185.224-16.72-16.68-43.256-27.272-43.552-27.36-24.88-9.6-40.168-36.68-35.504-62.936l0.248-1.472 38.16-134.976 0.472-1.24c2.88-7.344 7.336-14.112 13.296-20.072 12.48-12.472 29.808-19.536 46.256-18.832 21.36 0.848 88.672-3.04 117.24-31.584 28.824-28.776 32.328-95.376 31.2-118.56-0.752-16.648 6.256-34.152 18.92-46.784l0.136-0.096a57.792 57.792 0 0 1 19.552-13.032l1.28-0.512 139.272-40.088 1.456-0.272c26.32-4.704 53.432 10.48 63.024 35.432 0.424 1.104 10.888 27.088 27.36 43.568z" horiz-adv-x="1024" />
<glyph glyph-name="jifeizhongxin" unicode="&#58963;" d="M544 384h192V448H588.8l160 160-44.8 44.8-192-192-192 192-44.8-44.8L435.2 448H288v-64h192v-64h-192v-64h192v-192h64v192h192V320h-192V384zM512 896c281.6 0 512-230.4 512-512s-230.4-512-512-512-512 230.4-512 512 230.4 512 512 512z" horiz-adv-x="1024" />
<glyph glyph-name="ribao" unicode="&#58906;" d="M934.96 63.456v-84.576c0-40.064-35.616-71.232-75.68-71.232H164.752c-40.064 0-75.68 31.168-75.68 71.232V824.8C89.072 864.864 124.688 896.032 164.752 896.032H859.28c40.064 0 75.68-31.168 75.68-71.232v-761.28z m-187.008 102.4H276.016c-22.272 0-35.616-17.824-35.616-35.616s17.824-35.616 35.616-35.616h471.936c22.272 0 35.616 17.824 35.616 35.616 0 22.272-13.344 35.616-35.616 35.616z m-311.648 512H498.64c31.168 0 53.44-8.896 71.232-26.72 13.344-17.824 22.272-40.064 22.272-71.232s-8.896-53.44-22.272-71.232-44.512-22.272-75.68-22.272h-57.888V677.856z m57.888-262.688c53.44 0 97.952 17.824 129.12 48.96 26.72 31.168 44.512 71.232 44.512 120.224s-13.344 89.056-40.064 115.744c-31.168 31.168-71.232 48.96-129.12 48.96H400.688c-22.272 0-40.064-17.824-40.064-35.616v-262.688c0-22.272 17.824-35.616 40.064-35.616h93.504z m253.76-106.848H276.016c-22.272 0-35.616-17.824-35.616-35.616s17.824-35.616 35.616-35.616h471.936c22.272 0 35.616 17.824 35.616 35.616 0 22.272-13.344 35.616-35.616 35.616z" horiz-adv-x="1024" />
<glyph glyph-name="shangzhang" unicode="&#58902;" d="M273.065864 424.959278h159.297452c0-170.66466-38.532908-242.347911-159.297452-327.686262C445.621044 131.362598 591.636684 186.031162 591.636684 424.959278h159.297452l-238.940157 245.767706z" horiz-adv-x="1024" />
<glyph glyph-name="shujupingtai" unicode="&#59380;" d="M613.063327 604.460751h101.153642v-348.799435h-101.153642zM764.793791 463.026283h101.153642v-207.184336h-101.153642zM461.513494 710.672076h101.153643v-454.830129h-101.153643zM410.936673 3.138472h-156.607514c-30.346093 0-50.576821-20.230729-50.576822-50.576821s20.230729-50.576821 50.576822-50.576821h561.041453c30.346093 0 50.576821 20.230729 50.576821 50.576821s-20.230729 50.576821-50.576821 50.576821h-151.549832v101.153643h-252.884107v-101.153643zM916.343623 862.221909H107.656377c-55.634503 0-101.153643-45.519139-101.153643-101.153643v-555.983771c0-55.634503 45.519139-101.153643 101.153643-101.153643h303.280296v101.153643H107.656377V761.248898h808.687246v-555.983772H663.640148v-101.153642h252.703475c55.634503 0 101.153643 45.519139 101.153643 101.153642V761.248898c0 55.634503-45.519139 100.973011-101.153643 100.973011zM158.233198 412.449462h101.153643v-151.549832h-101.153643zM309.783031 518.660787h101.153642v-257.761157h-101.153642z" horiz-adv-x="1024" />
<glyph glyph-name="zaixiangoutong" unicode="&#58881;" d="M826.4 337.29999999999995h-0.8c-12.5 0.2-22.6 10.4-22.6 22.9 0 12.5 10.2 22.8 22.6 22.9l6.4 0.1v0.2c46 3.3 82.5 41.9 82.5 88.7V660.6c0 49-39.9 89-89 89h-424c-49 0-89-39.9-89-89 0-12.7-10.3-22.9-22.9-22.9-12.7 0-23 10.3-23 22.9v23.6c0 61.4 49.9 111.3 111.3 111.3h471.2c61.4 0 111.3-49.9 111.3-111.3v-235.6c0-61.4-49.9-111.3-111.3-111.3h-22.7zM289.7 349.6c-12.7 0-23 10.3-23 22.9 0 12.7 10.3 22.9 23 22.9s22.9-10.3 22.9-22.9c0-12.6-10.3-22.9-22.9-22.9zM407.4 349.6c-12.7 0-22.9 10.3-22.9 22.9 0 12.7 10.3 22.9 22.9 22.9 12.7 0 22.9-10.3 22.9-22.9 0.1-12.6-10.2-22.9-22.9-22.9zM525.2 349.6c-12.7 0-22.9 10.3-22.9 22.9 0 12.7 10.3 22.9 22.9 22.9 12.7 0 23-10.3 23-22.9 0-12.6-10.3-22.9-23-22.9zM633.2-32.39999999999998h-1.3c-0.3 0-0.5 0-0.8 0.1h-0.3c-0.3 0-0.5 0.1-0.8 0.1l-0.5 0.1c-0.2 0-0.4 0.1-0.6 0.1l-1.1 0.2c-0.1 0-0.9 0.2-0.9 0.2h0.1l-0.3 0.1c-0.3 0.1-0.5 0.2-0.8 0.3l-0.2 0.1-0.9 0.3h-0.1c-0.3 0.1-0.6 0.2-0.9 0.4l-0.2 0.1c-0.2 0.1-0.5 0.2-0.7 0.3l-0.2 0.1-0.3 0.1c-0.1 0.1-0.3 0.2-0.4 0.2l-0.5 0.3c-0.2 0.1-0.8 0.5-0.8 0.5l-0.1 0.1c-0.2 0.1-1 0.7-1 0.7-0.1 0.1-0.2 0.1-0.3 0.2L385.1 143.5H174.8c-61.4 0-111.3 49.9-111.3 111.3V490.4c0 61.4 49.9 111.3 111.3 111.3H646c61.4 0 111.3-49.9 111.3-111.3v-235.6c0-61.4-49.9-111.3-111.3-111.3h-16.5l26.1-149c0-0.2 0-0.3 0.1-0.5 0-0.1 0-0.3 0.1-0.4v0.1l0.1-0.7 0.1-0.6c0-0.2 0-0.4 0.1-0.6V-10.799999999999955c0-0.3 0-0.6-0.1-0.8l-0.1-0.5c0-0.2 0-0.4-0.1-0.6l-0.1-0.6c0-0.2 0-0.3-0.1-0.5l-0.2-1.2c0-0.2-0.1-0.4-0.1-0.6l-0.1-0.5c-0.1-0.3-0.2-0.5-0.3-0.8l-0.1-0.2v-0.1c-0.1-0.2-0.2-0.5-0.3-0.7 0-0.1-0.1-0.2-0.1-0.2-0.1-0.3-0.4-1-0.5-1.1-0.1-0.2-0.2-0.5-0.3-0.7l-0.1-0.2-0.3-0.6c-0.1-0.1-0.2-0.4-0.2-0.4-0.1-0.1-0.2-0.3-0.2-0.4l-0.4-0.6-0.4-0.6-0.4-0.5-0.2-0.2c-0.1-0.2-0.2-0.3-0.3-0.4 0 0-0.3-0.4-0.4-0.5l-0.3-0.4-0.5-0.6-0.3-0.3-0.5-0.5-0.4-0.4-0.5-0.4-0.8-0.7-0.3-0.3 0.1 0.1-0.2-0.1c-0.1-0.1-0.2-0.2-0.4-0.3l-0.5-0.4c-0.1-0.1-0.5-0.4-0.5-0.4-0.1-0.1-0.8-0.5-0.8-0.5l-0.9-0.5c-0.2-0.1-0.3-0.2-0.5-0.3l-0.2-0.1c-0.1-0.1-0.2-0.1-0.4-0.2l-0.6-0.3c-0.2-0.1-0.2-0.1-0.3-0.1l-0.1-0.1c-0.2-0.1-0.4-0.1-0.6-0.2l-0.6-0.2c-0.1-0.1-0.3-0.1-0.4-0.2l-0.4-0.1s-0.5-0.1-0.7-0.2l-0.6-0.1c-0.2 0-0.5-0.1-0.5-0.1-0.2 0-0.9-0.2-0.9-0.2-0.1 0-0.7-0.1-0.9-0.1l-0.5-0.1-0.6-0.1H633.5l-0.3 0.3zM198.4 555.8c-49 0-89-39.9-89-89v-188.5c0-49 39.9-89 89-89H392c4.7 0 9.2-1.4 13.1-4.1l0.4-0.2 0.4-0.2c1.1-0.6 2.1-1.2 3.1-1.9l191.6-140.3L580 160.29999999999995l-0.1 0.3c-0.5 1.9-0.7 3.8-0.7 5.8 0 12.7 10.3 22.9 22.9 22.9h20.4c49 0 89 39.9 89 89V466.8c0 49-39.9 89-89 89H198.4z" horiz-adv-x="1024" />
<glyph glyph-name="zhankai" unicode="&#59202;" d="M535.744 440.064h-535.68v-114.112h535.68V440.064z m489.28-389.952H1.28V-64h1023.744v114.112z m-260.096 145.472V576l260.096-190.208-260.096-190.208zM1025.024 832H2.624v-116.096h1022.4V832z" horiz-adv-x="1089" />
......@@ -71,6 +95,15 @@ Created by iconfont
<glyph glyph-name="zhuzuoquan" unicode="&#58895;" d="M828.3 700.3C742.1 785.7 632.7 830.9 512 830.9c-119.6 0-232-46.4-316.3-130.6C110.3 614 65.1 504.7 65.1 384c0-121.5 45.1-230.8 130.6-316.3 83.5-84.3 195.9-130.6 316.3-130.6 121.5 0 230.8 45.2 316.3 130.6 85.5 85.5 130.6 194.8 130.6 316.3 0 120.7-45.1 230-130.6 316.3z m-37.5-595.4c-36.2-36.2-78.4-64.6-125.4-84.4-48.6-20.5-100.3-30.9-153.4-30.9-53.2 0-104.8 10.4-153.4 30.9-47 19.9-89.2 48.3-125.4 84.4-74.6 74.5-115.6 173.6-115.6 279.1 0 217.5 176.9 394.5 394.5 394.5 217.5 0 394.5-176.9 394.5-394.5-0.1-105.4-41.2-204.6-115.8-279.1z m0 0M646.7 296.3c-28.2-39.2-73.6-65.8-125.3-65.8-84.6 0-155.1 68.9-155.1 155.1 0 86.2 68.9 155.1 155.1 155.1 51.7 0 97.1-25.1 125.3-65.8h92.4c-36 86.2-119.1 145.7-217.7 145.7-130 0-236.5-106.5-236.5-236.5s106.5-236.5 236.5-236.5c98.7 0 183.3 61.1 217.7 145.7h-92.4v3z m0 0" horiz-adv-x="1024" />
<glyph glyph-name="ribao1" unicode="&#58887;" d="M800 864H224A128 128 0 0 1 96 736v-704a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128V736A128 128 0 0 1 800 864z m64-832a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64V736a64 64 0 0 0 64 64h576a64 64 0 0 0 64-64v-704zM736 160H288a32 32 0 0 1 0-64h448a32 32 0 0 1 0 64z m0 160H288a32 32 0 0 1 0-64h448a32 32 0 0 1 0 64zM618.432 463.616c14.144 23.616 21.184 52.48 21.184 86.592 0 13.44-1.664 27.648-4.992 42.432a111.616 111.616 0 0 1-18.88 41.344 87.232 87.232 0 0 1-45.12 32.576 144.768 144.768 0 0 1-40.96 5.568H383.616v-256.384h146.048c40 0 69.568 15.936 88.768 47.872z m-170.176 16.64V607.68h75.008c21.184 0 35.392-5.312 42.496-15.936 7.04-10.688 10.624-25.92 10.624-45.824 0-14.4-2.368-26.816-7.104-37.248-8.64-19.008-24-28.416-46.016-28.416h-75.008z" horiz-adv-x="1024" />
<glyph glyph-name="huawujinengzupeizhi" unicode="&#58882;" d="M699.5-85.2c-143.8 0-296.6 77.9-408.8 208.5-130.5 151.9-180.9 348.9-128.4 501.9 15 43.6 51 74.8 96.4 83.5 49.9 10 102.8-9.3 138-50.2l72.4-84.2c33.1-38.6 30.1-95.7-6.7-127.3l-0.1-0.1-11-9.4c-11.8-10.1-24-17.1-36.5-24-4.1-2.3-14.8-8.1-17.7-11-3.6-17.6 0.8-45 11.9-73.7 11.9-30.7 30.1-59.4 49.7-78.6 16.7-16.4 39.9-32.6 63.8-44.6s46-18.5 60.8-17.7c3.1 1.1 12 12.1 17.2 18.6 7.6 9.5 17.1 21.4 29.4 32l12 10.3c16.7 14.4 39.1 21.1 61.6 18.4 21.2-2.7 40.7-13.2 54.8-29.7l85.7-99.7c32-37.3 42.9-88.2 28.4-132.9-13.3-41.2-45-70.6-86.9-80.5-27.5-6.3-56.4-9.6-86-9.6zM285.1 668.9c-6.1 0-12.1-0.6-18.1-1.8h-0.1c-30.3-5.8-54.4-26.6-64.3-55.7-23.2-67.7-24.3-146.6-3.2-228.3 21.3-82.6 64.1-162.9 123.7-232.2 104.3-121.3 245.1-193.7 376.6-193.7 26.3 0 51.9 2.9 76.2 8.6 27.1 6.4 47.6 25.5 56.3 52.3 9.9 30.7 2.2 66-20.2 92.1L726.1 210c-7.2 8.5-17.1 13.8-27.8 15.2-10.6 1.3-21-1.8-28.6-8.4l-12.1-10.4c-9.3-8-17.1-17.7-23.9-26.3-14.1-17.6-26.3-32.8-47-34.4h-0.4c-47.9-3-117.6 35.4-157.3 74.3-23.8 23.3-45.5 57.4-59.6 93.6-14.7 37.8-19.5 73.1-13.6 99.4 4.3 19.1 20.9 28.3 38.5 37.9 10.9 6 20.6 11.5 29.3 19l0.1 0.1 11 9.3c19 16.4 19.9 46.6 2.1 67.4l-72.4 84.2c-20.8 24.3-50 38-79.3 38zM702.4 784.9c-60.4 0-109.9-49.5-109.9-109.9S642 565.1 702.4 565.1 812.3 614.6 812.3 675s-49.4 109.9-109.9 109.9z m0-180.6c-38.9 0-70.7 31.8-70.7 70.7s31.8 70.7 70.7 70.7 70.7-31.8 70.7-70.7c0-38.9-31.8-70.7-70.7-70.7zM700.1 761.3c-11 0-19.6 8.6-19.6 19.6V812.4c0 11 8.6 19.6 19.6 19.6s19.6-8.6 19.6-19.6V781c0-11-8.7-19.7-19.6-19.7zM627.8 728.8c-5.1 0-10.2 2-14.1 5.9l-22.8 23.5c-7.5 7.9-7.5 20.4 0.4 27.9s20.4 7.5 27.9-0.4l22.8-23.5c7.5-7.8 7.5-20.4-0.4-27.9-3.9-3.6-8.7-5.5-13.8-5.5zM598 655.4h-31.4c-11 0-19.6 8.6-19.6 19.6s8.6 19.6 19.6 19.6H598c11 0 19.6-8.6 19.6-19.6s-8.6-19.6-19.6-19.6zM606.2 558c-5.1 0-10.2 2-13.7 5.9-7.9 7.9-7.9 20 0 27.9l23.2 23.2c7.8 7.9 20 7.9 27.9 0s7.9-20 0-27.9l-23.2-23.2c-3.9-3.9-9-5.9-14.2-5.9zM704 518c-11 0-19.6 8.6-19.6 19.6v35.3c0 11 8.6 19.6 19.6 19.6s19.6-8.6 19.6-19.6v-35.3c0-11-8.6-19.6-19.6-19.6zM800.1 558.8c-5.1 0-10.2 2-13.7 5.9l-23.2 23.2c-7.8 7.8-7.8 20 0 27.9 7.9 7.8 20 7.8 27.9 0l23.2-23.2c7.9-7.9 7.9-20 0-27.9-3.9-3.9-9-5.9-14.2-5.9zM841.4 655.4H806c-11 0-19.6 8.6-19.6 19.6s8.6 19.6 19.6 19.6h35.3c11 0 19.6-8.6 19.6-19.6 0.1-11-8.5-19.6-19.5-19.6zM775.8 729.6c-5.1 0-10.2 2-13.7 5.9-7.8 7.8-7.8 20 0 27.9l23.2 23.2c7.8 7.8 20 7.8 27.9 0 7.8-7.9 7.8-20 0-27.9L790 735.5c-4-4-9.1-5.9-14.2-5.9z" horiz-adv-x="1024" />
<glyph glyph-name="gonggao" unicode="&#58959;" d="M810.666667 597.333333h-68.266667l-149.333333 149.333334c4.266667 8.533333 4.266667 12.8 4.266666 21.333333 0 46.933333-38.4 85.333333-85.333333 85.333333s-85.333333-38.4-85.333333-85.333333c0-8.533333 0-12.8 4.266666-21.333333L281.6 597.333333H213.333333c-72.533333 0-128-55.466667-128-128v-426.666666c0-68.266667 55.466667-128 128-128h597.333334c72.533333 0 128 59.733333 128 128V469.333333c0 72.533333-55.466667 128-128 128zM298.666667 213.333333c-25.6 0-42.666667 17.066667-42.666667 42.666667s17.066667 42.666667 42.666667 42.666667 42.666667-17.066667 42.666666-42.666667-17.066667-42.666667-42.666666-42.666667z m213.333333 0c-25.6 0-42.666667 17.066667-42.666667 42.666667s17.066667 42.666667 42.666667 42.666667 42.666667-17.066667 42.666667-42.666667-17.066667-42.666667-42.666667-42.666667zM401.066667 597.333333l89.6 89.6c8.533333-4.266667 12.8-4.266667 21.333333-4.266666s12.8 0 21.333333 4.266666L622.933333 597.333333H401.066667z m324.266666-384c-25.6 0-42.666667 17.066667-42.666666 42.666667s17.066667 42.666667 42.666666 42.666667 42.666667-17.066667 42.666667-42.666667-17.066667-42.666667-42.666667-42.666667z" horiz-adv-x="1024" />
<glyph glyph-name="yuangongdangan" unicode="&#58918;" d="M1022.489 71.869c3.43-20.57-0.855-39.082-12.855-55.547-12-16.458-28.291-26.406-48.861-29.829l-123.442-19.542c-19.888-3.429-38.226 0.856-55.038 12.857-16.794 12-26.909 28.291-30.338 48.861L647.026 693.184c-1.371 10.289-0.855 20.062 1.544 29.321 2.4 9.253 6.35 17.829 11.833 25.718 5.482 7.883 12.514 14.4 21.086 19.54 8.57 5.142 18.002 8.745 28.291 10.803l122.405 19.542c20.577 3.43 39.094-1.024 55.552-13.371 16.46-12.347 26.401-28.799 29.836-49.377l104.916-663.491zM505.074 802.224c20.57 0 38.058-7.199 52.465-21.606 14.4-14.4 21.594-31.883 21.594-52.459v-687.15c0-20.57-7.194-38.058-21.594-52.459-14.406-14.399-31.894-21.6-52.465-21.6H398.093c-20.576 0-38.058 7.201-52.459 21.6-14.406 14.4-21.606 31.889-21.606 52.459V728.16c0 20.576 5.488 38.058 16.458 52.459 10.976 14.406 27.088 21.606 48.347 21.606h116.241z m0-518.45c6.859 0 12.688 3.261 17.483 9.779 4.806 6.512 7.205 14.227 7.205 23.144 0 9.6-2.399 17.482-7.205 23.659-4.795 6.17-10.624 9.259-17.483 9.259H398.093c-6.859 0-12.689-3.089-17.488-9.259-4.801-6.177-7.199-14.06-7.199-23.659 0-8.917 2.399-16.632 7.199-23.144 4.799-6.518 10.63-9.779 17.488-9.779h106.981z m0 130.647c6.859 0 12.688 3.255 17.483 9.773 4.806 6.512 7.205 14.574 7.205 24.168 0 9.6-2.399 17.488-7.205 23.658-4.795 6.177-10.624 9.265-17.483 9.265H398.093c-6.859 0-12.689-3.088-17.488-9.265-4.801-6.17-7.199-14.058-7.199-23.658 0-9.594 2.399-17.656 7.199-24.168 4.799-6.518 10.63-9.773 17.488-9.773h106.981zM182.076 802.224c20.57 0 38.232-7.199 52.973-21.606 14.747-14.4 22.114-31.883 22.114-52.459v-687.15c0-20.57-7.367-38.058-22.114-52.459-14.741-14.399-32.403-21.6-52.973-21.6H75.094c-20.577 0-38.233 7.201-52.98 21.6C7.368 2.952 0 20.44 0 41.01V728.16c0 20.576 7.368 38.058 22.114 52.459 14.747 14.406 32.403 21.606 52.98 21.606h106.982zM79.206 545.06c-7.542 0-13.713-3.088-18.518-9.263-4.795-6.165-7.2-14.054-7.2-23.654 0-8.917 2.405-16.632 7.2-23.144 4.805-6.518 10.976-9.779 18.518-9.779h98.752c7.546 0 13.544 3.261 18.002 9.779 4.458 6.512 6.685 14.227 6.685 23.144 0 9.6-2.227 17.488-6.685 23.654-4.458 6.175-10.456 9.263-18.002 9.263H79.206z m102.87-323.004c7.54 0 13.538 3.089 17.997 9.259 4.458 6.171 6.691 13.717 6.691 22.63 0 9.606-2.233 17.321-6.691 23.144-4.458 5.829-10.456 8.749-17.997 8.749H79.206c-7.542 0-13.713-2.92-18.518-8.749-4.795-5.823-7.2-13.538-7.2-23.144 0-8.912 2.405-16.458 7.2-22.63 4.805-6.17 10.976-9.259 18.518-9.259h102.87z m0 126.529c7.54 0 13.538 3.082 17.997 9.259 4.458 6.17 6.691 14.058 6.691 23.652 0 9.606-2.233 17.494-6.691 23.665-4.458 6.17-10.456 9.259-17.997 9.259H79.206c-7.542 0-13.713-3.089-18.518-9.259-4.795-6.171-7.2-14.06-7.2-23.665 0-9.594 2.405-17.482 7.2-23.652 4.805-6.177 10.976-9.259 18.518-9.259h102.87z m0 0" horiz-adv-x="1024" />
......@@ -110,6 +143,9 @@ Created by iconfont
<glyph glyph-name="icon_yunxiazai" unicode="&#59112;" d="M790.528 486.4c-18.432 141.824-136.704 252.416-278.528 252.416S251.904 628.736 233.472 486.4C117.76 478.72 25.6 378.88 25.6 258.048c0-125.952 99.84-228.864 220.672-228.864h533.504c120.832 2.56 218.112 102.4 218.112 228.864C998.4 378.88 906.24 478.72 790.528 486.4z m-286.208-389.12l-194.56 223.232h131.584V528.384h125.952v-207.872h131.584l-194.56-223.232z" horiz-adv-x="1024" />
<glyph glyph-name="xiangqing" unicode="&#58907;" d="M512 839.111111C261.233778 839.111111 56.888889 634.766222 56.888889 384c0-250.766222 204.344889-455.111111 455.111111-455.111111 250.766222 0 455.111111 204.344889 455.111111 455.111111 0 250.766222-204.344889 455.111111-455.111111 455.111111z m-5.006222-723.626667c-18.659556-10.467556-34.133333-15.928889-45.966222-15.928888a33.564444 33.564444 0 0 0-25.031112 9.557333c-5.916444 6.371556-9.102222 15.473778-9.102222 26.851555 0 36.408889 22.300444 125.610667 67.356445 267.605334a56.433778 56.433778 0 0 1 3.185777 17.749333c0 5.916444-2.730667 8.647111-8.192 8.647111a41.756444 41.756444 0 0 1-20.48-6.826666c-7.736889-4.551111-24.576-19.569778-50.972444-44.600889L398.222222 393.557333c30.037333 32.312889 56.888889 55.068444 81.464889 68.721778 24.576 13.653333 45.511111 20.48 62.805333 20.48 9.557333 0 16.839111-1.820444 21.845334-5.916444a20.536889 20.536889 0 0 0 7.736889-16.839111c0-8.647111-9.557333-44.600889-29.127111-107.861334-31.402667-103.765333-47.331556-166.115556-47.331556-187.505778a15.928889 15.928889 0 0 1 3.185778-10.467555c2.275556-2.730667 4.551111-4.096 6.826666-4.096 9.557333 0 34.133333 18.204444 73.272889 54.158222l17.294223-16.839111c-40.504889-37.319111-70.087111-61.44-89.201778-71.907556z m105.130666 486.968889c-9.102222-10.012444-19.114667-14.563556-30.492444-14.563555a30.151111 30.151111 0 0 0-22.300444 9.102222 32.995556 32.995556 0 0 0-9.102223 24.120889c0 13.198222 4.096 24.120889 13.198223 33.678222a41.472 41.472 0 0 0 30.947555 13.653333 31.232 31.232 0 0 0 31.857778-32.312888 51.768889 51.768889 0 0 0-14.108445-33.678223z" horiz-adv-x="1024" />
<glyph glyph-name="yd-icon-upload2" unicode="&#59116;" d="M512 780.288l322.56-322.56-53.76-53.76-230.4 230.4v-620.544H474.112V634.368l-230.4-230.4L189.44 457.728l322.56 322.56z" horiz-adv-x="1024" />
......@@ -122,6 +158,9 @@ Created by iconfont
<glyph glyph-name="yishenpi" unicode="&#59120;" d="M860.672-93.696l-684.032-13.312c-41.472 0-74.752 34.304-74.752 76.288V571.904c0 41.984 33.28 76.288 74.752 76.288H317.44c24.576 0 47.104-12.288 61.44-32.256 7.168-10.752 11.776-17.408 16.896-23.04 60.416-61.44 170.496-63.488 232.448 1.024 8.704 8.704 14.336 15.872 19.456 23.04 13.824 19.968 36.864 31.744 60.416 31.744h139.776c41.472 0 74.752-34.304 74.752-76.288V-30.72c-0.512-41.984-20.48-62.976-61.952-62.976z m-85.504 499.2c-15.872 15.872-40.448 16.896-54.784 2.048l-228.352-232.448c-15.36 14.336-162.304 149.504-162.304 149.504-15.872 15.872-41.472 15.872-56.832 0-15.872-15.872-15.872-41.472 0-56.832l165.376-159.744c21.504-18.944 27.648-28.16 53.76-27.136 29.184 1.536 44.544 13.824 53.76 27.136l231.936 242.688c14.336 14.848 13.312 39.424-2.56 54.784z m-173.056 246.784c-23.04-23.552-54.784-38.4-90.112-38.4-35.328 0-67.584 14.848-91.136 38.4-7.168 7.68-13.824 15.872-18.944 25.088v0.512l-0.512 0.512v0.512l-0.512 0.512c-10.752 19.456-16.384 41.984-16.384 64.512 0 72.704 57.344 130.56 128 130.56 35.328 0 67.072-14.336 90.112-37.888 23.552-24.064 37.888-57.344 37.888-93.184-0.512-33.792-13.824-67.072-38.4-91.136z" horiz-adv-x="1024" />
<glyph glyph-name="jixiaoguanli" unicode="&#58947;" d="M311.83 449.58a54 54 0 1 0-54-54 54.06 54.06 0 0 0 54 54m0 36a90 90 0 1 1 90-90 90 90 0 0 1-90 90zM609.83 622.59a54 54 0 1 0-54-54 54.06 54.06 0 0 0 54 54m0 36a90 90 0 1 1 90-90 90 90 0 0 1-90 90zM426.57-1.61h-246A116.44 116.44 0 0 0 64.22 114.7V714.85A116.44 116.44 0 0 0 180.53 831.16h600.16A116.44 116.44 0 0 0 897 714.85v-257.41a18 18 0 1 0-36 0V714.85a80.4 80.4 0 0 1-80.31 80.31H180.53a80.4 80.4 0 0 1-80.31-80.31V114.7a80.4 80.4 0 0 1 80.31-80.31h246a18 18 0 0 0 0-36zM242.09 394a17.92 17.92 0 0 0-11.31 4L70.9 527.35a18 18 0 1 0 22.64 28L253.42 426a18 18 0 0 0-11.33-32zM383 395a18 18 0 0 0-11 32.3l159.25 121.81a18 18 0 1 0 21.88-28.59L393.94 398.71A17.92 17.92 0 0 0 383 395zM879 438.6a17.92 17.92 0 0 0-10 3L669.15 575.5a18 18 0 0 0 20 29.91L889 471.56a18 18 0 0 0-10-33zM788.17-63.69a33 33 0 0 0-25.53 12.08 41.7 41.7 0 0 1-64.66 0 33.19 33.19 0 0 0-42.38-7.46l-80.11 47a33.25 33.25 0 0 0-14.43 39.81 44.69 44.69 0 0 1-3.22 37.13 42.4 42.4 0 0 1-29.77 21.09 33.09 33.09 0 0 0-27.64 32.72v93.81a33.09 33.09 0 0 0 27.66 32.73 42.25 42.25 0 0 1 29.76 21.1 44.6 44.6 0 0 1 2.91 38A33 33 0 0 0 575 344.76l79.64 46.77a33.32 33.32 0 0 0 42.8-8 41.71 41.71 0 0 1 65.77 0 33.25 33.25 0 0 0 42.79 8l79.61-46.73a33 33 0 0 0 14.19-40.45 44.58 44.58 0 0 1 2.92-38 42.39 42.39 0 0 1 29.74-21.09 33.19 33.19 0 0 0 27.7-32.56v-94a33.1 33.1 0 0 0-27.63-32.7 42.4 42.4 0 0 1-29.76-21.1 44.69 44.69 0 0 1-3.21-37.13A33.18 33.18 0 0 0 885.14-12L805-59.07a33.17 33.17 0 0 0-16.83-4.62z m-192.46 81.46l76.09-44.6a77.67 77.67 0 0 0 117 0l76.09 44.69a80.66 80.66 0 0 0 6.55 64.82 78.31 78.31 0 0 0 52.72 38.39v89.12a78.33 78.33 0 0 0-52.75 38.36 80.48 80.48 0 0 0-6.08 66.4l-75.46 44.3a77.7 77.7 0 0 0-119.16 0l-75.5-44.35a80.48 80.48 0 0 0-6.06-66.37 78.14 78.14 0 0 0-52.72-38.38V121a78.3 78.3 0 0 0 52.72-38.38 80.67 80.67 0 0 0 6.56-64.85z m330.77 192z m-135 151.42zM730.31 84.58A81.65 81.65 0 1 0 812 166.23a81.74 81.74 0 0 0-81.69-81.65z m0 127.3A45.65 45.65 0 1 1 776 166.23a45.7 45.7 0 0 1-45.69 45.65z" horiz-adv-x="1024" />
<glyph glyph-name="xingbienv" unicode="&#59121;" d="M648.192 176.64s-58.368-152.064-163.328-147.456c-104.96 3.584-174.592 147.456-174.592 147.456s-139.776-77.824-171.008-131.584c-31.744-58.368-18.944-144.384-18.944-144.384h715.264s18.944 112.64-11.264 147.456c-39.936 50.688-144.384 116.224-176.128 128.512zM828.416 348.672c3.584 38.4 14.848 79.872 24.576 120.32 17.92 65.536 33.792 127.488 17.92 174.592-29.184 86.528-67.584 180.224-168.96 199.168-20.992 5.12-41.472 6.144-60.416 7.168 12.288-7.68 21.504-22.528 21.504-38.4 0-5.632-1.024-11.264-3.584-16.896 9.216-7.68 17.92-17.92 27.136-29.184 10.24-13.312 20.48-24.576 28.16-33.792 27.136-29.184 45.056-49.664 43.008-124.928-1.024-44.032 1.024-69.632 3.584-89.088 2.048-24.576 3.584-39.424-3.584-65.536-12.288-47.104-60.928-96.768-62.976-97.792l-1.024-4.608-7.68-30.208c1.024-10.24 9.216-109.056 92.16-113.664 66.56-4.608 110.592 11.264 128.512 18.944-25.088 10.24-84.992 43.008-78.336 123.904zM686.592 351.232l2.048 7.68c11.264 11.264 50.688 54.272 60.928 94.72 11.264 45.056-2.048 55.296 0 152.064s-28.16 96.768-69.632 153.088c-9.216 12.288-17.92 21.504-27.136 29.184-7.68-11.264-20.48-18.944-34.816-18.944-18.944 0-34.816 12.288-39.424 30.208-5.632-3.584-13.312-5.632-21.504-5.632-21.504 0-39.424 16.896-40.448 38.4l-10.24 1.024c-93.696 12.288-154.112-27.136-224.256-79.872-75.264-56.32-75.264-158.72-69.632-259.072 5.632-95.744 66.56-124.928 68.608-125.952l7.68-3.584-1.024 4.608c28.16-107.008 105.984-184.832 199.168-184.832 89.088 0 165.376 72.192 196.096 173.568l-1.024-11.264 4.608 4.608z m-17.92 97.792c0-133.12-84.48-245.76-185.856-245.76-102.4 0-185.856 110.592-185.856 245.76 0 11.264 1.024 17.92 2.048 23.552 0 2.048 1.024 4.608 1.024 7.68 0 1.024 2.048 10.24 4.608 21.504 2.048 0 5.632 1.024 7.68 1.024 49.664 4.608 151.04 13.312 234.496 100.352 17.92-37.376 79.872-68.608 118.272-85.504 2.048-14.848 2.048-22.528 2.048-30.208 0-5.632 0-12.288 1.024-22.528v-15.872zM558.08 802.816c7.68 0 14.848 2.048 21.504 7.68l6.656 5.632 1.024-9.216c1.024-16.896 15.872-29.184 31.744-29.184 17.92 0 32.768 14.848 32.768 32.768-1.024 17.92-15.872 32.768-32.768 32.768-7.68 0-14.848-2.048-21.504-7.68l-6.656-5.632-1.024 9.216c-1.024 16.896-15.872 29.184-31.744 29.184-17.92 0-32.768-14.848-32.768-32.768s14.848-32.768 32.768-32.768z" horiz-adv-x="1024" />
......@@ -143,12 +182,24 @@ Created by iconfont
<glyph glyph-name="shujukaifa-huishouzhan" unicode="&#59139;" d="M192 576H96c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32h224V800c0 19.2 12.8 32 32 32h320c19.2 0 32-12.8 32-32v-96h224c19.2 0 32-12.8 32-32v-64c0-19.2-12.8-32-32-32h-96v-608c0-19.2-12.8-32-32-32H224c-19.2 0-32 12.8-32 32V576z m192 192v-64h256v64H384z m0-256v-448h64V512h-64z m192 0v-448h64V512h-64z" horiz-adv-x="1024" />
<glyph glyph-name="gukedown" unicode="&#58981;" d="M398.222222 14.222222c0 159.288889 125.155556 284.444444 284.444445 284.444445s284.444444-125.155556 284.444444-284.444445H398.222222z m284.444445 284.444445c-96.711111 0-170.666667 73.955556-170.666667 170.666666s73.955556 170.666667 170.666667 170.666667 170.666667-73.955556 170.666666-170.666667-73.955556-170.666667-170.666666-170.666666zM546.133333 327.111111C494.933333 378.311111 420.977778 412.444444 341.333333 412.444444c-159.288889 0-284.444444-125.155556-284.444444-284.444444h301.511111c34.133333 91.022222 102.4 159.288889 187.733333 199.111111zM341.333333 412.444444c-96.711111 0-170.666667 73.955556-170.666666 170.666667s73.955556 170.666667 170.666666 170.666667 170.666667-73.955556 170.666667-170.666667-73.955556-170.666667-170.666667-170.666667z" horiz-adv-x="1024" />
<glyph glyph-name="oa_nofind" unicode="&#58897;" d="M149.333333-72.96000000000004c0-11.946667 154.88-21.76 345.6-21.76s345.6 9.813333 345.6 21.76-154.88 21.76-345.6 21.76-345.6-9.813333-345.6-21.76M372.906667 683.9466669999999H806.4c8.533333 0 15.36-6.826667 15.36-15.36v-657.493334c0-8.533333-6.826667-15.36-15.36-15.36H372.906667c-8.533333 0-15.36 6.826667-15.36 15.36V668.586667c0 8.106667 7.253333 15.36 15.36 15.36z m0 0M704.853333-71.67999999999995c32.853333 1.28 58.453333 32.426667 58.453334 68.266667V596.48c0 14.506667-9.813333 26.453333-21.76 26.453333H284.586667c-13.226667-1.28-23.466667-13.226667-22.186667-26.453333v-641.706667c-0.853333-13.226667 8.96-24.746667 22.186667-26.026666l420.266666-0.426667z m0 0M720.64 117.75999999999999c0-8.106667-6.4-14.506667-14.506667-14.506667H320.853333c-5.12 0-9.813333 2.56-12.373333 7.253334-2.56 4.266667-2.56 9.813333 0 14.506666 2.56 4.266667 7.253333 7.253333 12.373333 7.253334h385.28c7.68 0 14.08-6.4 14.506667-14.506667m0 104.96c0-3.84-1.28-7.68-4.266667-10.24-2.56-2.56-6.4-4.266667-10.24-4.266667H320.853333c-5.12 0-9.813333 2.56-12.373333 7.253334-2.56 4.266667-2.56 9.813333 0 14.506666 2.56 4.266667 7.253333 7.253333 12.373333 7.253334h385.28c7.68-0.426667 14.08-6.826667 14.506667-14.506667m0 104.533333c0-8.106667-6.4-14.506667-14.506667-14.506666H320.853333c-5.12 0-9.813333 2.56-12.373333 7.253333-2.56 4.266667-2.56 9.813333 0 14.506667 2.56 4.266667 7.253333 7.253333 12.373333 7.253333h385.28c7.68 0 14.08-6.4 14.506667-14.506667m0 103.68c0-8.106667-6.4-14.506667-14.506667-14.506666H320.853333c-8.106667 0-14.506667 6.4-14.506666 14.506666s6.4 14.506667 14.506666 14.506667h385.28c7.68-0.426667 14.08-6.826667 14.506667-14.506667M648.96-2.9866670000000113v47.786667H215.04v-47.786667c0-37.12 26.453333-67.413333 61.013333-67.413333h2.986667v1.706667H708.266667c-32.426667 0-59.306667 29.44-59.306667 65.706666M861.44 741.12c0-7.68 3.84-14.506667 10.666667-18.346667 6.4-3.84 14.506667-3.84 20.906666 0 6.4 3.84 10.666667 10.666667 10.666667 18.346667 0 7.68-3.84 14.506667-10.666667 18.346667-6.4 3.84-14.506667 3.84-20.906666 0-6.826667-4.266667-10.666667-11.093333-10.666667-18.346667z m0 0M302.933333 829.013333c0-5.546667 4.693333-9.813333 9.813334-9.813333 5.546667 0 9.813333 4.693333 9.813333 9.813333v23.466667c0 5.546667-4.693333 9.813333-9.813333 9.813333C307.2 862.293333 302.933333 857.6 302.933333 852.48v-23.466667zM881.493333 267.09333300000003c0-2.133333 2.133333-4.693333 4.693334-4.693333 2.133333 0 4.693333 2.133333 4.693333 4.693333v11.52c0 2.133333-2.133333 4.693333-4.693333 4.693334-2.133333 0-4.693333-2.133333-4.693334-4.693334v-11.52zM271.36 820.053333c-5.546667 0-9.813333-4.693333-9.813333-9.813333 0-6.4 4.693333-10.666667 9.813333-10.666667h22.613333c5.546667 0 9.813333 4.693333 9.813334 9.813334 0 5.546667-4.693333 9.813333-9.813334 9.813333h-22.613333M865.706667 262.82666700000004c-2.133333 0-4.693333-2.133333-4.693334-4.693334 0-2.133333 2.133333-4.693333 4.693334-4.693333h11.52c2.133333 0 4.693333 2.133333 4.693333 4.693333 0 2.133333-2.133333 4.693333-4.693333 4.693334h-11.52M302.933333 764.16c0-5.546667 4.693333-9.813333 9.813334-9.813333 5.546667 0 9.813333 4.693333 9.813333 9.813333v23.466667c0 5.546667-4.693333 9.813333-9.813333 9.813333-5.546667 0-9.813333-4.693333-9.813334-9.813333v-23.466667zM881.493333 235.51999999999998c0-2.133333 2.133333-4.693333 4.693334-4.693333 2.133333 0 4.693333 2.133333 4.693333 4.693333v11.52c0 2.133333-2.133333 4.693333-4.693333 4.693333-2.133333 0-4.693333-2.133333-4.693334-4.693333v-11.52zM333.653333 820.053333c-5.546667 0-9.813333-4.693333-9.813333-9.813333 0-6.4 4.693333-10.666667 9.813333-10.666667h22.613334c5.546667 0 9.813333 4.693333 9.813333 9.813334 0 5.546667-4.693333 9.813333-9.813333 9.813333h-22.613334M897.706667 262.82666700000004c-2.133333 0-4.693333-2.133333-4.693334-4.693334 0-2.133333 2.133333-4.693333 4.693334-4.693333h11.52c2.133333 0 4.693333 2.133333 4.693333 4.693333 0 2.133333-2.133333 4.693333-4.693333 4.693334h-11.52M148.906667 404.053333c-21.333333 0-38.4 17.066667-38.4 38.4 0 22.613333 17.066667 39.68 38.4 39.68s38.4-17.066667 38.4-38.4c1.28-21.333333-16.64-39.68-38.4-39.68z m0 55.466667c-8.96 0-15.786667-6.826667-15.786667-15.786667s6.826667-15.786667 15.786667-15.786666 15.786667 6.826667 15.786666 15.786666c0.426667 9.386667-6.4 15.786667-15.786666 15.786667z m0 0" horiz-adv-x="1024" />
<glyph glyph-name="anquan" unicode="&#58958;" d="M200.5 381.4c0 28.7 23.3 52 52 52s52-23.3 52-52-23.3-52-52-52-52 23.3-52 52z m259.8 0c0 28.7 23.3 52 52 52s52-23.3 52-52-23.3-52-52-52c-28.7 0.1-52 23.3-52 52z m259.8 0c0 28.7 23.3 52 52 52s52-23.3 52-52-23.3-52-52-52-52 23.3-52 52z" horiz-adv-x="1024" />
<glyph glyph-name="xinxixianshi" unicode="&#59215;" d="M486.4 477.696h68.096V128H486.4V477.696zM512-42.496c239.104 0 426.496 187.904 426.496 426.496S751.104 810.496 512 810.496 85.504 623.104 85.504 384s187.392-426.496 426.496-426.496z m0-85.504C230.4-128 0 102.4 0 384S230.4 896 512 896s512-230.4 512-512-230.4-512-512-512zM520.704 568.32m-51.2 0a51.2 51.2 0 1 1 102.4 0 51.2 51.2 0 1 1-102.4 0Z" horiz-adv-x="1024" />
<glyph glyph-name="huawuguanli" unicode="&#58920;" d="M184.905143 485.888A181.833143 181.833143 0 0 0 3.364571 667.428571 181.321143 181.321143 0 0 0 184.905143 848.969143 181.321143 181.321143 0 0 0 366.445714 667.428571a181.833143 181.833143 0 0 0-181.540571-181.540571z m0 272.310857c-50.468571 0-90.770286-40.374857-90.770286-90.770286 0-50.468571 40.301714-90.770286 90.697143-90.770285 50.468571 0 90.843429 40.301714 90.843429 90.697143 0 50.468571-41.179429 90.843429-90.770286 90.843428z m589.970286-862.281143a181.833143 181.833143 0 0 0-181.540572 181.540572 181.833143 181.833143 0 0 0 181.540572 181.540571 181.833143 181.833143 0 0 0 181.540571-181.540571 181.833143 181.833143 0 0 0-181.540571-181.540572z m0 272.310857c-50.468571 0-90.770286-40.374857-90.770286-90.770285 0-50.468571 40.301714-90.770286 90.697143-90.770286 49.664 0 90.843429 40.301714 90.843428 90.697143-0.877714 49.664-41.179429 90.843429-90.770285 90.843428zM752.128-104.082286C500.882286-104.082286 53.76 339.675429 4.169143 637.147429a45.494857 45.494857 0 0 0 37.010286 52.077714 45.056 45.056 0 0 0 52.077714-36.937143c41.179429-248.758857 453.851429-665.6 658.870857-665.6 25.234286 0 45.348571-20.187429 45.348571-45.348571 0-25.234286-20.918857-45.421714-45.348571-45.421715zM789.138286 361.472a46.811429 46.811429 0 0 0-38.692572 21.065143 848.457143 848.457143 0 0 1-250.441143 253.805714 45.860571 45.860571 0 0 0-13.385142 62.976 45.860571 45.860571 0 0 0 62.976 13.458286 932.644571 932.644571 0 0 0 277.357714-281.526857 46.08 46.08 0 0 0-14.262857-63.049143 45.202286 45.202286 0 0 0-23.552-6.729143z m173.933714 61.44a45.860571 45.860571 0 0 0-39.497143 22.674286 1024.438857 1024.438857 0 0 1-360.521143 363.885714 45.202286 45.202286 0 0 0-15.945143 62.171429 45.202286 45.202286 0 0 0 62.171429 15.945142 1116.16 1116.16 0 0 0 392.484571-396.653714 45.494857 45.494857 0 0 0-38.692571-68.022857z" horiz-adv-x="1024" />
<glyph glyph-name="badreviewstatistics" unicode="&#59013;" d="M316.608 376.68266700000004c-20.245333 0-36.672-16.512-36.693333-36.885334l0.021333-110.506666c0-20.373333 16.426667-36.885333 36.693333-36.885334 20.245333 0 36.672 16.490667 36.672 36.864l0.021334 110.528c0 20.373333-16.448 36.885333-36.714667 36.885334z m147.904 185.365333c-20.437333 0-36.970667-16.554667-36.970667-36.970667V229.33333300000004a36.970667 36.970667 0 1 1 73.941334 0V525.098667c0 20.416-16.554667 36.949333-36.970667 36.949333z m147.882667-111.402667c-20.266667-0.021333-36.693333-16.512-36.693334-36.885333v-184.469333c0-20.373333 16.426667-36.885333 36.693334-36.885334s36.693333 16.490667 36.693333 36.864v184.469334c0 20.373333-16.426667 36.906667-36.693333 36.906666zM825.877333-30.997333000000026H200.576a102.698667 102.698667 0 0 0-102.592 102.592V696.896a102.698667 102.698667 0 0 0 102.592 102.592h277.952a35.989333 35.989333 0 0 0 0-72.021333H200.576c-16.874667 0-30.592-13.717333-30.592-30.592v-625.301334c0-16.874667 13.717333-30.592 30.592-30.592h625.301333c16.874667 0 30.592 13.717333 30.592 30.592V377.194667a36.010667 36.010667 0 0 0 72.021334 0v-305.6a102.741333 102.741333 0 0 0-102.613334-102.592zM605.696 761.877333c0 17.664 14.314667 31.978667 31.978667 31.978667h47.978666v-191.872h-47.978666a31.978667 31.978667 0 0 0-31.978667 31.978667V761.877333z m285.866667 7.744l31.978666-127.914666a32 32 0 0 0-31.04-39.722667h-81.258666l10.901333-76.266667a45.226667 45.226667 0 0 0-44.8-51.648h-0.021333a45.226667 45.226667 0 0 0-44.010667 34.773334l-33.386667 93.141333h-6.314666V793.856h166.912c14.698667 0 27.477333-9.984 31.04-24.234667z m0 0" horiz-adv-x="1024" />
<glyph glyph-name="yewuduanmorentouxian" unicode="&#59299;" d="M506.368 365.056c146.944 0 266.24 117.76 266.24 262.656s-119.296 262.656-266.24 262.656-266.24-117.76-266.24-262.656 119.296-262.656 266.24-262.656z m105.984-46.592h-199.68c-185.344 0-335.872-148.48-335.872-331.264v-19.968C76.8-128 225.28-128 412.672-128h199.168c180.224 0 335.872 0 335.872 95.232v19.968c0.512 182.272-150.528 331.264-335.36 331.264z" horiz-adv-x="1024" />
......@@ -158,6 +209,9 @@ Created by iconfont
<glyph glyph-name="qiyerenzheng2" unicode="&#59313;" d="M860.672 528.896V733.184h-204.288L512 877.568 367.616 733.184h-204.8v-204.8L18.432 384l144.384-144.896v-204.288h204.8l144.384-144.384 144.896 145.408h204.288v204.288l144.384 144.384-144.896 144.384z m-302.592-373.76H476.16v81.92h81.92v-81.92z m3.072 326.656l-20.992-216.576h-46.08l-21.504 216.576V582.144h88.576v-100.352z" horiz-adv-x="1024" />
<glyph glyph-name="buliangpingjiashezhi" unicode="&#59382;" d="M898.048 503.808c-7.68 25.088-17.408 49.664-29.696 72.704 42.496 48.128 40.448 120.832-4.096 166.912-22.016 22.528-52.224 34.816-83.968 34.816-29.696 0-58.368-11.264-80.384-31.744-22.528 12.288-46.592 22.528-71.68 30.208 1.024 66.048-52.224 119.296-117.76 119.296S392.192 842.752 392.192 777.216c-25.088-7.68-48.64-17.92-71.68-30.208-22.016 20.48-50.688 31.744-80.384 31.744-31.744 0-62.464-12.288-84.48-35.328-44.032-46.592-45.056-118.784-3.072-166.4-12.288-23.552-22.016-47.616-29.696-72.704-66.56-6.656-115.712-66.048-108.544-133.12 5.632-57.344 51.2-102.912 108.544-108.544 7.68-25.088 17.408-49.664 29.696-72.704-43.008-48.128-41.984-121.344 3.072-167.936 22.016-22.528 52.736-35.328 84.48-35.328 29.696 0 58.368 11.264 80.384 31.744 22.528-12.288 46.592-22.528 71.68-30.208 3.072-63.488 55.296-114.176 118.784-115.2 11.264 0 23.04 2.048 33.792 5.632 18.944 6.144 29.184 26.624 23.04 45.568-0.512 2.048-1.536 3.584-2.048 5.12-7.168 15.36-24.576 23.552-40.96 18.944-4.608-1.536-9.216-2.56-14.336-2.56-25.6 0.512-46.08 20.992-47.104 46.08l-2.048 51.2-48.64 14.848c-20.48 6.144-39.936 14.336-58.88 24.064l-44.032 24.064-37.376-34.304c-8.704-8.192-20.48-12.8-32.256-12.8-12.288 0-24.576 5.12-33.28 13.824-17.92 18.432-18.432 48.128-0.512 67.072l33.792 37.888-24.064 45.056c-10.24 18.944-17.92 39.424-24.064 59.904l-14.336 48.64-49.152 2.56c-26.624 0-48.64 22.016-48.64 48.64s22.016 48.64 48.64 48.64l50.176 2.56 14.336 48.64c6.144 20.992 14.336 40.96 24.064 59.904l24.064 45.056-34.304 37.888c-17.408 18.944-16.896 48.128 1.024 66.56 8.704 8.704 20.992 13.824 33.28 13.824 11.776 0 23.552-4.608 32.256-12.8l37.376-34.304 44.032 24.064c18.944 9.728 38.4 17.92 58.88 24.064l48.64 14.848 2.56 51.2c0 26.112 20.992 47.104 47.104 47.104s47.104-20.992 47.104-47.104l2.048-50.688 48.64-14.848c20.48-6.144 39.936-14.336 58.88-24.064l44.032-24.064 36.864 33.792c8.704 8.192 20.48 12.8 32.256 12.8 12.288 0 24.576-5.12 33.28-13.824 17.92-18.432 18.432-47.104 1.024-66.56l-33.792-37.888 24.064-45.056c10.24-18.944 17.92-39.424 24.064-59.904l14.336-48.64 49.152-2.56c26.624-2.048 46.592-25.6 45.056-52.224-0.512-8.192-3.584-16.384-8.192-23.552-11.264-14.336-9.216-34.816 5.12-46.592 1.024-0.512 2.048-1.536 3.072-2.048l7.168-4.608c13.824-8.704 32.256-4.608 41.984 8.704 39.424 54.272 27.648 130.048-26.624 169.984-18.944 13.824-40.448 21.504-63.488 23.04zM530.944 542.72C593.92 533.504 645.12 486.912 660.48 424.96c5.632-23.04 6.144-47.104 1.536-70.656-3.584-15.872 3.072-32.256 16.896-40.448 16.896-9.728 38.912-3.584 48.64 13.312 2.048 3.584 3.584 7.168 4.096 11.264 6.656 32.256 6.656 65.024 0 97.28-26.624 122.368-147.968 199.68-270.336 173.056-117.76-26.112-195.072-140.288-174.592-260.096 14.336-93.696 85.504-168.96 178.176-189.44 20.48-4.096 40.96-5.632 61.952-4.096 19.968 1.536 35.328 19.456 33.792 39.424-1.536 19.968-19.456 35.328-39.424 33.792-27.136-2.048-53.76 3.584-77.824 16.384-46.592 23.04-78.336 67.584-86.016 118.784-12.8 85.504 46.08 165.376 131.584 178.688 13.312 2.048 27.648 2.048 41.984 0.512zM706.048-126.464c-3.072 0-5.632 0.512-8.704 1.024-32.256 6.656-46.08 25.6-58.88 54.784-7.168 16.384-22.016 58.88-35.328 96.768h-25.088v284.672h265.216c35.84 0 65.536-29.184 66.56-65.024l21.504-173.568v-1.536c0-49.152-28.672-66.56-55.808-66.56h-90.112l0.512-1.536c13.312-53.76-8.192-86.528-22.016-101.376-15.872-16.896-38.912-27.648-57.856-27.648zM660.48 61.44c22.016-61.952 37.888-103.936 41.472-112.128 2.048-5.12 5.632-7.168 7.68-7.68 5.12 3.584 18.432 15.872 13.824 36.352l-23.552 93.184h163.328l-21.504 171.008h-181.76V61.44z" horiz-adv-x="1024" />
</font>
......
......@@ -23,6 +23,9 @@ Created by iconfont
<glyph glyph-name="icon" unicode="&#58941;" d="M906.226957-38.573135 118.77797-38.573135c-29.658675 0-53.689959 24.046672-53.689959 53.68776L65.088011 480.40479c0 29.631878 24.031284 53.67855 53.689959 53.67855 0 0 107.379919 0 161.069878 0 53.688936 0 71.586272 107.375519 107.378896 107.375519 35.26867 0 197.263655 0 232.655127 0 53.218196 0 73.561333-107.375519 125.293628-107.375519 37.80248 0 161.052482 0 161.052482 0 29.640255 0 53.688936-24.047696 53.688936-53.67855l0-465.291189C959.915894-14.526463 935.867213-38.573135 906.226957-38.573135L906.226957-38.573135zM512.501952 480.40479c-118.599908 0-214.741418-96.14678-214.741418-214.740806 0-118.639051 96.14151-214.794018 214.741418-214.794018 118.617305 0 214.758815 96.15599 214.758815 214.794018C727.260767 384.259032 631.119257 480.40479 512.501952 480.40479L512.501952 480.40479zM772.00257 480.40479c-14.821151 0-26.828095-12.014638-26.828095-26.861788 0-14.81952 12.00592-26.825972 26.828095-26.825972 14.819104 0 26.861865 12.006452 26.861865 26.825972C798.864435 468.391175 786.822698 480.40479 772.00257 480.40479L772.00257 480.40479zM512.501952 104.559772c-88.958629 0-161.068855 72.14104-161.068855 161.105235 0 88.928379 72.110226 161.054069 161.068855 161.054069 88.940209 0 161.068855-72.124667 161.068855-161.054069C673.570807 176.700813 601.442161 104.559772 512.501952 104.559772L512.501952 104.559772zM154.570595 587.772123c0 9.883091 8.022026 17.904789 17.896312 17.904789l53.689959 0c9.891683 0 17.913709-8.021697 17.913709-17.904789 0-9.873882 0-17.904789 0-17.904789l-89.499981 0C154.570595 569.867334 154.570595 577.897218 154.570595 587.772123L154.570595 587.772123z" horiz-adv-x="1024" />
<glyph glyph-name="iconfontchaping" unicode="&#58880;" d="M815.347 473.076c-1.041 17.324 18.908 48.27 18.908 66.117 0 24.649-38.314 47.227-47.227 65.598-6.311 12.073 1.041 42.5-4.189 55.102-9.443 22.035-47.765 56.657-70.311 63.513-70.841 22.035-295.975 0-295.975 0l-246.113-33.599v-346.858h80.286c23.617-5.771 72.95-57.2 133.809-218.302 9.965-26.234 28.861-40.944 50.375-58.238 36.206-28.352 62.979-68.751 71.894-213.573 1.575-19.946 61.93-16.8 94.993 27.803 26.755 36.724 30.427 107.577 8.913 161.106-14.16 36.206-67.171 121.23-48.27 155.325 0 0 194.18-7.344 232.479 8.39 24.142 9.965 59.296 62.458 57.725 89.213-1.041 14.688-26.755 36.206-28.861 50.895-2.112 18.367 28.861 49.329 28.861 68.219 0 17.324-35.694 41.459-37.263 59.296v0zM815.347 473.076z" horiz-adv-x="1024" />
<glyph glyph-name="xiugaimima" unicode="&#58898;" d="M561.203386 115.48551C561.203386 88.132576 538.882304 65.962112 511.343552 65.962112 483.813914 65.962112 461.492838 88.132576 461.492838 115.48551L461.492838 284.305395C461.492838 311.65833 483.813914 333.828794 511.343552 333.828794 538.882304 333.828794 561.203386 311.65833 561.203386 284.305395L561.203386 115.48551ZM861.967827 527.781843 317.73305 527.781843 317.73305 618.185152C317.73305 724.117747 404.508864 810.308032 511.161114 810.308032 617.822483 810.308032 704.598298 724.117747 704.598298 618.185152 704.598298 594.519744 723.909178 575.339168 747.735354 575.339168 771.55241 575.339168 790.87241 594.519744 790.87241 618.185152 790.87241 771.367021 665.392742 896 511.161114 896 356.929485 896 231.458938 771.367021 231.458938 618.185152L231.458938 527.781843 160.71927 527.781843C124.98 527.781843 96 499.006451 96 463.499277L96-63.708371C96-99.215546 124.98-128 160.71927-128L861.967827-128C897.716218-128 926.696218-99.215546 926.696218-63.708371L926.696218 463.499277C926.696218 499.006451 897.716218 527.781843 861.967827 527.781843L861.967827 527.781843Z" horiz-adv-x="1024" />
......@@ -44,6 +47,9 @@ Created by iconfont
<glyph glyph-name="tongshi-zuzhijiagou" unicode="&#58930;" d="M512.02 640.02h8.54c124.191 0 248.403 0.041 372.593 0 31.11 0 56.075-18.083 63.734-46.428 1.68-6.205 2.417-12.861 2.417-19.292 0.123-169.636 0.143-339.251 0.061-508.887-0.02-38.031-27.73-65.68-65.74-65.7-254.362-0.061-508.703-0.061-763.045 0-38.195 0.02-65.966 27.915-65.966 66.171-0.04 211.989-0.04 423.957 0 635.966 0 38.502 27.874 66.437 66.315 66.437 104.837 0.04 209.694 0.04 314.531 0 38.749 0 66.376-27.546 66.499-66.171 0.123-18.37 0.061-36.782 0.061-55.173v-6.923z m-383.098 0.39h318.873v63.385H128.922v-63.385z" horiz-adv-x="1024" />
<glyph glyph-name="ribaoshezhi" unicode="&#59028;" d="M908.972607 236.585806h-194.445763a72.917161 72.917161 0 0 1-72.917161-72.917161v-218.751484a72.917161 72.917161 0 0 1 72.917161-72.917161h194.445763a72.917161 72.917161 0 0 1 72.917161 72.917161v48.611441a24.30572 24.30572 0 0 1-48.611441 0v-72.917161H690.221123V187.974365h243.057204v-72.917161a24.30572 24.30572 0 0 1 48.611441 0v48.611441a72.917161 72.917161 0 0 1-72.917161 72.917161z m-10.694517 267.362924a417.329219 417.329219 0 0 1-29.652979 72.917161 123.230002 123.230002 0 0 1-3.888915 166.980299 116.910515 116.910515 0 0 1-83.854736 34.757181 118.125801 118.125801 0 0 1-80.208877-31.597437 401.044386 401.044386 0 0 1-71.458818 30.382151 118.611915 118.611915 0 0 1-237.223831 0A399.342986 399.342986 0 0 1 320.288059 747.005934a118.125801 118.125801 0 0 1-80.208877 31.597437A116.910515 116.910515 0 0 1 155.495275 743.360076 123.230002 123.230002 0 0 1 152.578588 576.865891a417.329219 417.329219 0 0 1-29.652979-72.917161 121.528602 121.528602 0 0 1 0-241.841918 415.384761 415.384761 0 0 1 29.652979-72.917161 123.230002 123.230002 0 0 1 2.916687-167.709471 116.910515 116.910515 0 0 1 84.583907-35.243294 118.125801 118.125801 0 0 1 80.208877 31.597436 399.342986 399.342986 0 0 1 71.458818-30.38215A121.528602 121.528602 0 0 1 510.60185-128a112.292428 112.292428 0 0 1 33.784951 5.590316 36.215523 36.215523 0 0 1 20.902919 51.042013 35.000237 35.000237 0 0 1-41.076667 18.715404 45.451697 45.451697 0 0 0-14.340375-2.430572 48.611441 48.611441 0 0 0-47.153098 46.180869l-1.944457 51.042013-48.611441 14.826489a328.370282 328.370282 0 0 0-58.819843 24.305721l-44.236411 24.30572-37.187753-34.271066a48.611441 48.611441 0 0 0-32.326608-12.638974 46.180869 46.180869 0 0 0-33.298837 13.85426A48.611441 48.611441 0 0 0 205.565059 139.362924l33.541894 37.916924-24.305721 45.20864a341.738429 341.738429 0 0 0-24.30572 60.035129l-14.583432 48.611441L126.571467 333.808687a48.611441 48.611441 0 0 0 0 97.222882l50.069784 2.673629 14.583433 48.611441a341.738429 341.738429 0 0 0 24.30572 60.035129l24.30572 45.20864L205.565059 625.477332a48.611441 48.611441 0 0 0 1.215286 66.597674 46.180869 46.180869 0 0 0 33.298837 13.611203 48.611441 48.611441 0 0 0 32.326608-12.638974l37.187752-34.271066 44.236411 24.30572a329.099454 329.099454 0 0 0 58.819843 24.305721l48.611441 14.826489 2.673629 51.042013a47.153098 47.153098 0 0 0 94.306196 0L560.185519 722.700214l48.611441-14.82649a328.370282 328.370282 0 0 0 58.819843-24.30572l44.236411-24.305721 36.701638 33.784952a48.611441 48.611441 0 0 0 32.326608 12.638974 46.180869 46.180869 0 0 0 33.298837-13.85426 48.611441 48.611441 0 0 0 1.215286-66.354617l-33.541894-37.916924 24.305721-45.20864a341.738429 341.738429 0 0 0 24.30572-60.035129l14.583432-48.611441 49.340613-2.673629a48.611441 48.611441 0 0 0 36.701637-75.59079 33.05578 33.05578 0 0 1 8.020888-48.611441l7.048659-4.37503a31.354379 31.354379 0 0 1 41.805839 8.750059A121.528602 121.528602 0 0 1 898.27809 503.94873z m-367.502492 38.646096a156.771897 156.771897 0 0 0 129.792546-117.39663 159.688583 159.688583 0 0 0 1.701401-70.486589 37.673867 37.673867 0 0 1 17.014004-40.590553 35.486352 35.486352 0 0 1 52.500356 24.30572 235.522431 235.522431 0 0 1 0 97.222882 226.772371 226.772371 0 0 1-445.03774-86.771422 229.446 229.446 0 0 1 178.16093-189.341562 224.827914 224.827914 0 0 1 61.73653-4.131972 36.458581 36.458581 0 1 1-5.833373 72.917161 145.834322 145.834322 0 0 0-77.778305 16.284833 158.959411 158.959411 0 0 0-86.04225 118.854972 156.771897 156.771897 0 0 0 173.785901 179.13316zM848.208306 139.362924h-48.611441a36.458581 36.458581 0 0 1 0-72.917161h48.611441a36.458581 36.458581 0 1 1 0 72.917161z m0-97.222881h-48.611441a36.458581 36.458581 0 0 1 0-72.917161h48.611441a36.458581 36.458581 0 1 1 0 72.917161z" horiz-adv-x="1024" />
<glyph glyph-name="zidingyi" unicode="&#59703;" d="M128 768h320V832H128.288A64.32 64.32 0 0 1 64 767.712V448h64V768z m448 64v-64h320v-320h64V767.712A64.32 64.32 0 0 1 895.712 832H576zM128 320H64v-319.712A64.32 64.32 0 0 1 128.288-64H448v64H128V320z m768-320H576v-64h319.712A64.32 64.32 0 0 1 960 0.288V320h-64v-320zM544 416V640h-64v-224H256v-64h224v-256h64v256h256v64h-256z" horiz-adv-x="1024" />
......@@ -53,9 +59,27 @@ Created by iconfont
<glyph glyph-name="chaojiguanliyuan" unicode="&#58946;" d="M585.182609-89.838509l19.080745 95.403726-69.962733 69.962733c-25.440994 25.440994-31.801242 57.242236-25.440994 89.043479 6.360248 31.801242 31.801242 50.881988 69.962733 57.242236l89.043479 12.720496c-6.360248 0-6.360248 6.360248-12.720497 6.360249-12.720497 12.720497-19.080745 19.080745-25.440994 31.801242-6.360248 6.360248-6.360248 19.080745-6.360249 31.801242v31.801243c0 6.360248 6.360248 12.720497 6.360249 19.080745 0 6.360248 6.360248 12.720497 12.720497 12.720497l12.720497 12.720497c6.360248 6.360248 12.720497 6.360248 19.080745 12.720497 6.360248 6.360248 12.720497 12.720497 12.720497 19.080745 6.360248 6.360248 6.360248 19.080745 12.720497 25.440994 0 12.720497 6.360248 19.080745 6.360248 31.801242 6.360248 0 12.720497 6.360248 19.080746 12.720497 6.360248 6.360248 12.720497 12.720497 12.720496 19.080745 6.360248 6.360248 6.360248 19.080745 6.360249 31.801243v25.440993c0 6.360248-6.360248 12.720497-6.360249 19.080746 0 6.360248-6.360248 12.720497-12.720496 12.720497 0 25.440994 0 50.881988-6.360249 82.683229 0 25.440994-6.360248 44.521739-19.080745 76.322982-6.360248 25.440994-19.080745 50.881988-38.161491 69.962733-6.360248 6.360248-19.080745 19.080745-31.801242 25.440993 0 12.720497-12.720497 19.080745-25.440994 25.440994-19.080745 6.360248-38.161491 12.720497-50.881988 19.080746C534.300621 896 515.219876 896 496.13913 896c-19.080745 0-31.801242 0-50.881987-6.360248-19.080745 0-31.801242-6.360248-50.881988-12.720497-12.720497-6.360248-25.440994-12.720497-44.521739-25.440994l-44.521739-44.521739c-12.720497-19.080745-25.440994-38.161491-31.801242-63.602485-6.360248-31.801242-6.360248-50.881988-12.720497-76.322981 0-25.440994-6.360248-50.881988-6.360249-76.322981 0-6.360248-6.360248-12.720497-6.360248-19.080746 0-6.360248-6.360248-12.720497-6.360248-25.440994 0-6.360248 0-19.080745 6.360248-31.801242s6.360248-19.080745 12.720497-25.440994c0-6.360248 6.360248-6.360248 6.360248-12.720497 6.360248-6.360248 6.360248-6.360248 12.720497-6.360248 6.360248-12.720497 6.360248-19.080745 12.720497-31.801242 6.360248-6.360248 6.360248-19.080745 12.720497-25.440994 6.360248-6.360248 6.360248-12.720497 12.720497-19.080745 12.720497-6.360248 19.080745-19.080745 31.801242-25.440994 6.360248-6.360248 12.720497-19.080745 12.720497-38.161491v-25.440994c0-6.360248 0-19.080745-6.360248-25.440993 0-6.360248-6.360248-19.080745-19.080746-25.440994-6.360248-6.360248-19.080745-19.080745-31.801242-25.440994-19.080745-12.720497-38.161491-19.080745-63.602484-25.440994-25.440994-6.360248-127.204969-38.161491-146.285715-50.881987-19.080745-6.360248-38.161491-19.080745-57.242236-31.801243-19.080745-12.720497-25.440994-31.801242-31.801242-57.242236-6.360248-44.521739-6.360248-50.881988-6.360248-76.322981 6.360248-25.440994 6.360248-44.521739 19.080745-50.881988 6.360248-6.360248 25.440994-12.720497 50.881987-19.080745 38.161491-6.360248 222.608696-38.161491 432.496895-38.161491h82.68323v31.801243z m419.776397 241.689441l-108.124223 12.720497c-19.080745 0-38.161491 19.080745-44.52174 31.801242l-44.521739 95.403727c-6.360248 6.360248-6.360248 12.720497-12.720497 12.720496s-6.360248-6.360248-12.720496-12.720496l-44.52174-95.403727c-6.360248-12.720497-25.440994-31.801242-44.521739-31.801242l-108.124223-12.720497c-19.080745 0-19.080745-12.720497-6.360249-25.440994l76.322982-76.322981c12.720497-12.720497 19.080745-31.801242 19.080745-50.881988l-19.080745-108.124224c0-12.720497 0-19.080745 12.720497-19.080745h12.720496l95.403727 50.881988c6.360248 6.360248 19.080745 6.360248 25.440994 6.360248 6.360248 0 19.080745 0 25.440994-6.360248l95.403726-50.881988h12.720497c6.360248 0 12.720497 6.360248 12.720497 19.080745l-19.080745 108.124224c0 19.080745 6.360248 38.161491 19.080745 50.881988l76.322982 76.322981c0 12.720497 0 25.440994-19.080746 25.440994z" horiz-adv-x="1030" />
<glyph glyph-name="tonghuahuawuliang" unicode="&#58888;" d="M612.998-11.397c-43.979 0-100.753 29.298-140.645 53.884-53.413 32.913-110.959 78.452-162.037 128.218l-0.186 0.18-16.216 16.225c-49.769 51.07-95.306 108.622-128.225 162.039-24.58 39.887-53.88 96.665-53.88 140.644 0 47.063 33.654 97.017 48.124 116.305 11.288 15.057 50.737 64.177 84.251 64.177 13.764 0 28.582-9.007 48.062-29.209 17.228-17.86 33.759-40.064 44.594-55.543 14.552-20.787 28.005-42.544 37.894-61.28 16.008-30.33 17.861-43.335 17.861-50.483 0-14.419-7.532-26.926-22.383-37.169-9.778-6.745-21.52-11.825-32.869-16.736-7.654-3.313-19.882-8.598-24.544-12.314 1.625-6.893 8.736-23.531 27.958-51.746 17.904-26.287 41.061-54.782 61.981-76.263 21.479-20.919 49.966-44.078 76.262-61.983 28.208-19.21 44.847-26.322 51.743-27.954 3.714 4.663 9.005 16.886 12.315 24.544 4.908 11.354 9.987 23.092 16.734 32.872 10.245 14.853 22.755 22.378 37.172 22.378 7.146 0 20.153-1.852 50.486-17.855 18.729-9.89 40.494-23.346 61.277-37.896 15.479-10.836 37.683-27.367 55.546-44.591 20.196-19.481 29.202-34.299 29.202-48.065 0-33.514-49.116-72.96-64.171-84.247-19.288-14.482-69.242-48.132-116.306-48.132zM338.497 199.44c49.001-47.732 104.03-91.3 154.979-122.694 49.389-30.44 92.956-47.896 119.525-47.896 23.661 0 57.401 14.453 90.252 38.658 14.399 10.612 27.507 22.436 36.908 33.279 8.818 10.184 12.043 16.826 12.86 19.506-3.41 7.32-23.654 30.213-70.897 62.806-18.536 12.784-37.695 24.534-53.954 33.081-20.416 10.735-28.928 12.591-30.872 12.896-0.76-0.522-2.982-2.38-6.36-8.047-3.786-6.347-7.422-14.753-10.94-22.884-4.325-10.01-8.809-20.361-14.3-28.715-8.931-13.584-19.896-20.477-32.589-20.483-0.229 0-0.474 0.005-0.715 0.015-6.177 0.129-24.992 0.528-76.057 35.304-28.19 19.208-58.804 44.106-81.886 66.62l-0.36 0.358c-22.506 23.085-47.404 53.692-66.608 81.881-34.78 51.067-35.182 69.875-35.314 76.058-0.276 12.924 6.546 24.083 20.272 33.17 8.393 5.557 18.83 10.071 28.919 14.439 8.134 3.514 16.535 7.151 22.884 10.932 5.666 3.376 7.527 5.604 8.042 6.361-0.302 1.946-2.155 10.456-12.889 30.873-8.549 16.256-20.299 35.42-33.083 53.951-32.592 47.251-55.485 67.495-62.804 70.902-2.683-0.822-9.328-4.046-19.511-12.865-10.847-9.394-22.665-22.506-33.274-36.906-24.209-32.848-38.658-66.585-38.658-90.251 0-26.566 17.454-70.129 47.894-119.525 31.398-50.944 74.964-105.976 122.693-154.975l15.843-15.849zM462.5 593.5h332v-45h-332zM462.5 495.5h332v-45h-332zM462.5 399.5h332v-45h-332z" horiz-adv-x="1024" />
<glyph glyph-name="sousuoshezhi" unicode="&#58904;" d="M914.16-121.304c-25.448 0-49.24 9.592-67 26.976L624.064 127.392a261.744 261.744 0 0 0-98.968-19.48c-146.704 0-265.68 119.296-265.68 265.936 0 24.28 3.208 48.216 9.528 71.112l10.08 36.44 130.552-131.296c15.32-15.192 36.488-23.6 59.48-23.6 26.416 0 52.792 11.184 72.344 30.704 38.168 38.08 41.264 97.296 6.888 131.984L417.552 619.376l36.304 10.112a264.208 264.208 0 0 0 70.888 9.568c146.192 0 265.2-118.976 265.24-265.2 0-34.52-6.48-67.904-19.288-99.504l223.864-221.08c17.496-17.56 27.048-41.28 26.992-66.928-0.064-27.832-11.712-55.352-31.96-75.488-20.048-20.376-47.6-32.16-75.432-32.16z m-280.896 301.44l244.728-243.216c9.408-9.184 22.272-14.304 36.168-14.304 16.4 0 32.12 6.832 44.312 19.184 12.208 12.16 19.136 28.352 19.16 44.64 0.048 13.896-4.944 26.568-14.048 35.696L718.016 264.68l6.688 14.088a219.968 219.968 0 0 1 21.36 95.088c-0.04 122.016-99.32 221.296-221.32 221.296-6.64 0-13.24-0.288-19.776-0.848l74.4-74.096c51.456-51.928 48.304-138.952-6.96-194.088-27.728-27.656-65.384-43.504-103.352-43.528-34.648 0-66.792 12.952-90.504 36.44l-74.36 74.792a226.536 226.536 0 0 1-0.872-19.96c0-122.416 99.28-222.008 221.312-222.008 33.128 0 65.696 7.416 94.632 21.48l14 6.8zM534.264-24.184c11.752 11.704 25.192 20.408 39.584 26.752l-41.736 41.728c-13.472-7.952-26.32-16.928-37.912-28.48-23.744-23.752-37.296-56.048-39.792-62.208l-0.352-0.992-131.504 37.856-0.12 0.176c-0.096 0.04-0.176 0.136-0.272 0.168a8.512 8.512 0 0 0-2.272 4.024l-0.032 0.256c0.112 2.832 1.104 27.904-3.432 58.664-6.736 45.192-21.608 79.656-44.336 102.392-22.504 22.504-56.592 37.424-101.328 44.328-30.104 4.632-55.176 3.912-58.008 3.776h-0.248a10.32 10.32 0 0 0-3.92 2.368l-0.216 0.216-0.208 0.208-0.04 0.216L72.16 334.4l0.984 0.392c6.168 2.488 38.512 16.072 62.296 39.832 70.624 70.624 73.632 183.984 6.784 258.16l-0.56 0.6 0.52 0.776c4.888 7.12 30.56 43.656 54.192 67.336 23.544 23.496 60.192 49.272 67.336 54.192l0.672 0.52 0.68-0.6c74.152-66.808 187.48-63.856 258.144 6.768 23.744 23.76 37.304 56.016 39.792 62.272l0.392 0.888 133.648-38.84 0.168-0.168c0.12-0.136 0.256-0.216 0.376-0.384 1.584-1.592 2.528-3.648 2.712-4.592v-0.208c-0.104-2.656-0.424-27.096 4.496-56.592 7.328-43.648 22.248-76.928 44.312-98.968 21.76-21.88 54.712-36.704 97.832-44.264 29.248-5.056 53.336-4.88 55.952-4.784l0.272-0.096c0.888-0.176 2.904-1.024 4.528-2.664 0.144-0.128 0.216-0.248 0.312-0.344l0.152-0.16 0.176-0.344 36.92-129.336-0.888-0.392c-6.256-2.48-38.608-16.024-62.352-39.832-11.32-11.32-20.224-23.92-28.04-37.136l41.664-41.664c6.36 13.968 14.88 27.264 26.376 38.808 16.944 16.936 43.256 27.264 43.536 27.4 24.928 9.592 40.2 36.648 35.536 62.928l-0.264 1.472-39.232 137.296-0.52 1.2a58.088 58.088 0 0 1-13.376 20.136c-12.344 12.368-29.416 19.56-45.616 19.264-22.04-0.344-85.288 4.808-112.976 32.504-27.968 27.952-32.768 91.968-32.256 114.352 0.44 16.376-6.712 33.568-19.232 46.048a58.104 58.104 0 0 1-19.696 13.224l-1.32 0.536-141.504 41.12-1.504 0.296c-26.368 4.76-53.384-10.504-63-35.408-0.08-0.216-10.624-26.712-27.44-43.512-51.008-51.064-134.12-51.128-185.224 0l-3.08 3.048c-0.136 0.208-0.344 0.384-0.52 0.64-14.112 14.056-38.24 12.904-61.48-2.928-1.904-1.28-46.832-32.072-76.456-61.696-29.64-29.632-60.416-74.576-61.712-76.456-15.848-23.28-16.976-47.424-2.864-61.48 0.176-0.216 0.392-0.384 0.56-0.6l3.08-3.104c51.072-51.008 51.072-134.12 0-185.224-16.72-16.68-43.256-27.272-43.552-27.36-24.88-9.6-40.168-36.68-35.504-62.936l0.248-1.472 38.16-134.976 0.472-1.24c2.88-7.344 7.336-14.112 13.296-20.072 12.48-12.472 29.808-19.536 46.256-18.832 21.36 0.848 88.672-3.04 117.24-31.584 28.824-28.776 32.328-95.376 31.2-118.56-0.752-16.648 6.256-34.152 18.92-46.784l0.136-0.096a57.792 57.792 0 0 1 19.552-13.032l1.28-0.512 139.272-40.088 1.456-0.272c26.32-4.704 53.432 10.48 63.024 35.432 0.424 1.104 10.888 27.088 27.36 43.568z" horiz-adv-x="1024" />
<glyph glyph-name="jifeizhongxin" unicode="&#58963;" d="M544 384h192V448H588.8l160 160-44.8 44.8-192-192-192 192-44.8-44.8L435.2 448H288v-64h192v-64h-192v-64h192v-192h64v192h192V320h-192V384zM512 896c281.6 0 512-230.4 512-512s-230.4-512-512-512-512 230.4-512 512 230.4 512 512 512z" horiz-adv-x="1024" />
<glyph glyph-name="ribao" unicode="&#58906;" d="M934.96 63.456v-84.576c0-40.064-35.616-71.232-75.68-71.232H164.752c-40.064 0-75.68 31.168-75.68 71.232V824.8C89.072 864.864 124.688 896.032 164.752 896.032H859.28c40.064 0 75.68-31.168 75.68-71.232v-761.28z m-187.008 102.4H276.016c-22.272 0-35.616-17.824-35.616-35.616s17.824-35.616 35.616-35.616h471.936c22.272 0 35.616 17.824 35.616 35.616 0 22.272-13.344 35.616-35.616 35.616z m-311.648 512H498.64c31.168 0 53.44-8.896 71.232-26.72 13.344-17.824 22.272-40.064 22.272-71.232s-8.896-53.44-22.272-71.232-44.512-22.272-75.68-22.272h-57.888V677.856z m57.888-262.688c53.44 0 97.952 17.824 129.12 48.96 26.72 31.168 44.512 71.232 44.512 120.224s-13.344 89.056-40.064 115.744c-31.168 31.168-71.232 48.96-129.12 48.96H400.688c-22.272 0-40.064-17.824-40.064-35.616v-262.688c0-22.272 17.824-35.616 40.064-35.616h93.504z m253.76-106.848H276.016c-22.272 0-35.616-17.824-35.616-35.616s17.824-35.616 35.616-35.616h471.936c22.272 0 35.616 17.824 35.616 35.616 0 22.272-13.344 35.616-35.616 35.616z" horiz-adv-x="1024" />
<glyph glyph-name="shangzhang" unicode="&#58902;" d="M273.065864 424.959278h159.297452c0-170.66466-38.532908-242.347911-159.297452-327.686262C445.621044 131.362598 591.636684 186.031162 591.636684 424.959278h159.297452l-238.940157 245.767706z" horiz-adv-x="1024" />
<glyph glyph-name="shujupingtai" unicode="&#59380;" d="M613.063327 604.460751h101.153642v-348.799435h-101.153642zM764.793791 463.026283h101.153642v-207.184336h-101.153642zM461.513494 710.672076h101.153643v-454.830129h-101.153643zM410.936673 3.138472h-156.607514c-30.346093 0-50.576821-20.230729-50.576822-50.576821s20.230729-50.576821 50.576822-50.576821h561.041453c30.346093 0 50.576821 20.230729 50.576821 50.576821s-20.230729 50.576821-50.576821 50.576821h-151.549832v101.153643h-252.884107v-101.153643zM916.343623 862.221909H107.656377c-55.634503 0-101.153643-45.519139-101.153643-101.153643v-555.983771c0-55.634503 45.519139-101.153643 101.153643-101.153643h303.280296v101.153643H107.656377V761.248898h808.687246v-555.983772H663.640148v-101.153642h252.703475c55.634503 0 101.153643 45.519139 101.153643 101.153642V761.248898c0 55.634503-45.519139 100.973011-101.153643 100.973011zM158.233198 412.449462h101.153643v-151.549832h-101.153643zM309.783031 518.660787h101.153642v-257.761157h-101.153642z" horiz-adv-x="1024" />
<glyph glyph-name="zaixiangoutong" unicode="&#58881;" d="M826.4 337.29999999999995h-0.8c-12.5 0.2-22.6 10.4-22.6 22.9 0 12.5 10.2 22.8 22.6 22.9l6.4 0.1v0.2c46 3.3 82.5 41.9 82.5 88.7V660.6c0 49-39.9 89-89 89h-424c-49 0-89-39.9-89-89 0-12.7-10.3-22.9-22.9-22.9-12.7 0-23 10.3-23 22.9v23.6c0 61.4 49.9 111.3 111.3 111.3h471.2c61.4 0 111.3-49.9 111.3-111.3v-235.6c0-61.4-49.9-111.3-111.3-111.3h-22.7zM289.7 349.6c-12.7 0-23 10.3-23 22.9 0 12.7 10.3 22.9 23 22.9s22.9-10.3 22.9-22.9c0-12.6-10.3-22.9-22.9-22.9zM407.4 349.6c-12.7 0-22.9 10.3-22.9 22.9 0 12.7 10.3 22.9 22.9 22.9 12.7 0 22.9-10.3 22.9-22.9 0.1-12.6-10.2-22.9-22.9-22.9zM525.2 349.6c-12.7 0-22.9 10.3-22.9 22.9 0 12.7 10.3 22.9 22.9 22.9 12.7 0 23-10.3 23-22.9 0-12.6-10.3-22.9-23-22.9zM633.2-32.39999999999998h-1.3c-0.3 0-0.5 0-0.8 0.1h-0.3c-0.3 0-0.5 0.1-0.8 0.1l-0.5 0.1c-0.2 0-0.4 0.1-0.6 0.1l-1.1 0.2c-0.1 0-0.9 0.2-0.9 0.2h0.1l-0.3 0.1c-0.3 0.1-0.5 0.2-0.8 0.3l-0.2 0.1-0.9 0.3h-0.1c-0.3 0.1-0.6 0.2-0.9 0.4l-0.2 0.1c-0.2 0.1-0.5 0.2-0.7 0.3l-0.2 0.1-0.3 0.1c-0.1 0.1-0.3 0.2-0.4 0.2l-0.5 0.3c-0.2 0.1-0.8 0.5-0.8 0.5l-0.1 0.1c-0.2 0.1-1 0.7-1 0.7-0.1 0.1-0.2 0.1-0.3 0.2L385.1 143.5H174.8c-61.4 0-111.3 49.9-111.3 111.3V490.4c0 61.4 49.9 111.3 111.3 111.3H646c61.4 0 111.3-49.9 111.3-111.3v-235.6c0-61.4-49.9-111.3-111.3-111.3h-16.5l26.1-149c0-0.2 0-0.3 0.1-0.5 0-0.1 0-0.3 0.1-0.4v0.1l0.1-0.7 0.1-0.6c0-0.2 0-0.4 0.1-0.6V-10.799999999999955c0-0.3 0-0.6-0.1-0.8l-0.1-0.5c0-0.2 0-0.4-0.1-0.6l-0.1-0.6c0-0.2 0-0.3-0.1-0.5l-0.2-1.2c0-0.2-0.1-0.4-0.1-0.6l-0.1-0.5c-0.1-0.3-0.2-0.5-0.3-0.8l-0.1-0.2v-0.1c-0.1-0.2-0.2-0.5-0.3-0.7 0-0.1-0.1-0.2-0.1-0.2-0.1-0.3-0.4-1-0.5-1.1-0.1-0.2-0.2-0.5-0.3-0.7l-0.1-0.2-0.3-0.6c-0.1-0.1-0.2-0.4-0.2-0.4-0.1-0.1-0.2-0.3-0.2-0.4l-0.4-0.6-0.4-0.6-0.4-0.5-0.2-0.2c-0.1-0.2-0.2-0.3-0.3-0.4 0 0-0.3-0.4-0.4-0.5l-0.3-0.4-0.5-0.6-0.3-0.3-0.5-0.5-0.4-0.4-0.5-0.4-0.8-0.7-0.3-0.3 0.1 0.1-0.2-0.1c-0.1-0.1-0.2-0.2-0.4-0.3l-0.5-0.4c-0.1-0.1-0.5-0.4-0.5-0.4-0.1-0.1-0.8-0.5-0.8-0.5l-0.9-0.5c-0.2-0.1-0.3-0.2-0.5-0.3l-0.2-0.1c-0.1-0.1-0.2-0.1-0.4-0.2l-0.6-0.3c-0.2-0.1-0.2-0.1-0.3-0.1l-0.1-0.1c-0.2-0.1-0.4-0.1-0.6-0.2l-0.6-0.2c-0.1-0.1-0.3-0.1-0.4-0.2l-0.4-0.1s-0.5-0.1-0.7-0.2l-0.6-0.1c-0.2 0-0.5-0.1-0.5-0.1-0.2 0-0.9-0.2-0.9-0.2-0.1 0-0.7-0.1-0.9-0.1l-0.5-0.1-0.6-0.1H633.5l-0.3 0.3zM198.4 555.8c-49 0-89-39.9-89-89v-188.5c0-49 39.9-89 89-89H392c4.7 0 9.2-1.4 13.1-4.1l0.4-0.2 0.4-0.2c1.1-0.6 2.1-1.2 3.1-1.9l191.6-140.3L580 160.29999999999995l-0.1 0.3c-0.5 1.9-0.7 3.8-0.7 5.8 0 12.7 10.3 22.9 22.9 22.9h20.4c49 0 89 39.9 89 89V466.8c0 49-39.9 89-89 89H198.4z" horiz-adv-x="1024" />
<glyph glyph-name="zhankai" unicode="&#59202;" d="M535.744 440.064h-535.68v-114.112h535.68V440.064z m489.28-389.952H1.28V-64h1023.744v114.112z m-260.096 145.472V576l260.096-190.208-260.096-190.208zM1025.024 832H2.624v-116.096h1022.4V832z" horiz-adv-x="1089" />
......@@ -71,6 +95,15 @@ Created by iconfont
<glyph glyph-name="zhuzuoquan" unicode="&#58895;" d="M828.3 700.3C742.1 785.7 632.7 830.9 512 830.9c-119.6 0-232-46.4-316.3-130.6C110.3 614 65.1 504.7 65.1 384c0-121.5 45.1-230.8 130.6-316.3 83.5-84.3 195.9-130.6 316.3-130.6 121.5 0 230.8 45.2 316.3 130.6 85.5 85.5 130.6 194.8 130.6 316.3 0 120.7-45.1 230-130.6 316.3z m-37.5-595.4c-36.2-36.2-78.4-64.6-125.4-84.4-48.6-20.5-100.3-30.9-153.4-30.9-53.2 0-104.8 10.4-153.4 30.9-47 19.9-89.2 48.3-125.4 84.4-74.6 74.5-115.6 173.6-115.6 279.1 0 217.5 176.9 394.5 394.5 394.5 217.5 0 394.5-176.9 394.5-394.5-0.1-105.4-41.2-204.6-115.8-279.1z m0 0M646.7 296.3c-28.2-39.2-73.6-65.8-125.3-65.8-84.6 0-155.1 68.9-155.1 155.1 0 86.2 68.9 155.1 155.1 155.1 51.7 0 97.1-25.1 125.3-65.8h92.4c-36 86.2-119.1 145.7-217.7 145.7-130 0-236.5-106.5-236.5-236.5s106.5-236.5 236.5-236.5c98.7 0 183.3 61.1 217.7 145.7h-92.4v3z m0 0" horiz-adv-x="1024" />
<glyph glyph-name="ribao1" unicode="&#58887;" d="M800 864H224A128 128 0 0 1 96 736v-704a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128V736A128 128 0 0 1 800 864z m64-832a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64V736a64 64 0 0 0 64 64h576a64 64 0 0 0 64-64v-704zM736 160H288a32 32 0 0 1 0-64h448a32 32 0 0 1 0 64z m0 160H288a32 32 0 0 1 0-64h448a32 32 0 0 1 0 64zM618.432 463.616c14.144 23.616 21.184 52.48 21.184 86.592 0 13.44-1.664 27.648-4.992 42.432a111.616 111.616 0 0 1-18.88 41.344 87.232 87.232 0 0 1-45.12 32.576 144.768 144.768 0 0 1-40.96 5.568H383.616v-256.384h146.048c40 0 69.568 15.936 88.768 47.872z m-170.176 16.64V607.68h75.008c21.184 0 35.392-5.312 42.496-15.936 7.04-10.688 10.624-25.92 10.624-45.824 0-14.4-2.368-26.816-7.104-37.248-8.64-19.008-24-28.416-46.016-28.416h-75.008z" horiz-adv-x="1024" />
<glyph glyph-name="huawujinengzupeizhi" unicode="&#58882;" d="M699.5-85.2c-143.8 0-296.6 77.9-408.8 208.5-130.5 151.9-180.9 348.9-128.4 501.9 15 43.6 51 74.8 96.4 83.5 49.9 10 102.8-9.3 138-50.2l72.4-84.2c33.1-38.6 30.1-95.7-6.7-127.3l-0.1-0.1-11-9.4c-11.8-10.1-24-17.1-36.5-24-4.1-2.3-14.8-8.1-17.7-11-3.6-17.6 0.8-45 11.9-73.7 11.9-30.7 30.1-59.4 49.7-78.6 16.7-16.4 39.9-32.6 63.8-44.6s46-18.5 60.8-17.7c3.1 1.1 12 12.1 17.2 18.6 7.6 9.5 17.1 21.4 29.4 32l12 10.3c16.7 14.4 39.1 21.1 61.6 18.4 21.2-2.7 40.7-13.2 54.8-29.7l85.7-99.7c32-37.3 42.9-88.2 28.4-132.9-13.3-41.2-45-70.6-86.9-80.5-27.5-6.3-56.4-9.6-86-9.6zM285.1 668.9c-6.1 0-12.1-0.6-18.1-1.8h-0.1c-30.3-5.8-54.4-26.6-64.3-55.7-23.2-67.7-24.3-146.6-3.2-228.3 21.3-82.6 64.1-162.9 123.7-232.2 104.3-121.3 245.1-193.7 376.6-193.7 26.3 0 51.9 2.9 76.2 8.6 27.1 6.4 47.6 25.5 56.3 52.3 9.9 30.7 2.2 66-20.2 92.1L726.1 210c-7.2 8.5-17.1 13.8-27.8 15.2-10.6 1.3-21-1.8-28.6-8.4l-12.1-10.4c-9.3-8-17.1-17.7-23.9-26.3-14.1-17.6-26.3-32.8-47-34.4h-0.4c-47.9-3-117.6 35.4-157.3 74.3-23.8 23.3-45.5 57.4-59.6 93.6-14.7 37.8-19.5 73.1-13.6 99.4 4.3 19.1 20.9 28.3 38.5 37.9 10.9 6 20.6 11.5 29.3 19l0.1 0.1 11 9.3c19 16.4 19.9 46.6 2.1 67.4l-72.4 84.2c-20.8 24.3-50 38-79.3 38zM702.4 784.9c-60.4 0-109.9-49.5-109.9-109.9S642 565.1 702.4 565.1 812.3 614.6 812.3 675s-49.4 109.9-109.9 109.9z m0-180.6c-38.9 0-70.7 31.8-70.7 70.7s31.8 70.7 70.7 70.7 70.7-31.8 70.7-70.7c0-38.9-31.8-70.7-70.7-70.7zM700.1 761.3c-11 0-19.6 8.6-19.6 19.6V812.4c0 11 8.6 19.6 19.6 19.6s19.6-8.6 19.6-19.6V781c0-11-8.7-19.7-19.6-19.7zM627.8 728.8c-5.1 0-10.2 2-14.1 5.9l-22.8 23.5c-7.5 7.9-7.5 20.4 0.4 27.9s20.4 7.5 27.9-0.4l22.8-23.5c7.5-7.8 7.5-20.4-0.4-27.9-3.9-3.6-8.7-5.5-13.8-5.5zM598 655.4h-31.4c-11 0-19.6 8.6-19.6 19.6s8.6 19.6 19.6 19.6H598c11 0 19.6-8.6 19.6-19.6s-8.6-19.6-19.6-19.6zM606.2 558c-5.1 0-10.2 2-13.7 5.9-7.9 7.9-7.9 20 0 27.9l23.2 23.2c7.8 7.9 20 7.9 27.9 0s7.9-20 0-27.9l-23.2-23.2c-3.9-3.9-9-5.9-14.2-5.9zM704 518c-11 0-19.6 8.6-19.6 19.6v35.3c0 11 8.6 19.6 19.6 19.6s19.6-8.6 19.6-19.6v-35.3c0-11-8.6-19.6-19.6-19.6zM800.1 558.8c-5.1 0-10.2 2-13.7 5.9l-23.2 23.2c-7.8 7.8-7.8 20 0 27.9 7.9 7.8 20 7.8 27.9 0l23.2-23.2c7.9-7.9 7.9-20 0-27.9-3.9-3.9-9-5.9-14.2-5.9zM841.4 655.4H806c-11 0-19.6 8.6-19.6 19.6s8.6 19.6 19.6 19.6h35.3c11 0 19.6-8.6 19.6-19.6 0.1-11-8.5-19.6-19.5-19.6zM775.8 729.6c-5.1 0-10.2 2-13.7 5.9-7.8 7.8-7.8 20 0 27.9l23.2 23.2c7.8 7.8 20 7.8 27.9 0 7.8-7.9 7.8-20 0-27.9L790 735.5c-4-4-9.1-5.9-14.2-5.9z" horiz-adv-x="1024" />
<glyph glyph-name="gonggao" unicode="&#58959;" d="M810.666667 597.333333h-68.266667l-149.333333 149.333334c4.266667 8.533333 4.266667 12.8 4.266666 21.333333 0 46.933333-38.4 85.333333-85.333333 85.333333s-85.333333-38.4-85.333333-85.333333c0-8.533333 0-12.8 4.266666-21.333333L281.6 597.333333H213.333333c-72.533333 0-128-55.466667-128-128v-426.666666c0-68.266667 55.466667-128 128-128h597.333334c72.533333 0 128 59.733333 128 128V469.333333c0 72.533333-55.466667 128-128 128zM298.666667 213.333333c-25.6 0-42.666667 17.066667-42.666667 42.666667s17.066667 42.666667 42.666667 42.666667 42.666667-17.066667 42.666666-42.666667-17.066667-42.666667-42.666666-42.666667z m213.333333 0c-25.6 0-42.666667 17.066667-42.666667 42.666667s17.066667 42.666667 42.666667 42.666667 42.666667-17.066667 42.666667-42.666667-17.066667-42.666667-42.666667-42.666667zM401.066667 597.333333l89.6 89.6c8.533333-4.266667 12.8-4.266667 21.333333-4.266666s12.8 0 21.333333 4.266666L622.933333 597.333333H401.066667z m324.266666-384c-25.6 0-42.666667 17.066667-42.666666 42.666667s17.066667 42.666667 42.666666 42.666667 42.666667-17.066667 42.666667-42.666667-17.066667-42.666667-42.666667-42.666667z" horiz-adv-x="1024" />
<glyph glyph-name="yuangongdangan" unicode="&#58918;" d="M1022.489 71.869c3.43-20.57-0.855-39.082-12.855-55.547-12-16.458-28.291-26.406-48.861-29.829l-123.442-19.542c-19.888-3.429-38.226 0.856-55.038 12.857-16.794 12-26.909 28.291-30.338 48.861L647.026 693.184c-1.371 10.289-0.855 20.062 1.544 29.321 2.4 9.253 6.35 17.829 11.833 25.718 5.482 7.883 12.514 14.4 21.086 19.54 8.57 5.142 18.002 8.745 28.291 10.803l122.405 19.542c20.577 3.43 39.094-1.024 55.552-13.371 16.46-12.347 26.401-28.799 29.836-49.377l104.916-663.491zM505.074 802.224c20.57 0 38.058-7.199 52.465-21.606 14.4-14.4 21.594-31.883 21.594-52.459v-687.15c0-20.57-7.194-38.058-21.594-52.459-14.406-14.399-31.894-21.6-52.465-21.6H398.093c-20.576 0-38.058 7.201-52.459 21.6-14.406 14.4-21.606 31.889-21.606 52.459V728.16c0 20.576 5.488 38.058 16.458 52.459 10.976 14.406 27.088 21.606 48.347 21.606h116.241z m0-518.45c6.859 0 12.688 3.261 17.483 9.779 4.806 6.512 7.205 14.227 7.205 23.144 0 9.6-2.399 17.482-7.205 23.659-4.795 6.17-10.624 9.259-17.483 9.259H398.093c-6.859 0-12.689-3.089-17.488-9.259-4.801-6.177-7.199-14.06-7.199-23.659 0-8.917 2.399-16.632 7.199-23.144 4.799-6.518 10.63-9.779 17.488-9.779h106.981z m0 130.647c6.859 0 12.688 3.255 17.483 9.773 4.806 6.512 7.205 14.574 7.205 24.168 0 9.6-2.399 17.488-7.205 23.658-4.795 6.177-10.624 9.265-17.483 9.265H398.093c-6.859 0-12.689-3.088-17.488-9.265-4.801-6.17-7.199-14.058-7.199-23.658 0-9.594 2.399-17.656 7.199-24.168 4.799-6.518 10.63-9.773 17.488-9.773h106.981zM182.076 802.224c20.57 0 38.232-7.199 52.973-21.606 14.747-14.4 22.114-31.883 22.114-52.459v-687.15c0-20.57-7.367-38.058-22.114-52.459-14.741-14.399-32.403-21.6-52.973-21.6H75.094c-20.577 0-38.233 7.201-52.98 21.6C7.368 2.952 0 20.44 0 41.01V728.16c0 20.576 7.368 38.058 22.114 52.459 14.747 14.406 32.403 21.606 52.98 21.606h106.982zM79.206 545.06c-7.542 0-13.713-3.088-18.518-9.263-4.795-6.165-7.2-14.054-7.2-23.654 0-8.917 2.405-16.632 7.2-23.144 4.805-6.518 10.976-9.779 18.518-9.779h98.752c7.546 0 13.544 3.261 18.002 9.779 4.458 6.512 6.685 14.227 6.685 23.144 0 9.6-2.227 17.488-6.685 23.654-4.458 6.175-10.456 9.263-18.002 9.263H79.206z m102.87-323.004c7.54 0 13.538 3.089 17.997 9.259 4.458 6.171 6.691 13.717 6.691 22.63 0 9.606-2.233 17.321-6.691 23.144-4.458 5.829-10.456 8.749-17.997 8.749H79.206c-7.542 0-13.713-2.92-18.518-8.749-4.795-5.823-7.2-13.538-7.2-23.144 0-8.912 2.405-16.458 7.2-22.63 4.805-6.17 10.976-9.259 18.518-9.259h102.87z m0 126.529c7.54 0 13.538 3.082 17.997 9.259 4.458 6.17 6.691 14.058 6.691 23.652 0 9.606-2.233 17.494-6.691 23.665-4.458 6.17-10.456 9.259-17.997 9.259H79.206c-7.542 0-13.713-3.089-18.518-9.259-4.795-6.171-7.2-14.06-7.2-23.665 0-9.594 2.405-17.482 7.2-23.652 4.805-6.177 10.976-9.259 18.518-9.259h102.87z m0 0" horiz-adv-x="1024" />
......@@ -110,6 +143,9 @@ Created by iconfont
<glyph glyph-name="icon_yunxiazai" unicode="&#59112;" d="M790.528 486.4c-18.432 141.824-136.704 252.416-278.528 252.416S251.904 628.736 233.472 486.4C117.76 478.72 25.6 378.88 25.6 258.048c0-125.952 99.84-228.864 220.672-228.864h533.504c120.832 2.56 218.112 102.4 218.112 228.864C998.4 378.88 906.24 478.72 790.528 486.4z m-286.208-389.12l-194.56 223.232h131.584V528.384h125.952v-207.872h131.584l-194.56-223.232z" horiz-adv-x="1024" />
<glyph glyph-name="xiangqing" unicode="&#58907;" d="M512 839.111111C261.233778 839.111111 56.888889 634.766222 56.888889 384c0-250.766222 204.344889-455.111111 455.111111-455.111111 250.766222 0 455.111111 204.344889 455.111111 455.111111 0 250.766222-204.344889 455.111111-455.111111 455.111111z m-5.006222-723.626667c-18.659556-10.467556-34.133333-15.928889-45.966222-15.928888a33.564444 33.564444 0 0 0-25.031112 9.557333c-5.916444 6.371556-9.102222 15.473778-9.102222 26.851555 0 36.408889 22.300444 125.610667 67.356445 267.605334a56.433778 56.433778 0 0 1 3.185777 17.749333c0 5.916444-2.730667 8.647111-8.192 8.647111a41.756444 41.756444 0 0 1-20.48-6.826666c-7.736889-4.551111-24.576-19.569778-50.972444-44.600889L398.222222 393.557333c30.037333 32.312889 56.888889 55.068444 81.464889 68.721778 24.576 13.653333 45.511111 20.48 62.805333 20.48 9.557333 0 16.839111-1.820444 21.845334-5.916444a20.536889 20.536889 0 0 0 7.736889-16.839111c0-8.647111-9.557333-44.600889-29.127111-107.861334-31.402667-103.765333-47.331556-166.115556-47.331556-187.505778a15.928889 15.928889 0 0 1 3.185778-10.467555c2.275556-2.730667 4.551111-4.096 6.826666-4.096 9.557333 0 34.133333 18.204444 73.272889 54.158222l17.294223-16.839111c-40.504889-37.319111-70.087111-61.44-89.201778-71.907556z m105.130666 486.968889c-9.102222-10.012444-19.114667-14.563556-30.492444-14.563555a30.151111 30.151111 0 0 0-22.300444 9.102222 32.995556 32.995556 0 0 0-9.102223 24.120889c0 13.198222 4.096 24.120889 13.198223 33.678222a41.472 41.472 0 0 0 30.947555 13.653333 31.232 31.232 0 0 0 31.857778-32.312888 51.768889 51.768889 0 0 0-14.108445-33.678223z" horiz-adv-x="1024" />
<glyph glyph-name="yd-icon-upload2" unicode="&#59116;" d="M512 780.288l322.56-322.56-53.76-53.76-230.4 230.4v-620.544H474.112V634.368l-230.4-230.4L189.44 457.728l322.56 322.56z" horiz-adv-x="1024" />
......@@ -122,6 +158,9 @@ Created by iconfont
<glyph glyph-name="yishenpi" unicode="&#59120;" d="M860.672-93.696l-684.032-13.312c-41.472 0-74.752 34.304-74.752 76.288V571.904c0 41.984 33.28 76.288 74.752 76.288H317.44c24.576 0 47.104-12.288 61.44-32.256 7.168-10.752 11.776-17.408 16.896-23.04 60.416-61.44 170.496-63.488 232.448 1.024 8.704 8.704 14.336 15.872 19.456 23.04 13.824 19.968 36.864 31.744 60.416 31.744h139.776c41.472 0 74.752-34.304 74.752-76.288V-30.72c-0.512-41.984-20.48-62.976-61.952-62.976z m-85.504 499.2c-15.872 15.872-40.448 16.896-54.784 2.048l-228.352-232.448c-15.36 14.336-162.304 149.504-162.304 149.504-15.872 15.872-41.472 15.872-56.832 0-15.872-15.872-15.872-41.472 0-56.832l165.376-159.744c21.504-18.944 27.648-28.16 53.76-27.136 29.184 1.536 44.544 13.824 53.76 27.136l231.936 242.688c14.336 14.848 13.312 39.424-2.56 54.784z m-173.056 246.784c-23.04-23.552-54.784-38.4-90.112-38.4-35.328 0-67.584 14.848-91.136 38.4-7.168 7.68-13.824 15.872-18.944 25.088v0.512l-0.512 0.512v0.512l-0.512 0.512c-10.752 19.456-16.384 41.984-16.384 64.512 0 72.704 57.344 130.56 128 130.56 35.328 0 67.072-14.336 90.112-37.888 23.552-24.064 37.888-57.344 37.888-93.184-0.512-33.792-13.824-67.072-38.4-91.136z" horiz-adv-x="1024" />
<glyph glyph-name="jixiaoguanli" unicode="&#58947;" d="M311.83 449.58a54 54 0 1 0-54-54 54.06 54.06 0 0 0 54 54m0 36a90 90 0 1 1 90-90 90 90 0 0 1-90 90zM609.83 622.59a54 54 0 1 0-54-54 54.06 54.06 0 0 0 54 54m0 36a90 90 0 1 1 90-90 90 90 0 0 1-90 90zM426.57-1.61h-246A116.44 116.44 0 0 0 64.22 114.7V714.85A116.44 116.44 0 0 0 180.53 831.16h600.16A116.44 116.44 0 0 0 897 714.85v-257.41a18 18 0 1 0-36 0V714.85a80.4 80.4 0 0 1-80.31 80.31H180.53a80.4 80.4 0 0 1-80.31-80.31V114.7a80.4 80.4 0 0 1 80.31-80.31h246a18 18 0 0 0 0-36zM242.09 394a17.92 17.92 0 0 0-11.31 4L70.9 527.35a18 18 0 1 0 22.64 28L253.42 426a18 18 0 0 0-11.33-32zM383 395a18 18 0 0 0-11 32.3l159.25 121.81a18 18 0 1 0 21.88-28.59L393.94 398.71A17.92 17.92 0 0 0 383 395zM879 438.6a17.92 17.92 0 0 0-10 3L669.15 575.5a18 18 0 0 0 20 29.91L889 471.56a18 18 0 0 0-10-33zM788.17-63.69a33 33 0 0 0-25.53 12.08 41.7 41.7 0 0 1-64.66 0 33.19 33.19 0 0 0-42.38-7.46l-80.11 47a33.25 33.25 0 0 0-14.43 39.81 44.69 44.69 0 0 1-3.22 37.13 42.4 42.4 0 0 1-29.77 21.09 33.09 33.09 0 0 0-27.64 32.72v93.81a33.09 33.09 0 0 0 27.66 32.73 42.25 42.25 0 0 1 29.76 21.1 44.6 44.6 0 0 1 2.91 38A33 33 0 0 0 575 344.76l79.64 46.77a33.32 33.32 0 0 0 42.8-8 41.71 41.71 0 0 1 65.77 0 33.25 33.25 0 0 0 42.79 8l79.61-46.73a33 33 0 0 0 14.19-40.45 44.58 44.58 0 0 1 2.92-38 42.39 42.39 0 0 1 29.74-21.09 33.19 33.19 0 0 0 27.7-32.56v-94a33.1 33.1 0 0 0-27.63-32.7 42.4 42.4 0 0 1-29.76-21.1 44.69 44.69 0 0 1-3.21-37.13A33.18 33.18 0 0 0 885.14-12L805-59.07a33.17 33.17 0 0 0-16.83-4.62z m-192.46 81.46l76.09-44.6a77.67 77.67 0 0 0 117 0l76.09 44.69a80.66 80.66 0 0 0 6.55 64.82 78.31 78.31 0 0 0 52.72 38.39v89.12a78.33 78.33 0 0 0-52.75 38.36 80.48 80.48 0 0 0-6.08 66.4l-75.46 44.3a77.7 77.7 0 0 0-119.16 0l-75.5-44.35a80.48 80.48 0 0 0-6.06-66.37 78.14 78.14 0 0 0-52.72-38.38V121a78.3 78.3 0 0 0 52.72-38.38 80.67 80.67 0 0 0 6.56-64.85z m330.77 192z m-135 151.42zM730.31 84.58A81.65 81.65 0 1 0 812 166.23a81.74 81.74 0 0 0-81.69-81.65z m0 127.3A45.65 45.65 0 1 1 776 166.23a45.7 45.7 0 0 1-45.69 45.65z" horiz-adv-x="1024" />
<glyph glyph-name="xingbienv" unicode="&#59121;" d="M648.192 176.64s-58.368-152.064-163.328-147.456c-104.96 3.584-174.592 147.456-174.592 147.456s-139.776-77.824-171.008-131.584c-31.744-58.368-18.944-144.384-18.944-144.384h715.264s18.944 112.64-11.264 147.456c-39.936 50.688-144.384 116.224-176.128 128.512zM828.416 348.672c3.584 38.4 14.848 79.872 24.576 120.32 17.92 65.536 33.792 127.488 17.92 174.592-29.184 86.528-67.584 180.224-168.96 199.168-20.992 5.12-41.472 6.144-60.416 7.168 12.288-7.68 21.504-22.528 21.504-38.4 0-5.632-1.024-11.264-3.584-16.896 9.216-7.68 17.92-17.92 27.136-29.184 10.24-13.312 20.48-24.576 28.16-33.792 27.136-29.184 45.056-49.664 43.008-124.928-1.024-44.032 1.024-69.632 3.584-89.088 2.048-24.576 3.584-39.424-3.584-65.536-12.288-47.104-60.928-96.768-62.976-97.792l-1.024-4.608-7.68-30.208c1.024-10.24 9.216-109.056 92.16-113.664 66.56-4.608 110.592 11.264 128.512 18.944-25.088 10.24-84.992 43.008-78.336 123.904zM686.592 351.232l2.048 7.68c11.264 11.264 50.688 54.272 60.928 94.72 11.264 45.056-2.048 55.296 0 152.064s-28.16 96.768-69.632 153.088c-9.216 12.288-17.92 21.504-27.136 29.184-7.68-11.264-20.48-18.944-34.816-18.944-18.944 0-34.816 12.288-39.424 30.208-5.632-3.584-13.312-5.632-21.504-5.632-21.504 0-39.424 16.896-40.448 38.4l-10.24 1.024c-93.696 12.288-154.112-27.136-224.256-79.872-75.264-56.32-75.264-158.72-69.632-259.072 5.632-95.744 66.56-124.928 68.608-125.952l7.68-3.584-1.024 4.608c28.16-107.008 105.984-184.832 199.168-184.832 89.088 0 165.376 72.192 196.096 173.568l-1.024-11.264 4.608 4.608z m-17.92 97.792c0-133.12-84.48-245.76-185.856-245.76-102.4 0-185.856 110.592-185.856 245.76 0 11.264 1.024 17.92 2.048 23.552 0 2.048 1.024 4.608 1.024 7.68 0 1.024 2.048 10.24 4.608 21.504 2.048 0 5.632 1.024 7.68 1.024 49.664 4.608 151.04 13.312 234.496 100.352 17.92-37.376 79.872-68.608 118.272-85.504 2.048-14.848 2.048-22.528 2.048-30.208 0-5.632 0-12.288 1.024-22.528v-15.872zM558.08 802.816c7.68 0 14.848 2.048 21.504 7.68l6.656 5.632 1.024-9.216c1.024-16.896 15.872-29.184 31.744-29.184 17.92 0 32.768 14.848 32.768 32.768-1.024 17.92-15.872 32.768-32.768 32.768-7.68 0-14.848-2.048-21.504-7.68l-6.656-5.632-1.024 9.216c-1.024 16.896-15.872 29.184-31.744 29.184-17.92 0-32.768-14.848-32.768-32.768s14.848-32.768 32.768-32.768z" horiz-adv-x="1024" />
......@@ -143,12 +182,24 @@ Created by iconfont
<glyph glyph-name="shujukaifa-huishouzhan" unicode="&#59139;" d="M192 576H96c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32h224V800c0 19.2 12.8 32 32 32h320c19.2 0 32-12.8 32-32v-96h224c19.2 0 32-12.8 32-32v-64c0-19.2-12.8-32-32-32h-96v-608c0-19.2-12.8-32-32-32H224c-19.2 0-32 12.8-32 32V576z m192 192v-64h256v64H384z m0-256v-448h64V512h-64z m192 0v-448h64V512h-64z" horiz-adv-x="1024" />
<glyph glyph-name="gukedown" unicode="&#58981;" d="M398.222222 14.222222c0 159.288889 125.155556 284.444444 284.444445 284.444445s284.444444-125.155556 284.444444-284.444445H398.222222z m284.444445 284.444445c-96.711111 0-170.666667 73.955556-170.666667 170.666666s73.955556 170.666667 170.666667 170.666667 170.666667-73.955556 170.666666-170.666667-73.955556-170.666667-170.666666-170.666666zM546.133333 327.111111C494.933333 378.311111 420.977778 412.444444 341.333333 412.444444c-159.288889 0-284.444444-125.155556-284.444444-284.444444h301.511111c34.133333 91.022222 102.4 159.288889 187.733333 199.111111zM341.333333 412.444444c-96.711111 0-170.666667 73.955556-170.666666 170.666667s73.955556 170.666667 170.666666 170.666667 170.666667-73.955556 170.666667-170.666667-73.955556-170.666667-170.666667-170.666667z" horiz-adv-x="1024" />
<glyph glyph-name="oa_nofind" unicode="&#58897;" d="M149.333333-72.96000000000004c0-11.946667 154.88-21.76 345.6-21.76s345.6 9.813333 345.6 21.76-154.88 21.76-345.6 21.76-345.6-9.813333-345.6-21.76M372.906667 683.9466669999999H806.4c8.533333 0 15.36-6.826667 15.36-15.36v-657.493334c0-8.533333-6.826667-15.36-15.36-15.36H372.906667c-8.533333 0-15.36 6.826667-15.36 15.36V668.586667c0 8.106667 7.253333 15.36 15.36 15.36z m0 0M704.853333-71.67999999999995c32.853333 1.28 58.453333 32.426667 58.453334 68.266667V596.48c0 14.506667-9.813333 26.453333-21.76 26.453333H284.586667c-13.226667-1.28-23.466667-13.226667-22.186667-26.453333v-641.706667c-0.853333-13.226667 8.96-24.746667 22.186667-26.026666l420.266666-0.426667z m0 0M720.64 117.75999999999999c0-8.106667-6.4-14.506667-14.506667-14.506667H320.853333c-5.12 0-9.813333 2.56-12.373333 7.253334-2.56 4.266667-2.56 9.813333 0 14.506666 2.56 4.266667 7.253333 7.253333 12.373333 7.253334h385.28c7.68 0 14.08-6.4 14.506667-14.506667m0 104.96c0-3.84-1.28-7.68-4.266667-10.24-2.56-2.56-6.4-4.266667-10.24-4.266667H320.853333c-5.12 0-9.813333 2.56-12.373333 7.253334-2.56 4.266667-2.56 9.813333 0 14.506666 2.56 4.266667 7.253333 7.253333 12.373333 7.253334h385.28c7.68-0.426667 14.08-6.826667 14.506667-14.506667m0 104.533333c0-8.106667-6.4-14.506667-14.506667-14.506666H320.853333c-5.12 0-9.813333 2.56-12.373333 7.253333-2.56 4.266667-2.56 9.813333 0 14.506667 2.56 4.266667 7.253333 7.253333 12.373333 7.253333h385.28c7.68 0 14.08-6.4 14.506667-14.506667m0 103.68c0-8.106667-6.4-14.506667-14.506667-14.506666H320.853333c-8.106667 0-14.506667 6.4-14.506666 14.506666s6.4 14.506667 14.506666 14.506667h385.28c7.68-0.426667 14.08-6.826667 14.506667-14.506667M648.96-2.9866670000000113v47.786667H215.04v-47.786667c0-37.12 26.453333-67.413333 61.013333-67.413333h2.986667v1.706667H708.266667c-32.426667 0-59.306667 29.44-59.306667 65.706666M861.44 741.12c0-7.68 3.84-14.506667 10.666667-18.346667 6.4-3.84 14.506667-3.84 20.906666 0 6.4 3.84 10.666667 10.666667 10.666667 18.346667 0 7.68-3.84 14.506667-10.666667 18.346667-6.4 3.84-14.506667 3.84-20.906666 0-6.826667-4.266667-10.666667-11.093333-10.666667-18.346667z m0 0M302.933333 829.013333c0-5.546667 4.693333-9.813333 9.813334-9.813333 5.546667 0 9.813333 4.693333 9.813333 9.813333v23.466667c0 5.546667-4.693333 9.813333-9.813333 9.813333C307.2 862.293333 302.933333 857.6 302.933333 852.48v-23.466667zM881.493333 267.09333300000003c0-2.133333 2.133333-4.693333 4.693334-4.693333 2.133333 0 4.693333 2.133333 4.693333 4.693333v11.52c0 2.133333-2.133333 4.693333-4.693333 4.693334-2.133333 0-4.693333-2.133333-4.693334-4.693334v-11.52zM271.36 820.053333c-5.546667 0-9.813333-4.693333-9.813333-9.813333 0-6.4 4.693333-10.666667 9.813333-10.666667h22.613333c5.546667 0 9.813333 4.693333 9.813334 9.813334 0 5.546667-4.693333 9.813333-9.813334 9.813333h-22.613333M865.706667 262.82666700000004c-2.133333 0-4.693333-2.133333-4.693334-4.693334 0-2.133333 2.133333-4.693333 4.693334-4.693333h11.52c2.133333 0 4.693333 2.133333 4.693333 4.693333 0 2.133333-2.133333 4.693333-4.693333 4.693334h-11.52M302.933333 764.16c0-5.546667 4.693333-9.813333 9.813334-9.813333 5.546667 0 9.813333 4.693333 9.813333 9.813333v23.466667c0 5.546667-4.693333 9.813333-9.813333 9.813333-5.546667 0-9.813333-4.693333-9.813334-9.813333v-23.466667zM881.493333 235.51999999999998c0-2.133333 2.133333-4.693333 4.693334-4.693333 2.133333 0 4.693333 2.133333 4.693333 4.693333v11.52c0 2.133333-2.133333 4.693333-4.693333 4.693333-2.133333 0-4.693333-2.133333-4.693334-4.693333v-11.52zM333.653333 820.053333c-5.546667 0-9.813333-4.693333-9.813333-9.813333 0-6.4 4.693333-10.666667 9.813333-10.666667h22.613334c5.546667 0 9.813333 4.693333 9.813333 9.813334 0 5.546667-4.693333 9.813333-9.813333 9.813333h-22.613334M897.706667 262.82666700000004c-2.133333 0-4.693333-2.133333-4.693334-4.693334 0-2.133333 2.133333-4.693333 4.693334-4.693333h11.52c2.133333 0 4.693333 2.133333 4.693333 4.693333 0 2.133333-2.133333 4.693333-4.693333 4.693334h-11.52M148.906667 404.053333c-21.333333 0-38.4 17.066667-38.4 38.4 0 22.613333 17.066667 39.68 38.4 39.68s38.4-17.066667 38.4-38.4c1.28-21.333333-16.64-39.68-38.4-39.68z m0 55.466667c-8.96 0-15.786667-6.826667-15.786667-15.786667s6.826667-15.786667 15.786667-15.786666 15.786667 6.826667 15.786666 15.786666c0.426667 9.386667-6.4 15.786667-15.786666 15.786667z m0 0" horiz-adv-x="1024" />
<glyph glyph-name="anquan" unicode="&#58958;" d="M200.5 381.4c0 28.7 23.3 52 52 52s52-23.3 52-52-23.3-52-52-52-52 23.3-52 52z m259.8 0c0 28.7 23.3 52 52 52s52-23.3 52-52-23.3-52-52-52c-28.7 0.1-52 23.3-52 52z m259.8 0c0 28.7 23.3 52 52 52s52-23.3 52-52-23.3-52-52-52-52 23.3-52 52z" horiz-adv-x="1024" />
<glyph glyph-name="xinxixianshi" unicode="&#59215;" d="M486.4 477.696h68.096V128H486.4V477.696zM512-42.496c239.104 0 426.496 187.904 426.496 426.496S751.104 810.496 512 810.496 85.504 623.104 85.504 384s187.392-426.496 426.496-426.496z m0-85.504C230.4-128 0 102.4 0 384S230.4 896 512 896s512-230.4 512-512-230.4-512-512-512zM520.704 568.32m-51.2 0a51.2 51.2 0 1 1 102.4 0 51.2 51.2 0 1 1-102.4 0Z" horiz-adv-x="1024" />
<glyph glyph-name="huawuguanli" unicode="&#58920;" d="M184.905143 485.888A181.833143 181.833143 0 0 0 3.364571 667.428571 181.321143 181.321143 0 0 0 184.905143 848.969143 181.321143 181.321143 0 0 0 366.445714 667.428571a181.833143 181.833143 0 0 0-181.540571-181.540571z m0 272.310857c-50.468571 0-90.770286-40.374857-90.770286-90.770286 0-50.468571 40.301714-90.770286 90.697143-90.770285 50.468571 0 90.843429 40.301714 90.843429 90.697143 0 50.468571-41.179429 90.843429-90.770286 90.843428z m589.970286-862.281143a181.833143 181.833143 0 0 0-181.540572 181.540572 181.833143 181.833143 0 0 0 181.540572 181.540571 181.833143 181.833143 0 0 0 181.540571-181.540571 181.833143 181.833143 0 0 0-181.540571-181.540572z m0 272.310857c-50.468571 0-90.770286-40.374857-90.770286-90.770285 0-50.468571 40.301714-90.770286 90.697143-90.770286 49.664 0 90.843429 40.301714 90.843428 90.697143-0.877714 49.664-41.179429 90.843429-90.770285 90.843428zM752.128-104.082286C500.882286-104.082286 53.76 339.675429 4.169143 637.147429a45.494857 45.494857 0 0 0 37.010286 52.077714 45.056 45.056 0 0 0 52.077714-36.937143c41.179429-248.758857 453.851429-665.6 658.870857-665.6 25.234286 0 45.348571-20.187429 45.348571-45.348571 0-25.234286-20.918857-45.421714-45.348571-45.421715zM789.138286 361.472a46.811429 46.811429 0 0 0-38.692572 21.065143 848.457143 848.457143 0 0 1-250.441143 253.805714 45.860571 45.860571 0 0 0-13.385142 62.976 45.860571 45.860571 0 0 0 62.976 13.458286 932.644571 932.644571 0 0 0 277.357714-281.526857 46.08 46.08 0 0 0-14.262857-63.049143 45.202286 45.202286 0 0 0-23.552-6.729143z m173.933714 61.44a45.860571 45.860571 0 0 0-39.497143 22.674286 1024.438857 1024.438857 0 0 1-360.521143 363.885714 45.202286 45.202286 0 0 0-15.945143 62.171429 45.202286 45.202286 0 0 0 62.171429 15.945142 1116.16 1116.16 0 0 0 392.484571-396.653714 45.494857 45.494857 0 0 0-38.692571-68.022857z" horiz-adv-x="1024" />
<glyph glyph-name="badreviewstatistics" unicode="&#59013;" d="M316.608 376.68266700000004c-20.245333 0-36.672-16.512-36.693333-36.885334l0.021333-110.506666c0-20.373333 16.426667-36.885333 36.693333-36.885334 20.245333 0 36.672 16.490667 36.672 36.864l0.021334 110.528c0 20.373333-16.448 36.885333-36.714667 36.885334z m147.904 185.365333c-20.437333 0-36.970667-16.554667-36.970667-36.970667V229.33333300000004a36.970667 36.970667 0 1 1 73.941334 0V525.098667c0 20.416-16.554667 36.949333-36.970667 36.949333z m147.882667-111.402667c-20.266667-0.021333-36.693333-16.512-36.693334-36.885333v-184.469333c0-20.373333 16.426667-36.885333 36.693334-36.885334s36.693333 16.490667 36.693333 36.864v184.469334c0 20.373333-16.426667 36.906667-36.693333 36.906666zM825.877333-30.997333000000026H200.576a102.698667 102.698667 0 0 0-102.592 102.592V696.896a102.698667 102.698667 0 0 0 102.592 102.592h277.952a35.989333 35.989333 0 0 0 0-72.021333H200.576c-16.874667 0-30.592-13.717333-30.592-30.592v-625.301334c0-16.874667 13.717333-30.592 30.592-30.592h625.301333c16.874667 0 30.592 13.717333 30.592 30.592V377.194667a36.010667 36.010667 0 0 0 72.021334 0v-305.6a102.741333 102.741333 0 0 0-102.613334-102.592zM605.696 761.877333c0 17.664 14.314667 31.978667 31.978667 31.978667h47.978666v-191.872h-47.978666a31.978667 31.978667 0 0 0-31.978667 31.978667V761.877333z m285.866667 7.744l31.978666-127.914666a32 32 0 0 0-31.04-39.722667h-81.258666l10.901333-76.266667a45.226667 45.226667 0 0 0-44.8-51.648h-0.021333a45.226667 45.226667 0 0 0-44.010667 34.773334l-33.386667 93.141333h-6.314666V793.856h166.912c14.698667 0 27.477333-9.984 31.04-24.234667z m0 0" horiz-adv-x="1024" />
<glyph glyph-name="yewuduanmorentouxian" unicode="&#59299;" d="M506.368 365.056c146.944 0 266.24 117.76 266.24 262.656s-119.296 262.656-266.24 262.656-266.24-117.76-266.24-262.656 119.296-262.656 266.24-262.656z m105.984-46.592h-199.68c-185.344 0-335.872-148.48-335.872-331.264v-19.968C76.8-128 225.28-128 412.672-128h199.168c180.224 0 335.872 0 335.872 95.232v19.968c0.512 182.272-150.528 331.264-335.36 331.264z" horiz-adv-x="1024" />
......@@ -158,6 +209,9 @@ Created by iconfont
<glyph glyph-name="qiyerenzheng2" unicode="&#59313;" d="M860.672 528.896V733.184h-204.288L512 877.568 367.616 733.184h-204.8v-204.8L18.432 384l144.384-144.896v-204.288h204.8l144.384-144.384 144.896 145.408h204.288v204.288l144.384 144.384-144.896 144.384z m-302.592-373.76H476.16v81.92h81.92v-81.92z m3.072 326.656l-20.992-216.576h-46.08l-21.504 216.576V582.144h88.576v-100.352z" horiz-adv-x="1024" />
<glyph glyph-name="buliangpingjiashezhi" unicode="&#59382;" d="M898.048 503.808c-7.68 25.088-17.408 49.664-29.696 72.704 42.496 48.128 40.448 120.832-4.096 166.912-22.016 22.528-52.224 34.816-83.968 34.816-29.696 0-58.368-11.264-80.384-31.744-22.528 12.288-46.592 22.528-71.68 30.208 1.024 66.048-52.224 119.296-117.76 119.296S392.192 842.752 392.192 777.216c-25.088-7.68-48.64-17.92-71.68-30.208-22.016 20.48-50.688 31.744-80.384 31.744-31.744 0-62.464-12.288-84.48-35.328-44.032-46.592-45.056-118.784-3.072-166.4-12.288-23.552-22.016-47.616-29.696-72.704-66.56-6.656-115.712-66.048-108.544-133.12 5.632-57.344 51.2-102.912 108.544-108.544 7.68-25.088 17.408-49.664 29.696-72.704-43.008-48.128-41.984-121.344 3.072-167.936 22.016-22.528 52.736-35.328 84.48-35.328 29.696 0 58.368 11.264 80.384 31.744 22.528-12.288 46.592-22.528 71.68-30.208 3.072-63.488 55.296-114.176 118.784-115.2 11.264 0 23.04 2.048 33.792 5.632 18.944 6.144 29.184 26.624 23.04 45.568-0.512 2.048-1.536 3.584-2.048 5.12-7.168 15.36-24.576 23.552-40.96 18.944-4.608-1.536-9.216-2.56-14.336-2.56-25.6 0.512-46.08 20.992-47.104 46.08l-2.048 51.2-48.64 14.848c-20.48 6.144-39.936 14.336-58.88 24.064l-44.032 24.064-37.376-34.304c-8.704-8.192-20.48-12.8-32.256-12.8-12.288 0-24.576 5.12-33.28 13.824-17.92 18.432-18.432 48.128-0.512 67.072l33.792 37.888-24.064 45.056c-10.24 18.944-17.92 39.424-24.064 59.904l-14.336 48.64-49.152 2.56c-26.624 0-48.64 22.016-48.64 48.64s22.016 48.64 48.64 48.64l50.176 2.56 14.336 48.64c6.144 20.992 14.336 40.96 24.064 59.904l24.064 45.056-34.304 37.888c-17.408 18.944-16.896 48.128 1.024 66.56 8.704 8.704 20.992 13.824 33.28 13.824 11.776 0 23.552-4.608 32.256-12.8l37.376-34.304 44.032 24.064c18.944 9.728 38.4 17.92 58.88 24.064l48.64 14.848 2.56 51.2c0 26.112 20.992 47.104 47.104 47.104s47.104-20.992 47.104-47.104l2.048-50.688 48.64-14.848c20.48-6.144 39.936-14.336 58.88-24.064l44.032-24.064 36.864 33.792c8.704 8.192 20.48 12.8 32.256 12.8 12.288 0 24.576-5.12 33.28-13.824 17.92-18.432 18.432-47.104 1.024-66.56l-33.792-37.888 24.064-45.056c10.24-18.944 17.92-39.424 24.064-59.904l14.336-48.64 49.152-2.56c26.624-2.048 46.592-25.6 45.056-52.224-0.512-8.192-3.584-16.384-8.192-23.552-11.264-14.336-9.216-34.816 5.12-46.592 1.024-0.512 2.048-1.536 3.072-2.048l7.168-4.608c13.824-8.704 32.256-4.608 41.984 8.704 39.424 54.272 27.648 130.048-26.624 169.984-18.944 13.824-40.448 21.504-63.488 23.04zM530.944 542.72C593.92 533.504 645.12 486.912 660.48 424.96c5.632-23.04 6.144-47.104 1.536-70.656-3.584-15.872 3.072-32.256 16.896-40.448 16.896-9.728 38.912-3.584 48.64 13.312 2.048 3.584 3.584 7.168 4.096 11.264 6.656 32.256 6.656 65.024 0 97.28-26.624 122.368-147.968 199.68-270.336 173.056-117.76-26.112-195.072-140.288-174.592-260.096 14.336-93.696 85.504-168.96 178.176-189.44 20.48-4.096 40.96-5.632 61.952-4.096 19.968 1.536 35.328 19.456 33.792 39.424-1.536 19.968-19.456 35.328-39.424 33.792-27.136-2.048-53.76 3.584-77.824 16.384-46.592 23.04-78.336 67.584-86.016 118.784-12.8 85.504 46.08 165.376 131.584 178.688 13.312 2.048 27.648 2.048 41.984 0.512zM706.048-126.464c-3.072 0-5.632 0.512-8.704 1.024-32.256 6.656-46.08 25.6-58.88 54.784-7.168 16.384-22.016 58.88-35.328 96.768h-25.088v284.672h265.216c35.84 0 65.536-29.184 66.56-65.024l21.504-173.568v-1.536c0-49.152-28.672-66.56-55.808-66.56h-90.112l0.512-1.536c13.312-53.76-8.192-86.528-22.016-101.376-15.872-16.896-38.912-27.648-57.856-27.648zM660.48 61.44c22.016-61.952 37.888-103.936 41.472-112.128 2.048-5.12 5.632-7.168 7.68-7.68 5.12 3.584 18.432 15.872 13.824 36.352l-23.552 93.184h163.328l-21.504 171.008h-181.76V61.44z" horiz-adv-x="1024" />
</font>
......
webpackJsonp([20],{"KS3+":function(t,a){},UKVs:function(t,a){},cuIN:function(t,a,e){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var n=e("3E4D"),s=e("Ch4/"),c=e("PI0u"),r=e("P9l9"),i={name:"app-detail",props:{brandId:{type:String,default:function(){return""}},tabType:{type:String,default:function(){return""}}},data:function(){return{projectName:"",activeName:"first",myCustomData:{searchFlag:!1,chatFlag:!1}}},beforeMount:function(){var t=window.location.origin;"-1"!=t.indexOf("localhost")?this.baseUrl="http://www.gicdev.com":this.baseUrl=t},methods:{handleClick:function(t,a){console.log(t,a)},submit:Object(c.a)(function(t){this.setData(t)},500),setData:function(t){var a=this,e={brandId:a.brandId,enterpriseId:JSON.parse(localStorage.getItem("userInfo")).enterpriseId};e[t]=a.myCustomData[t]?1:0;var c="/haoban-app-member-web/customer/save-online-chat-setting";"searchFlag"===t&&(c="/haoban-app-member-web/customer/save-customer-setting"),Object(r.c)(c,e).then(function(t){var a=t.data;1!=a.errorCode?s.a.errorMsg(a):n.a.showmsg("保存成功","success")}).catch(function(t){a.$message.error({duration:1e3,message:t.message})})},getCustomerSet:function(t){var a=this,e={brandId:t};Object(r.c)("/haoban-app-member-web/customer/find-customer-setting",e).then(function(t){var e=t.data;1!=e.errorCode?s.a.errorMsg(e):e.result&&(a.myCustomData.searchFlag=!!e.result.searchFlag)}).catch(function(t){a.$message.error({duration:1e3,message:t.message})})},getChatSet:function(t){var a=this,e={brandId:t};Object(r.c)("/haoban-app-member-web/customer/find-online-chat-setting",e).then(function(t){var e=t.data;1!=e.errorCode?s.a.errorMsg(e):e.result&&(a.myCustomData.chatFlag=!!e.result.chatFlag)}).catch(function(t){a.$message.error({duration:1e3,message:t.message})})}},watch:{brandId:function(t,a){this.getChatSet(t),this.getCustomerSet(t)}}},o={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"app-detail-wrap"},[1==t.tabType?e("el-tabs",{on:{"tab-click":t.handleClick},model:{value:t.activeName,callback:function(a){t.activeName=a},expression:"activeName"}},[e("el-tab-pane",{attrs:{label:"会员搜索设置",name:"first"}},[e("div",{staticClass:"app-detail-pane border-box p-45"},[e("el-checkbox",{model:{value:t.myCustomData.searchFlag,callback:function(a){t.$set(t.myCustomData,"searchFlag",a)},expression:"myCustomData.searchFlag"}},[t._v("会员搜索设置")]),t._v(" "),e("div",{staticClass:"m-t-46"},[e("el-button",{attrs:{type:"primary"},on:{click:function(a){t.submit("searchFlag")}}},[t._v("保 存")])],1)],1)])],1):t._e(),t._v(" "),2==t.tabType?e("el-tabs",{on:{"tab-click":t.handleClick},model:{value:t.activeName,callback:function(a){t.activeName=a},expression:"activeName"}},[e("el-tab-pane",{attrs:{label:"在线沟通设置",name:"first"}},[e("div",{staticClass:"app-detail-pane border-box p-45"},[e("el-checkbox",{model:{value:t.myCustomData.chatFlag,callback:function(a){t.$set(t.myCustomData,"chatFlag",a)},expression:"myCustomData.chatFlag"}},[t._v("在线沟通设置")]),t._v(" "),e("div",{staticClass:"m-t-46"},[e("el-button",{attrs:{type:"primary"},on:{click:function(a){t.submit("chatFlag")}}},[t._v("保 存")])],1)],1)])],1):t._e()],1)},staticRenderFns:[]};var l=e("VU/8")(i,o,!1,function(t){e("KS3+")},"data-v-2595b15a",null).exports,d={name:"common-app-top",props:{appName:{type:String,default:function(){return""}},appIcon:{type:String,default:function(){return""}}},data:function(){return{projectName:"",activeBrand:"",brandListData:[]}},methods:{returnBack:function(){this.$router.push("appcenter")},changeSelect:function(t){this.$emit("selectBrandId",t)},getBrandData:function(){var t=this;Object(r.c)("/haoban-manage-web/application-brand-list",{}).then(function(a){var e=a.data;1!=e.errorCode?s.a.errorMsg(e):e.result&&e.result.length&&(t.brandListData=e.result,t.activeBrand=t.brandListData[0].brandId,t.$emit("selectBrandId",t.brandListData[0].brandId))}).catch(function(a){t.$message.error({duration:1e3,message:a.message})})}},watch:{brandId:function(t,a){this.getBrandData()}},mounted:function(){this.getBrandData()}},u={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"app-top-wrap app-detail-wrap"},[e("div",{staticClass:"my-customer-top"},[e("div",{staticClass:"my-customer-name"},[e("span",{staticClass:"app-icon "},[e("i",{class:["iconfont",t.appIcon]})]),e("span",{staticClass:"p-l-8"},[t._v(t._s(t.appName))])]),t._v(" "),e("el-button",{staticClass:"border-radius-18 my-customer-return",on:{click:t.returnBack}},[t._v("返回")]),t._v(" "),e("div",{staticClass:"my-customer-brand"},[e("el-select",{attrs:{placeholder:"请选择"},on:{change:t.changeSelect},model:{value:t.activeBrand,callback:function(a){t.activeBrand=a},expression:"activeBrand"}},t._l(t.brandListData,function(t){return e("el-option",{key:t.brandId,attrs:{label:t.name,value:t.brandId}})}))],1)],1)])},staticRenderFns:[]};var m={name:"reviewed",data:function(){return{tableH:window.screen.availHeight-464-126+"px",appName:"我的顾客",appIcon:"icon-gukedown",activeTab:"1",tabListData:[{tabId:"1",tabName:"会员搜索设置",icon:"icon-sousuoshezhi"},{tabId:"2",tabName:"在线沟通设置",icon:"icon-zaixiangoutong"}],activeBrand:"1"}},computed:{},methods:{selectBrandId:function(t){this.activeBrand=t},selectTab:function(t){this.activeTab=t.tabId}},watch:{activeBrand:function(t,a){this.activeBrand=t,console.log(t)}},mounted:function(){document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{appDetail:l,commonAppTop:e("VU/8")(d,u,!1,function(t){e("UKVs")},"data-v-275f913a",null).exports}},p={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"my-customer-wrap common-set-wrap"},[e("div",{staticClass:"right-content"},[e("common-app-top",{attrs:{appName:t.appName,appIcon:t.appIcon},on:{selectBrandId:t.selectBrandId}}),t._v(" "),e("div",{staticClass:"right-box",style:{"min-height":t.$store.state.bgHeight}},[e("div",{staticClass:"apps-content flex",style:{height:t.$store.state.bgHeight}},[e("div",{staticClass:"apps-content-left w-157"},[e("ul",{staticClass:"tab-left-list"},[t._l(t.tabListData,function(a,n){return[e("li",{key:n,class:["tab-left-list-cell color-303133 font-14 border-box p-l-14",a.tabId==t.activeTab?"active-tab":""],on:{click:function(e){t.selectTab(a)}}},[e("i",{class:["p-r-10 color-303133 iconfont",a.icon]}),t._v(t._s(a.tabName))]),t._v(" "),e("ul",{key:"childitem"+n,staticClass:"child-tab-left-list"},[t._l(a.children,function(a,n){return[e("li",{key:n,class:["tab-left-list-cell color-303133 font-14 border-box",a.tabId==t.activeTab?"active-tab":""],on:{click:function(e){t.selectTab(a)}}},[t._v(t._s(a.tabName))]),t._v(" "),e("ul",{key:"thirditem"+n,staticClass:"third-tab-left-list"},[t._l(a.children,function(a,n){return[e("li",{key:n,class:["tab-left-list-cell color-303133 font-14 border-box",a.tabId==t.activeTab?"active-tab":""],on:{click:function(e){t.selectTab(a)}}},[t._v(t._s(a.tabName))])]})],2)]})],2)]})],2)]),t._v(" "),e("div",{staticClass:"apps-content-right"},[e("app-detail",{attrs:{brandId:t.activeBrand,tabType:t.activeTab}})],1)])])],1),t._v(" "),e("vue-gic-footer")],1)},staticRenderFns:[]};var b=e("VU/8")(m,p,!1,function(t){e("iK5u")},"data-v-370c3898",null);a.default=b.exports},iK5u:function(t,a){}});
\ No newline at end of file
webpackJsonp([20],{"9AiN":function(t,a){},UKVs:function(t,a){},cuIN:function(t,a,e){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var n=e("3E4D"),s=e("Ch4/"),c=e("PI0u"),i=e("P9l9"),r={name:"app-detail",props:{brandId:{type:String,default:function(){return""}},tabType:{type:String,default:function(){return""}}},data:function(){return{projectName:"",activeName:"first",myCustomData:{searchFlag:!1,chatFlag:!1}}},beforeMount:function(){var t=window.location.origin;"-1"!=t.indexOf("localhost")?this.baseUrl="http://www.gicdev.com":this.baseUrl=t},methods:{handleClick:function(t,a){console.log(t,a)},submit:Object(c.a)(function(t){this.seData(t)},500),seData:function(t){var a=this,e={brandId:a.brandId};e[t]=a.myCustomData.searchFlag?1:0;var c="/haoban-app-member-web/customer/save-online-chat-setting";"searchFLag"===t&&(c="/haoban-app-member-web/customer/find-customer-setting"),Object(i.c)(c,e).then(function(t){var a=t.data;1!=a.errorCode?s.a.errorMsg(a):n.a.showmsg("保存成功","success")}).catch(function(t){a.$message.error({duration:1e3,message:t.message})})},getCustomerSet:function(t){var a=this,e={brandId:t};Object(i.c)("/haoban-app-member-web/customer/find-customer-setting",e).then(function(t){var e=t.data;1!=e.errorCode?s.a.errorMsg(e):e.result&&e.result.list&&(a.myCustomData.searchFlag=!!e.result.searchFlag)}).catch(function(t){a.$message.error({duration:1e3,message:t.message})})},getChatSet:function(t){var a=this,e={brandId:t};Object(i.c)("/haoban-app-member-web/customer/find-online-chat-setting",e).then(function(t){var e=t.data;1!=e.errorCode?s.a.errorMsg(e):e.result&&e.result.list&&(a.myCustomData.chatFlag=!!e.result.chatFlag)}).catch(function(t){a.$message.error({duration:1e3,message:t.message})})}},watch:{brandId:function(t,a){console.log(t),this.getChatSet(t),this.getCustomerSet(t)}}},o={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"app-detail-wrap"},[1==t.tabType?e("el-tabs",{on:{"tab-click":t.handleClick},model:{value:t.activeName,callback:function(a){t.activeName=a},expression:"activeName"}},[e("el-tab-pane",{attrs:{label:"会员搜索设置",name:"first"}},[e("div",{staticClass:"app-detail-pane border-box p-45"},[e("el-checkbox",{model:{value:t.myCustomData.searchSwitch,callback:function(a){t.$set(t.myCustomData,"searchSwitch",a)},expression:"myCustomData.searchSwitch"}},[t._v("会员搜索设置")]),t._v(" "),e("div",{staticClass:"m-t-46"},[e("el-button",{attrs:{type:"primary"},on:{click:function(a){t.submit("searchFlag")}}},[t._v("保 存")])],1)],1)])],1):t._e(),t._v(" "),2==t.tabType?e("el-tabs",{on:{"tab-click":t.handleClick},model:{value:t.activeName,callback:function(a){t.activeName=a},expression:"activeName"}},[e("el-tab-pane",{attrs:{label:"在线沟通设置",name:"first"}},[e("div",{staticClass:"app-detail-pane border-box p-45"},[e("el-checkbox",{model:{value:t.myCustomData.onlineChat,callback:function(a){t.$set(t.myCustomData,"onlineChat",a)},expression:"myCustomData.onlineChat"}},[t._v("在线沟通设置")]),t._v(" "),e("div",{staticClass:"m-t-46"},[e("el-button",{attrs:{type:"primary"},on:{click:function(a){t.submit("chatFlag")}}},[t._v("保 存")])],1)],1)])],1):t._e()],1)},staticRenderFns:[]};var l=e("VU/8")(r,o,!1,function(t){e("sVaN")},"data-v-12424046",null).exports,d={name:"common-app-top",props:{appName:{type:String,default:function(){return""}},appIcon:{type:String,default:function(){return""}}},data:function(){return{projectName:"",activeBrand:"",brandListData:[]}},methods:{returnBack:function(){this.$router.push("appcenter")},changeSelect:function(t){this.$emit("selectBrandId",t)},getBrandData:function(){var t=this;Object(i.c)("/haoban-manage-web/application-brand-list",{}).then(function(a){var e=a.data;1!=e.errorCode?s.a.errorMsg(e):e.result&&e.result.length&&(t.brandListData=e.result,t.activeBrand=t.brandListData[0].brandId,t.$emit("selectBrandId",t.brandListData[0].brandId))}).catch(function(a){t.$message.error({duration:1e3,message:a.message})})}},watch:{brandId:function(t,a){this.getBrandData()}},mounted:function(){this.getBrandData()}},u={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"app-top-wrap app-detail-wrap"},[e("div",{staticClass:"my-customer-top"},[e("div",{staticClass:"my-customer-name"},[e("span",{staticClass:"app-icon "},[e("i",{class:["iconfont",t.appIcon]})]),e("span",{staticClass:"p-l-8"},[t._v(t._s(t.appName))])]),t._v(" "),e("el-button",{staticClass:"border-radius-18 my-customer-return",on:{click:t.returnBack}},[t._v("返回")]),t._v(" "),e("div",{staticClass:"my-customer-brand"},[e("el-select",{attrs:{placeholder:"请选择"},on:{change:t.changeSelect},model:{value:t.activeBrand,callback:function(a){t.activeBrand=a},expression:"activeBrand"}},t._l(t.brandListData,function(t){return e("el-option",{key:t.brandId,attrs:{label:t.name,value:t.brandId}})}))],1)],1)])},staticRenderFns:[]};var m={name:"reviewed",data:function(){return{tableH:window.screen.availHeight-464-126+"px",appName:"我的顾客",appIcon:"icon-tuanduichengyuan",activeTab:"1",tabListData:[{tabId:"1",tabName:"会员搜索设置",icon:"icon-jifeizhongxin"},{tabId:"2",tabName:"在线沟通设置",icon:"icon-shouji"}],activeBrand:"1"}},computed:{},methods:{selectBrandId:function(t){this.activeBrand=t},selectTab:function(t){this.activeTab=t.tabId}},watch:{activeBrand:function(t,a){this.activeBrand=t,console.log(t)}},mounted:function(){document.documentElement.style.backgroundColor="#f0f2f5"},destroyed:function(){document.documentElement.style.backgroundColor="#fff"},components:{appDetail:l,commonAppTop:e("VU/8")(d,u,!1,function(t){e("UKVs")},"data-v-275f913a",null).exports}},p={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"my-customer-wrap common-set-wrap"},[e("div",{staticClass:"right-content"},[e("common-app-top",{attrs:{appName:t.appName,appIcon:t.appIcon},on:{selectBrandId:t.selectBrandId}}),t._v(" "),e("div",{staticClass:"right-box",style:{"min-height":t.$store.state.bgHeight}},[e("div",{staticClass:"apps-content flex",style:{height:t.$store.state.bgHeight}},[e("div",{staticClass:"apps-content-left w-157"},[e("ul",{staticClass:"tab-left-list"},[t._l(t.tabListData,function(a,n){return[e("li",{key:n,class:["tab-left-list-cell color-303133 font-14 border-box p-l-14",a.tabId==t.activeTab?"active-tab":""],on:{click:function(e){t.selectTab(a)}}},[e("i",{class:["p-r-10 color-303133 iconfont",a.icon]}),t._v(t._s(a.tabName))]),t._v(" "),e("ul",{key:"childitem"+n,staticClass:"child-tab-left-list"},[t._l(a.children,function(a,n){return[e("li",{key:n,class:["tab-left-list-cell color-303133 font-14 border-box",a.tabId==t.activeTab?"active-tab":""],on:{click:function(e){t.selectTab(a)}}},[t._v(t._s(a.tabName))]),t._v(" "),e("ul",{key:"thirditem"+n,staticClass:"third-tab-left-list"},[t._l(a.children,function(a,n){return[e("li",{key:n,class:["tab-left-list-cell color-303133 font-14 border-box",a.tabId==t.activeTab?"active-tab":""],on:{click:function(e){t.selectTab(a)}}},[t._v(t._s(a.tabName))])]})],2)]})],2)]})],2)]),t._v(" "),e("div",{staticClass:"apps-content-right"},[e("app-detail",{attrs:{brandId:t.activeBrand,tabType:t.activeTab}})],1)])])],1),t._v(" "),e("vue-gic-footer")],1)},staticRenderFns:[]};var b=e("VU/8")(m,p,!1,function(t){e("9AiN")},"data-v-4107fd3c",null);a.default=b.exports},sVaN:function(t,a){}});
\ No newline at end of file
webpackJsonp([25],{Z46G:function(t,e){},Zyzf:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a("//Fk"),s=a.n(i),o=a("gBtx"),n=a.n(o),l=a("3Xzz"),c=a("PI0u"),r=a("P9l9"),d=a("3E4D"),f=a("Ch4/"),u={name:"staff-detail-field",props:{showCustomDialog:{type:Boolean,default:!1},detailData:{type:Array,default:function(){return[]}},dataType:{type:Number,default:1}},data:function(){return{repProjectName:"gic-web",customDialog:!1,fixData:["clerkName","clerkPhone","groupName","positionName"],fixDataStore:["clerkName","clerkPhone","groupName","positionName","clerkCode"],customData:[],checkList:[],baseUrl:""}},beforeMount:function(){var t=window.location.origin;"-1"!=t.indexOf("localhost")?this.baseUrl="http://gicdev.demogic.com":this.baseUrl=t},computed:{},methods:{handleCardClose:function(){this.customCancel()},customCancel:function(){this.customDialog=!1,this.$emit("customHandleConfirm","hide")},customConfirm:Object(c.a)(function(){this.checkList=this.customData.map(function(t){return t.checkList}).flat(),this.saveFields(this.dataType)},500),customChange:function(t){},saveFields:function(t){var e=this,a={fields:e.checkList,type:t};Object(r.c)("/haoban-manage-web/record/employee-show-field-save.json",a).then(function(t){var a=t.data;if(1==a.errorCode)return d.a.showmsg("添加成功","success"),void e.$emit("customHandleConfirm");f.a.errorMsg(a)}).catch(function(t){console.log(t),e.$message.error({duration:1e3,message:t.message})})},treeData:function(t){var e=t.filter(function(e){var a=t.filter(function(t){return e.fieldCode==t.parentCode});return a.length>0&&(e.children=a),0==e.parentCode});return e.sort(function(t,e){return t.sort-e.sort}),e.forEach(function(t,e){t.children.sort(function(t,e){return t.sort-e.sort})}),e},getAllFields:function(){var t=this;Object(r.c)("/haoban-manage-web/record/employee-find-system-template.json",{}).then(function(e){var a=e.data;1!=a.errorCode?f.a.errorMsg(a):t.handleAllFields(a.result)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},handleAllFields:function(t){var e=this.treeData(t);e.forEach(function(t,e){t.checkList=[]}),this.customData=e},handleDetailData:function(){var t=this;t.customData.forEach(function(e,a){e.checkList=[],e.children.forEach(function(a,i){t.checkList.includes(a.fieldCode)&&e.checkList.push(a.fieldCode),a.disable=1==t.dataType?t.fixData.includes(a.fieldCode):t.fixDataStore.includes(a.fieldCode)})})}},watch:{showCustomDialog:function(t,e){this.customDialog=t},detailData:function(t,e){this.checkList=t&&t.length?t:[],this.handleDetailData()}},mounted:function(){this.customDialog=this.showCustomDialog,this.getAllFields()}},m={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"custom-dialog-wrap"},[a("el-dialog",{attrs:{title:"员工个人详情页展示字段设置",visible:t.customDialog,width:"761px","before-close":t.handleCardClose},on:{"update:visible":function(e){t.customDialog=e}}},[a("div",{staticClass:"custom-dialog__title"},[a("p",{staticClass:"custom-dialog__p"},[t._v("tips:添加后的字段将在员工个人详情页展示出来,个人敏感信息不建议添加")])]),t._v(" "),a("div",{staticClass:"custom-dialog-body"},[t._l(t.customData,function(e,i){return[a("div",{key:i,staticClass:"detail-field-cell flex"},[a("div",{staticClass:"detail-field-left"},[t._v(t._s(e.fieldName))]),t._v(" "),a("div",{staticClass:"detail-field-right flex"},[a("el-checkbox-group",{staticClass:"flex flex-wrap",on:{change:t.customChange},model:{value:e.checkList,callback:function(a){t.$set(e,"checkList",a)},expression:"item.checkList"}},t._l(e.children,function(e,i){return a("el-checkbox",{key:e.fieldCode+i,attrs:{label:e.fieldCode,disabled:e.disable,name:"type"}},[t._v("\n "+t._s(e.fieldName)+"\n ")])}))],1)])]})],2),t._v(" "),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:t.customCancel}},[t._v("取 消")]),t._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:t.customConfirm}},[t._v("确 定")])],1)])],1)},staticRenderFns:[]};var h=a("VU/8")(u,m,!1,function(t){a("kzBV")},"data-v-1d469d6c",null).exports,v={name:"staffDetails",data:function(){return{navpath:[{name:"首页",path:"/index"},{name:"设置",path:"/companyAddress"},{name:"通讯录信息",path:"/staffDetails"},{name:"员工详细字段",path:""}],fixData:["clerkName","clerkPhone","groupName","positionName"],fixDataStore:["clerkName","clerkPhone","groupName","positionName","clerkCode"],adminStruct:{name:"行政架构通讯录员工详情字段",fixedList:[],defineList:[]},storeStruct:{name:"门店架构通讯录员工详情字段",fixedList:[],defineList:[]},showCustomDialog:!1,detailData:[],dataType:null}},computed:{},methods:{showDialogLayer:function(t){this.showCustomDialog=!0,this.dataType=t,this.detailData=1===t?this.adminStruct.fixedList.map(function(t){return t.fields}).concat(this.adminStruct.defineList.map(function(t){return t.fields})):this.storeStruct.fixedList.map(function(t){return t.fields}).concat(this.storeStruct.defineList.map(function(t){return t.fields}))},customHandleConfirm:function(t){if(this.showCustomDialog=!1,t)return!1;this.getSaveFields(this.dataType)},delField:function(t,e,a,i){var s=this;s.$alert("确定要删除?","提示",{confirmButtonText:"确定",cancelButtonText:"取消"}).then(function(o){o.value;s.postDlField(e.fields,i,a,t)}).catch(function(){})},postDlField:function(t,e,a,i){var s=this,o={fields:t,type:e};Object(r.c)("/haoban-manage-web/record/employee-show-field-delete.json",o).then(function(t){var e=t.data;if(1==e.errorCode)return d.a.showmsg("删除成功","success"),void a.splice(i,1);f.a.errorMsg(e)}).catch(function(t){s.$message.error({duration:1e3,message:t.message})})},getSaveFields:function(t){var e=this;1===t?(e.adminStruct.fixedList=[],e.adminStruct.defineList=[]):(e.storeStruct.fixedList=[],e.storeStruct.defineList=[]);var a={type:t};Object(r.c)("/haoban-manage-web/record/employee-show-field-detail.json",a).then(function(a){var i=a.data;1!=i.errorCode?f.a.errorMsg(i):i.result.forEach(function(a,i){1===n()(t)?e.fixData.includes(a.fields)?e.adminStruct.fixedList.push(a):e.adminStruct.defineList.push(a):e.fixDataStore.includes(a.fields)?e.storeStruct.fixedList.push(a):e.storeStruct.defineList.push(a)})}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},mounted:function(){s.a.all([this.getSaveFields(1),this.getSaveFields(2)])},components:{navCrumb:l.a,staffDetailField:h}},p={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"staffDetails-wrap common-set-wrap"},[a("nav-crumb",{attrs:{navpath:t.navpath}}),t._v(" "),a("div",{staticClass:"right-content"},[a("div",{staticClass:"right-box",style:{height:t.$store.state.bgHeight,"overflow-y":"auto"}},[a("div",{staticClass:"staffDetails-cell"},[a("h2",{staticClass:"m-b-25 font-w-500"},[t._v(t._s(t.adminStruct.name))]),t._v(" "),a("div",{staticClass:"staffDetails-cell-fixed"},[t._l(t.adminStruct.fixedList,function(e,i){return[a("el-button",{key:"btn1"+i,staticClass:"staffDetails-cell-btn",attrs:{disabled:""}},[t._v(t._s(e.fieldName))])]})],2),t._v(" "),a("div",{staticClass:"staffDetails-cell-add font-0"},[t._l(t.adminStruct.defineList,function(e,i){return[a("el-tag",{key:"tag1"+i,staticClass:"staffDetails-cell-btn"},[t._v(t._s(e.fieldName)+" "),a("i",{staticClass:"el-icon-circle-close",on:{click:function(a){a.stopPropagation(),t.delField(i,e,t.adminStruct.defineList,1)}}})])]}),t._v(" "),a("el-button",{staticClass:"el-tag m-l-8 staffDetails-cell-btn",on:{click:function(e){e.stopPropagation(),t.showDialogLayer(1)}}},[a("i",{staticClass:"el-icon-plus"}),t._v("添加字段")])],2)]),t._v(" "),a("div",{staticClass:"staffDetails-cell"},[a("h2",{staticClass:"m-b-25 font-w-500"},[t._v(t._s(t.storeStruct.name))]),t._v(" "),a("div",{staticClass:"staffDetails-cell-fixed"},[t._l(t.storeStruct.fixedList,function(e,i){return[a("el-button",{key:"btn"+i,staticClass:"staffDetails-cell-btn",attrs:{disabled:""}},[t._v(t._s(e.fieldName))])]})],2),t._v(" "),a("div",{staticClass:"staffDetails-cell-add font-0"},[t._l(t.storeStruct.defineList,function(e,i){return[a("el-tag",{key:"tag"+i,staticClass:"staffDetails-cell-btn"},[t._v(t._s(e.fieldName)+" "),a("i",{staticClass:"el-icon-circle-close",on:{click:function(a){a.stopPropagation(),t.delField(i,e,t.storeStruct.defineList,2)}}})])]}),t._v(" "),a("el-button",{staticClass:"el-tag m-l-8 staffDetails-cell-btn",on:{click:function(e){e.stopPropagation(),t.showDialogLayer(2)}}},[a("i",{staticClass:"el-icon-plus"}),t._v("添加字段")])],2)])])]),t._v(" "),a("vue-gic-footer"),t._v(" "),a("staff-detail-field",{attrs:{detailData:t.detailData,showCustomDialog:t.showCustomDialog,dataType:t.dataType},on:{customHandleConfirm:t.customHandleConfirm}})],1)},staticRenderFns:[]};var g=a("VU/8")(v,p,!1,function(t){a("Z46G")},"data-v-575a9b1d",null);e.default=g.exports},kzBV:function(t,e){}});
\ No newline at end of file
webpackJsonp([24],{Z46G:function(t,e){},Zyzf:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a("//Fk"),s=a.n(i),o=a("gBtx"),n=a.n(o),l=a("3Xzz"),c=a("PI0u"),r=a("P9l9"),d=a("3E4D"),f=a("Ch4/"),u={name:"staff-detail-field",props:{showCustomDialog:{type:Boolean,default:!1},detailData:{type:Array,default:function(){return[]}},dataType:{type:Number,default:1}},data:function(){return{repProjectName:"gic-web",customDialog:!1,fixData:["clerkName","clerkPhone","groupName","positionName"],fixDataStore:["clerkName","clerkPhone","groupName","positionName","clerkCode"],customData:[],checkList:[],baseUrl:""}},beforeMount:function(){var t=window.location.origin;"-1"!=t.indexOf("localhost")?this.baseUrl="http://gicdev.demogic.com":this.baseUrl=t},computed:{},methods:{handleCardClose:function(){this.customCancel()},customCancel:function(){this.customDialog=!1,this.$emit("customHandleConfirm","hide")},customConfirm:Object(c.a)(function(){this.checkList=this.customData.map(function(t){return t.checkList}).flat(),this.saveFields(this.dataType)},500),customChange:function(t){},saveFields:function(t){var e=this,a={fields:e.checkList,type:t};Object(r.c)("/haoban-manage-web/record/employee-show-field-save.json",a).then(function(t){var a=t.data;if(1==a.errorCode)return d.a.showmsg("添加成功","success"),void e.$emit("customHandleConfirm");f.a.errorMsg(a)}).catch(function(t){console.log(t),e.$message.error({duration:1e3,message:t.message})})},treeData:function(t){var e=t.filter(function(e){var a=t.filter(function(t){return e.fieldCode==t.parentCode});return a.length>0&&(e.children=a),0==e.parentCode});return e.sort(function(t,e){return t.sort-e.sort}),e.forEach(function(t,e){t.children.sort(function(t,e){return t.sort-e.sort})}),e},getAllFields:function(){var t=this;Object(r.c)("/haoban-manage-web/record/employee-find-system-template.json",{}).then(function(e){var a=e.data;1!=a.errorCode?f.a.errorMsg(a):t.handleAllFields(a.result)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})},handleAllFields:function(t){var e=this.treeData(t);e.forEach(function(t,e){t.checkList=[]}),this.customData=e},handleDetailData:function(){var t=this;t.customData.forEach(function(e,a){e.checkList=[],e.children.forEach(function(a,i){t.checkList.includes(a.fieldCode)&&e.checkList.push(a.fieldCode),a.disable=1==t.dataType?t.fixData.includes(a.fieldCode):t.fixDataStore.includes(a.fieldCode)})})}},watch:{showCustomDialog:function(t,e){this.customDialog=t},detailData:function(t,e){this.checkList=t&&t.length?t:[],this.handleDetailData()}},mounted:function(){this.customDialog=this.showCustomDialog,this.getAllFields()}},m={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"custom-dialog-wrap"},[a("el-dialog",{attrs:{title:"员工个人详情页展示字段设置",visible:t.customDialog,width:"761px","before-close":t.handleCardClose},on:{"update:visible":function(e){t.customDialog=e}}},[a("div",{staticClass:"custom-dialog__title"},[a("p",{staticClass:"custom-dialog__p"},[t._v("tips:添加后的字段将在员工个人详情页展示出来,个人敏感信息不建议添加")])]),t._v(" "),a("div",{staticClass:"custom-dialog-body"},[t._l(t.customData,function(e,i){return[a("div",{key:i,staticClass:"detail-field-cell flex"},[a("div",{staticClass:"detail-field-left"},[t._v(t._s(e.fieldName))]),t._v(" "),a("div",{staticClass:"detail-field-right flex"},[a("el-checkbox-group",{staticClass:"flex flex-wrap",on:{change:t.customChange},model:{value:e.checkList,callback:function(a){t.$set(e,"checkList",a)},expression:"item.checkList"}},t._l(e.children,function(e,i){return a("el-checkbox",{key:e.fieldCode+i,attrs:{label:e.fieldCode,disabled:e.disable,name:"type"}},[t._v("\n "+t._s(e.fieldName)+"\n ")])}))],1)])]})],2),t._v(" "),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:t.customCancel}},[t._v("取 消")]),t._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:t.customConfirm}},[t._v("确 定")])],1)])],1)},staticRenderFns:[]};var h=a("VU/8")(u,m,!1,function(t){a("kzBV")},"data-v-1d469d6c",null).exports,v={name:"staffDetails",data:function(){return{navpath:[{name:"首页",path:"/index"},{name:"设置",path:"/companyAddress"},{name:"通讯录信息",path:"/staffDetails"},{name:"员工详细字段",path:""}],fixData:["clerkName","clerkPhone","groupName","positionName"],fixDataStore:["clerkName","clerkPhone","groupName","positionName","clerkCode"],adminStruct:{name:"行政架构通讯录员工详情字段",fixedList:[],defineList:[]},storeStruct:{name:"门店架构通讯录员工详情字段",fixedList:[],defineList:[]},showCustomDialog:!1,detailData:[],dataType:null}},computed:{},methods:{showDialogLayer:function(t){this.showCustomDialog=!0,this.dataType=t,this.detailData=1===t?this.adminStruct.fixedList.map(function(t){return t.fields}).concat(this.adminStruct.defineList.map(function(t){return t.fields})):this.storeStruct.fixedList.map(function(t){return t.fields}).concat(this.storeStruct.defineList.map(function(t){return t.fields}))},customHandleConfirm:function(t){if(this.showCustomDialog=!1,t)return!1;this.getSaveFields(this.dataType)},delField:function(t,e,a,i){var s=this;s.$alert("确定要删除?","提示",{confirmButtonText:"确定",cancelButtonText:"取消"}).then(function(o){o.value;s.postDlField(e.fields,i,a,t)}).catch(function(){})},postDlField:function(t,e,a,i){var s=this,o={fields:t,type:e};Object(r.c)("/haoban-manage-web/record/employee-show-field-delete.json",o).then(function(t){var e=t.data;if(1==e.errorCode)return d.a.showmsg("删除成功","success"),void a.splice(i,1);f.a.errorMsg(e)}).catch(function(t){s.$message.error({duration:1e3,message:t.message})})},getSaveFields:function(t){var e=this;1===t?(e.adminStruct.fixedList=[],e.adminStruct.defineList=[]):(e.storeStruct.fixedList=[],e.storeStruct.defineList=[]);var a={type:t};Object(r.c)("/haoban-manage-web/record/employee-show-field-detail.json",a).then(function(a){var i=a.data;1!=i.errorCode?f.a.errorMsg(i):i.result.forEach(function(a,i){1===n()(t)?e.fixData.includes(a.fields)?e.adminStruct.fixedList.push(a):e.adminStruct.defineList.push(a):e.fixDataStore.includes(a.fields)?e.storeStruct.fixedList.push(a):e.storeStruct.defineList.push(a)})}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},mounted:function(){s.a.all([this.getSaveFields(1),this.getSaveFields(2)])},components:{navCrumb:l.a,staffDetailField:h}},p={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"staffDetails-wrap common-set-wrap"},[a("nav-crumb",{attrs:{navpath:t.navpath}}),t._v(" "),a("div",{staticClass:"right-content"},[a("div",{staticClass:"right-box",style:{height:t.$store.state.bgHeight,"overflow-y":"auto"}},[a("div",{staticClass:"staffDetails-cell"},[a("h2",{staticClass:"m-b-25 font-w-500"},[t._v(t._s(t.adminStruct.name))]),t._v(" "),a("div",{staticClass:"staffDetails-cell-fixed"},[t._l(t.adminStruct.fixedList,function(e,i){return[a("el-button",{key:"btn1"+i,staticClass:"staffDetails-cell-btn",attrs:{disabled:""}},[t._v(t._s(e.fieldName))])]})],2),t._v(" "),a("div",{staticClass:"staffDetails-cell-add font-0"},[t._l(t.adminStruct.defineList,function(e,i){return[a("el-tag",{key:"tag1"+i,staticClass:"staffDetails-cell-btn"},[t._v(t._s(e.fieldName)+" "),a("i",{staticClass:"el-icon-circle-close",on:{click:function(a){a.stopPropagation(),t.delField(i,e,t.adminStruct.defineList,1)}}})])]}),t._v(" "),a("el-button",{staticClass:"el-tag m-l-8 staffDetails-cell-btn",on:{click:function(e){e.stopPropagation(),t.showDialogLayer(1)}}},[a("i",{staticClass:"el-icon-plus"}),t._v("添加字段")])],2)]),t._v(" "),a("div",{staticClass:"staffDetails-cell"},[a("h2",{staticClass:"m-b-25 font-w-500"},[t._v(t._s(t.storeStruct.name))]),t._v(" "),a("div",{staticClass:"staffDetails-cell-fixed"},[t._l(t.storeStruct.fixedList,function(e,i){return[a("el-button",{key:"btn"+i,staticClass:"staffDetails-cell-btn",attrs:{disabled:""}},[t._v(t._s(e.fieldName))])]})],2),t._v(" "),a("div",{staticClass:"staffDetails-cell-add font-0"},[t._l(t.storeStruct.defineList,function(e,i){return[a("el-tag",{key:"tag"+i,staticClass:"staffDetails-cell-btn"},[t._v(t._s(e.fieldName)+" "),a("i",{staticClass:"el-icon-circle-close",on:{click:function(a){a.stopPropagation(),t.delField(i,e,t.storeStruct.defineList,2)}}})])]}),t._v(" "),a("el-button",{staticClass:"el-tag m-l-8 staffDetails-cell-btn",on:{click:function(e){e.stopPropagation(),t.showDialogLayer(2)}}},[a("i",{staticClass:"el-icon-plus"}),t._v("添加字段")])],2)])])]),t._v(" "),a("vue-gic-footer"),t._v(" "),a("staff-detail-field",{attrs:{detailData:t.detailData,showCustomDialog:t.showCustomDialog,dataType:t.dataType},on:{customHandleConfirm:t.customHandleConfirm}})],1)},staticRenderFns:[]};var g=a("VU/8")(v,p,!1,function(t){a("Z46G")},"data-v-575a9b1d",null);e.default=g.exports},kzBV:function(t,e){}});
\ No newline at end of file
webpackJsonp([24],{I5MM:function(t,e){},sGaA:function(t,e){},yuVF:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s=a("3Xzz"),i=a("c4uw"),o=a("Ie7z"),l=a("P9l9"),n=a("3E4D"),r=a("Ch4/"),c={name:"visiable-dialog",props:{showDialog:{type:Boolean,default:!1},appId:{type:String,default:""},appName:{type:String,default:""}},components:{vueSelectEmployee:i.a,vueSelectStore:o.a},data:function(){return{repProjectName:"haoban-manage-web",customDialog:!1,formData:{appId:this.appId,displayType:"0",data:[],departList:[],brandValue:[]},treeSet:{isSelectPerson:!1,dialogVisible:!1,isSingle:!1},treeData:{},defaultSelection:[],changed:"",onlyPerson:!1,selectType:"",defaultStoreList:[],storeTreeSet:{isSelectPerson:!1,dialogVisible:!1,isSingle:!1}}},beforeMount:function(){},methods:{handleClose:function(t){t(),this.hideDialog()},customCancel:function(){this.hideDialog()},hideDialog:function(){this.customDialog=!1,this.$emit("hideDialog")},showDialogLayer:function(t,e){if(this.selectType=t,this.changed=t,"store"===t)return this.defaultStoreList=e,void(this.storeTreeSet={dialogVisible:!0,isSingle:!1,isSelectPerson:!0});this.treeSet={dialogVisible:!0,isSingle:!1,isSelectPerson:!1},"people"===t?(this.onlyPerson=!0,this.treeSet={dialogVisible:!0,isSingle:!1,isSelectPerson:!0}):this.onlyPerson=!1,this.defaultSelection=e,this.treeData.hasOwnProperty("treeData")},handleSelectedList:function(t){"people"===this.selectType?this.formData.peopleList=t:"store"===this.selectType?this.formData.brandValue=t:this.formData.departList=t},customConfirm:function(){this.setData()},setData:function(t){var e=this,a={appId:this.appId,displayType:parseInt(e.formData.displayType),data:[]};Object(l.b)("/haoban-manage-web/application-right-save",a).then(function(t){var a=t.data;if(1==a.errorCode)return n.a.showmsg("设置成功","success"),void e.hideDialog();r.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},getSetData:function(){var t=this,e={appId:t.formData.appId};Object(l.c)("/haoban-manage-web/application-right-detail",e).then(function(t){var e=t.data;1!=e.errorCode&&r.a.errorMsg(e)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})}},watch:{showDialog:function(t,e){this.customDialog=t},appId:function(t,e){this.formData.appId=t,t&&this.getSetData()}},mounted:function(){this.customDialog=this.showDialog,this.appId&&this.getSetData()}},p={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{directives:[{name:"show",rawName:"v-show",value:t.customDialog,expression:"customDialog"}]},[a("el-dialog",{staticClass:"app-dialog",attrs:{title:t.appName,visible:t.customDialog,width:"476px","before-close":t.handleClose},on:{"update:visible":function(e){t.customDialog=e}}},[a("div",{staticClass:"app-dialog-body"},[a("el-form",{ref:"form",attrs:{model:t.formData,"label-width":"80px"}},[a("el-form-item",{attrs:{label:"可见范围"}},[a("div",[a("el-radio",{attrs:{label:"0"},model:{value:t.formData.displayType,callback:function(e){t.$set(t.formData,"displayType",e)},expression:"formData.displayType"}},[t._v("全部员工")])],1),t._v(" "),a("div",[a("el-radio",{attrs:{label:"1"},model:{value:t.formData.displayType,callback:function(e){t.$set(t.formData,"displayType",e)},expression:"formData.displayType"}},[t._v("部分员工")])],1)]),t._v(" "),a("div",{directives:[{name:"show",rawName:"v-show",value:1==t.formData.displayType,expression:"formData.displayType == 1"}]},[a("el-form-item",{staticClass:"m-b-0 m-t-10",attrs:{label:"行政架构",prop:"name"}},[a("div",{staticClass:"flex w-380 flex-column item-cell-select"},[a("div",{staticClass:"depart-item-wrap"},[a("div",{staticClass:"el-select el-select--large depart-item-content",on:{click:function(e){t.showDialogLayer("depart",t.formData.departList)}}},[a("div",{staticClass:"el-select__tags",staticStyle:{"max-width":"181px"}},[a("span",[t._l(t.formData.departList,function(e,s){return[a("span",{key:s,staticClass:"el-tag el-tag--info el-tag--small"},[a("span",{staticClass:"el-select__tags-text"},[t._v(t._s(e.name))]),a("i",{staticClass:"el-tag__close el-icon-close",on:{click:function(e){e.stopPropagation(),t.delDepart(s,t.formData.departList)}}})])]})],2)])])])])]),t._v(" "),a("el-form-item",{staticClass:"m-t-22",attrs:{label:"门店架构",prop:"name"}},[a("div",{staticClass:"flex w-380 flex-column item-cell-select"},[a("div",{staticClass:"depart-item-wrap"},[a("div",{staticClass:"el-select el-select--large depart-item-content",staticStyle:{width:"213px"},on:{click:function(e){t.showDialogLayer("store",t.formData.brandValue)}}},[a("div",{staticClass:"el-select__tags",staticStyle:{"max-width":"181px"}},[a("span",[t._l(t.formData.brandValue,function(e,s){return[a("span",{key:s,staticClass:"el-tag el-tag--info el-tag--small"},[a("span",{staticClass:"el-select__tags-text"},[t._v(t._s(e.name||e.storeName))]),a("i",{staticClass:"el-tag__close el-icon-close",on:{click:function(e){e.stopPropagation(),t.delDepart(s,t.formData.brandValue)}}})])]})],2)])])])])])],1)],1)],1),t._v(" "),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:t.customCancel}},[t._v("取 消")]),t._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:t.customConfirm}},[t._v("确 定")])],1)]),t._v(" "),a("vue-select-employee",{attrs:{defaultSelection:t.defaultSelection,onlyPerson:t.onlyPerson,treeSet:t.treeSet,changed:t.changed},on:{handleSelectedList:t.handleSelectedList}}),t._v(" "),a("vue-select-store",{ref:"storeSelector",attrs:{treeSet:t.storeTreeSet,selectType:"group-store",defaultList:t.defaultStoreList},on:{handleSelectedList:t.handleSelectedList}})],1)},staticRenderFns:[]};var d=a("VU/8")(c,p,!1,function(t){a("I5MM")},"data-v-277016ff",null).exports,u={name:"apps",data:function(){return{tableH:window.screen.availHeight-464-126+"px",navpath:[{name:"首页",path:"/index"},{name:"企业应用",path:""}],appList:[],roleCode:"",appName:"",appId:"",showDialog:!1}},computed:{},methods:{showPeople:function(t){if("master_admin"!=this.roleCode&&"admin"!=this.roleCode)return this.$message.error({duration:1e3,message:"暂无操作权限"}),!1;this.appName=t.name,this.appId=t.appId,this.showDialog=!0},hideDialog:function(){this.appName="",this.showDialog=!1},changeSwitch:function(t){var e=this;if("master_admin"!=e.roleCode)return e.$message.error({duration:1e3,message:"暂无操作权限"}),!1;e.$confirm("此操作将永久删除该文件, 是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){e.postSwitch(t)}).catch(function(){})},postSwitch:function(t){var e=this,a={appId:t.appId,status:2==t.status?1:2};Object(l.a)("/haoban-manage-web/application-on-off",a).then(function(t){var e=t.data;1!=e.errorCode?r.a.errorMsg(e):n.a.showmsg("操作成功","success")}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},toAppDetail:function(t){this.$router.push("/mycustomer?appId="+t.id)},getAppList:function(t){var e=this;Object(l.a)("/haoban-manage-web/application-rigth-list",{}).then(function(t){var a=t.data;1!=a.errorCode?r.a.errorMsg(a):a.result&&a.result.appList&&(e.appList=a.result.appList,e.roleCode=a.result.roleCode)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},mounted:function(){this.getAppList()},components:{navCrumb:s.a,visiableDialog:d}},m={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"apps-wrap common-set-wrap"},[a("nav-crumb",{attrs:{navpath:t.navpath}}),t._v(" "),a("div",{staticClass:"right-content"},[a("div",{staticClass:"right-box",style:{"min-height":t.$store.state.bgHeight}},[a("div",{staticClass:"apps-content"},[a("div",{staticClass:"apps-content-title"},[t._v("基础应用")]),t._v(" "),a("div",{staticClass:"apps-content-body m-t-24"},[a("ul",{staticClass:"flex flex-row flex-wrap"},t._l(t.appList,function(e,s){return a("li",{key:e.appId+s,staticClass:"flex flex-align-center border-box flex",on:{click:function(a){if(a.target!==a.currentTarget)return null;t.toAppDetail(e)}}},[a("span",{staticClass:"square-item flex flex-align-center flex-pack-center",style:{background:e.appBackgroudColor},on:{click:function(a){a.stopPropagation(),t.toAppDetail(e)}}},[a("i",{class:["iconfont",e.appIcon]})]),t._v(" "),a("span",{staticClass:"color-303133 font-16 p-l-8",on:{click:function(a){if(a.target!==a.currentTarget)return null;t.toAppDetail(e)}}},[t._v(t._s(e.appName))]),t._v(" "),a("div",{staticClass:"cell-arrow-down"},[a("el-dropdown",{staticClass:"app-cell-dropdown",attrs:{trigger:"hover"}},[a("span",{staticClass:"el-dropdown-link"},[a("i",{staticClass:"el-icon-more el-icon--right color-909399"})]),t._v(" "),a("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[a("el-dropdown-item",{staticClass:"p-0"},[a("span",{on:{click:function(a){a.stopPropagation(),t.showPeople(e)}}},[t._v("可见人群")])]),t._v(" "),a("el-dropdown-item",{staticClass:"p-0"},[a("span",{on:{click:function(a){a.stopPropagation(),t.changeSwitch(e)}}},[t._v(t._s(1==e.status?"停用":"启用"))])])],1)],1)],1)])}))])])])]),t._v(" "),a("vue-gic-footer"),t._v(" "),a("visiableDialog",{attrs:{appId:t.appId,appName:t.appName,showDialog:t.showDialog},on:{hideDialog:t.hideDialog}})],1)},staticRenderFns:[]};var f=a("VU/8")(u,m,!1,function(t){a("sGaA")},"data-v-541a610e",null);e.default=f.exports}});
\ No newline at end of file
webpackJsonp([25],{Lmd3:function(t,e){},sGaA:function(t,e){},yuVF:function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s=a("3Xzz"),i=a("c4uw"),o=a("Ie7z"),l=a("P9l9"),n=a("3E4D"),r=a("Ch4/"),c={name:"visiable-dialog",props:{showDialog:{type:Boolean,default:!1},appId:{type:String,default:""},appName:{type:String,default:""}},components:{vueSelectEmployee:i.a,vueSelectStore:o.a},data:function(){return{repProjectName:"haoban-manage-web",customDialog:!1,formData:{appId:this.appId,displayType:"0",data:[],departList:[],storeValue:[]},treeSet:{isSelectPerson:!1,dialogVisible:!1,isSingle:!1},treeData:{},defaultSelection:[],changed:"",onlyPerson:!1,selectType:"",defaultStoreList:[],storeTreeSet:{isSelectPerson:!1,dialogVisible:!1,isSingle:!1}}},beforeMount:function(){},methods:{handleClose:function(t){t(),this.hideDialog()},customCancel:function(){this.hideDialog()},hideDialog:function(){this.customDialog=!1,this.$emit("hideDialog")},showDialogLayer:function(t,e){if(this.selectType=t,this.changed=t,"store"===t)return this.defaultStoreList=e,void(this.storeTreeSet={dialogVisible:!0,isSingle:!1,isSelectPerson:!0});this.treeSet={dialogVisible:!0,isSingle:!1,isSelectPerson:!0},"people"===t&&(this.onlyPerson=!1,this.treeSet={dialogVisible:!0,isSingle:!1,isSelectPerson:!0}),this.defaultSelection=e,this.treeData.hasOwnProperty("treeData")},handleSelectedList:function(t){console.log(t),"store"===this.selectType?this.formData.storeValue=t:this.formData.departList=t},customConfirm:function(){this.setData()},setData:function(t){var e=this,a={appId:this.appId,displayType:parseInt(e.formData.displayType),data:[]};Object(l.c)("/haoban-manage-web/application-right-save",a).then(function(t){var a=t.data;if(1==a.errorCode)return n.a.showmsg("设置成功","success"),void e.hideDialog();r.a.errorMsg(a)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},getSetData:function(){var t=this,e={appId:t.formData.appId};Object(l.c)("/haoban-manage-web/application-right-detail",e).then(function(e){var a=e.data;1!=a.errorCode?r.a.errorMsg(a):t.formData.displayType=String(a.result.displayType)}).catch(function(e){t.$message.error({duration:1e3,message:e.message})})}},watch:{showDialog:function(t,e){this.customDialog=t},appId:function(t,e){this.formData.appId=t,t&&this.getSetData()}},mounted:function(){this.customDialog=this.showDialog,this.appId&&this.getSetData()}},p={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{directives:[{name:"show",rawName:"v-show",value:t.customDialog,expression:"customDialog"}]},[a("el-dialog",{staticClass:"app-dialog",attrs:{title:t.appName,visible:t.customDialog,width:"476px","before-close":t.handleClose},on:{"update:visible":function(e){t.customDialog=e}}},[a("div",{staticClass:"app-dialog-body"},[a("el-form",{ref:"form",attrs:{model:t.formData,"label-width":"80px"}},[a("el-form-item",{attrs:{label:"可见范围"}},[a("div",[a("el-radio",{attrs:{label:"0"},model:{value:t.formData.displayType,callback:function(e){t.$set(t.formData,"displayType",e)},expression:"formData.displayType"}},[t._v("全部员工")])],1),t._v(" "),a("div",[a("el-radio",{attrs:{label:"1"},model:{value:t.formData.displayType,callback:function(e){t.$set(t.formData,"displayType",e)},expression:"formData.displayType"}},[t._v("部分员工")])],1)]),t._v(" "),a("div",{directives:[{name:"show",rawName:"v-show",value:1==t.formData.displayType,expression:"formData.displayType == 1"}]},[a("el-form-item",{staticClass:"m-b-0 m-t-10",attrs:{label:"行政架构",prop:"name"}},[a("div",{staticClass:"flex w-380 flex-column item-cell-select"},[a("div",{staticClass:"depart-item-wrap"},[a("div",{staticClass:"el-select el-select--large depart-item-content",on:{click:function(e){t.showDialogLayer("depart",t.formData.departList)}}},[a("div",{staticClass:"el-select__tags",staticStyle:{"max-width":"181px"}},[a("span",[t._l(t.formData.departList,function(e,s){return[a("span",{key:s,staticClass:"el-tag el-tag--info el-tag--small"},[a("span",{staticClass:"el-select__tags-text"},[t._v(t._s(e.name))]),a("i",{staticClass:"el-tag__close el-icon-close",on:{click:function(e){e.stopPropagation(),t.delDepart(s,t.formData.departList)}}})])]})],2)])])])])]),t._v(" "),a("el-form-item",{staticClass:"m-t-22",attrs:{label:"门店架构",prop:"name"}},[a("div",{staticClass:"flex w-380 flex-column item-cell-select"},[a("div",{staticClass:"depart-item-wrap"},[a("div",{staticClass:"el-select el-select--large depart-item-content",staticStyle:{width:"213px"},on:{click:function(e){t.showDialogLayer("store",t.formData.storeValue)}}},[a("div",{staticClass:"el-select__tags",staticStyle:{"max-width":"181px"}},[a("span",[t._l(t.formData.storeValue,function(e,s){return[a("span",{key:s,staticClass:"el-tag el-tag--info el-tag--small"},[a("span",{staticClass:"el-select__tags-text"},[t._v(t._s(e.name||e.storeName))]),a("i",{staticClass:"el-tag__close el-icon-close",on:{click:function(e){e.stopPropagation(),t.delDepart(s,t.formData.storeValue)}}})])]})],2)])])])])])],1)],1)],1),t._v(" "),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{on:{click:t.customCancel}},[t._v("取 消")]),t._v(" "),a("el-button",{attrs:{type:"primary"},on:{click:t.customConfirm}},[t._v("确 定")])],1)]),t._v(" "),a("vue-select-employee",{attrs:{defaultSelection:t.defaultSelection,onlyPerson:t.onlyPerson,treeSet:t.treeSet,changed:t.changed},on:{handleSelectedList:t.handleSelectedList}}),t._v(" "),a("vue-select-store",{ref:"storeSelector",attrs:{treeSet:t.storeTreeSet,selectType:"group-store",defaultList:t.defaultStoreList},on:{handleSelectedList:t.handleSelectedList}})],1)},staticRenderFns:[]};var d=a("VU/8")(c,p,!1,function(t){a("Lmd3")},"data-v-16c1039a",null).exports,u={name:"apps",data:function(){return{tableH:window.screen.availHeight-464-126+"px",navpath:[{name:"首页",path:"/index"},{name:"企业应用",path:""}],appList:[],roleCode:"",appName:"",appId:"",showDialog:!1}},computed:{},methods:{showPeople:function(t){if("master_admin"!=this.roleCode&&"admin"!=this.roleCode)return this.$message.error({duration:1e3,message:"暂无操作权限"}),!1;this.appName=t.name,this.appId=t.appId,this.showDialog=!0},hideDialog:function(){this.appName="",this.showDialog=!1},changeSwitch:function(t){var e=this;if("master_admin"!=e.roleCode)return e.$message.error({duration:1e3,message:"暂无操作权限"}),!1;e.$confirm("此操作将永久删除该文件, 是否继续?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(function(){e.postSwitch(t)}).catch(function(){})},postSwitch:function(t){var e=this,a={appId:t.appId,status:2==t.status?1:2};Object(l.a)("/haoban-manage-web/application-on-off",a).then(function(t){var e=t.data;1!=e.errorCode?r.a.errorMsg(e):n.a.showmsg("操作成功","success")}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})},toAppDetail:function(t){this.$router.push("/mycustomer?appId="+t.id)},getAppList:function(t){var e=this;Object(l.a)("/haoban-manage-web/application-rigth-list",{}).then(function(t){var a=t.data;1!=a.errorCode?r.a.errorMsg(a):a.result&&a.result.appList&&(e.appList=a.result.appList,e.roleCode=a.result.roleCode)}).catch(function(t){e.$message.error({duration:1e3,message:t.message})})}},mounted:function(){this.getAppList()},components:{navCrumb:s.a,visiableDialog:d}},m={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"apps-wrap common-set-wrap"},[a("nav-crumb",{attrs:{navpath:t.navpath}}),t._v(" "),a("div",{staticClass:"right-content"},[a("div",{staticClass:"right-box",style:{"min-height":t.$store.state.bgHeight}},[a("div",{staticClass:"apps-content"},[a("div",{staticClass:"apps-content-title"},[t._v("基础应用")]),t._v(" "),a("div",{staticClass:"apps-content-body m-t-24"},[a("ul",{staticClass:"flex flex-row flex-wrap"},t._l(t.appList,function(e,s){return a("li",{key:e.appId+s,staticClass:"flex flex-align-center border-box flex",on:{click:function(a){if(a.target!==a.currentTarget)return null;t.toAppDetail(e)}}},[a("span",{staticClass:"square-item flex flex-align-center flex-pack-center",style:{background:e.appBackgroudColor},on:{click:function(a){a.stopPropagation(),t.toAppDetail(e)}}},[a("i",{class:["iconfont",e.appIcon]})]),t._v(" "),a("span",{staticClass:"color-303133 font-16 p-l-8",on:{click:function(a){if(a.target!==a.currentTarget)return null;t.toAppDetail(e)}}},[t._v(t._s(e.appName))]),t._v(" "),a("div",{staticClass:"cell-arrow-down"},[a("el-dropdown",{staticClass:"app-cell-dropdown",attrs:{trigger:"hover"}},[a("span",{staticClass:"el-dropdown-link"},[a("i",{staticClass:"el-icon-more el-icon--right color-909399"})]),t._v(" "),a("el-dropdown-menu",{attrs:{slot:"dropdown"},slot:"dropdown"},[a("el-dropdown-item",{staticClass:"p-0"},[a("span",{on:{click:function(a){a.stopPropagation(),t.showPeople(e)}}},[t._v("可见人群")])]),t._v(" "),a("el-dropdown-item",{staticClass:"p-0"},[a("span",{on:{click:function(a){a.stopPropagation(),t.changeSwitch(e)}}},[t._v(t._s(1==e.status?"停用":"启用"))])])],1)],1)],1)])}))])])])]),t._v(" "),a("vue-gic-footer"),t._v(" "),a("visiableDialog",{attrs:{appId:t.appId,appName:t.appName,showDialog:t.showDialog},on:{hideDialog:t.hideDialog}})],1)},staticRenderFns:[]};var f=a("VU/8")(u,m,!1,function(t){a("sGaA")},"data-v-541a610e",null);e.default=f.exports}});
\ No newline at end of file
webpackJsonp([44],{"/NA0":function(e,t){},"4qCZ":function(e,t){},"5tgt":function(e,t,n){e.exports=function(e,t){return function(o){n("Opzk")("./"+e+"/"+t+".vue").then(function(e){o(e)})}}},NHnr:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n("mvHQ"),a=n.n(o),r=n("7+uW"),c={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{attrs:{id:"app"}},[t("transition",{attrs:{name:"fade",mode:"out-in"}},[t("router-view")],1)],1)},staticRenderFns:[]};var s=n("VU/8")({name:"App",data:function(){return{}}},c,!1,function(e){n("/NA0")},null,null).exports,i=n("/ocq"),p=n("5tgt"),m=n.n(p);r.default.use(i.a);var d=function(e){n.e(1).then(n.bind(null,"ODjX")).then(function(t){e(t)})};window.sessionStorage.getItem("token")&&store.commit(types.LOGIN,window.sessionStorage.getItem("token"));var u,l=[{path:"/",name:"/",redirect:"login"},{path:"/login",name:"登录",component:m()("login","index")},{path:"/index",name:"index",component:m()("index","index")},{path:"/contacts",name:"通讯录",redirect:"administrativeFrame",component:m()("contacts","index"),children:[{path:"/administrativeFrame",name:"行政架构",component:m()("contacts","administrativeFrame")},{path:"/employeeIo",name:"批量导入/导出",component:m()("contacts","employeeIo")},{path:"/addDepartment",name:"添加部门",component:m()("contacts","addDepartment")},{path:"/addClerk",name:"添加店员",component:m()("contacts","addClerk")},{path:"/storeFrame",name:"门店架构",component:m()("contacts","storeFrame")},{path:"/addGroup",name:"添加子分组",component:m()("contacts","addGroup")},{path:"/storeIo",name:"门店导入/导出",component:m()("contacts","storeIo")},{path:"/storeInfo",name:"编辑门店",component:m()("contacts","storeInfo")},{path:"/recycle",name:"门店回收站",component:m()("contacts","recycle")},{path:"/employee",name:"编辑员工",component:m()("contacts","employee")},{path:"/unemployee",name:"离职员工",component:m()("contacts","unemployee")},{path:"/fileSet",name:"档案设置",component:m()("contacts","fileSet")},{path:"/recordInfo",name:"编辑员工信息",component:m()("contacts","recordInfo")},{path:"/recordIo",name:"导入导出员工档案",component:m()("contacts","recordIo")},{path:"/shareContact",name:"共享通讯录",component:m()("contacts","shareContact")},{path:"/shareCode",name:"共享通讯录二维码",component:m()("contacts","shareCode")},{path:"/employeeRecord",name:"在职员工",component:m()("contacts","employeeRecord")}]},{path:"/enterpriseApp",name:"企业应用",redirect:"appcenter",component:m()("enterpriseApp","index"),children:[{path:"/appcenter",name:"企业应用中心",component:m()("enterpriseApp","appcenter")},{path:"/mycustomer",name:"我的顾客",component:m()("enterpriseApp","mycustomer")}]},{path:"/reviewCenter",name:"审核中心",redirect:"unreview",component:m()("reviewCenter","index"),children:[{path:"/reviewed",name:"已审核",component:m()("reviewCenter","reviewed")},{path:"/unreview",name:"未审核",component:m()("reviewCenter","unreview")}]},{path:"/setCenter",name:"设置",redirect:"companyAddress",component:m()("setting","index"),children:[{path:"/companyAddress",name:"企业地址",component:m()("setting","companyAddress")},{path:"/companyCertify",name:"企业认证",component:m()("setting","companyCertify")},{path:"/staffDetails",name:"员工详情字段",component:m()("setting","staffDetails")},{path:"/storePermission",name:"门店权限设置",component:m()("setting","storePermission")},{path:"/replaceAdmin",name:"更换超级管理员",component:m()("setting","replaceAdmin")},{path:"/setChildAdmin",name:"设置子管理员",component:m()("setting","setChildAdmin")},{path:"/addAdmin",name:"添加管理员",component:m()("setting","addAdmin")},{path:"/addAdminRole",name:"添加管理员角色",component:m()("setting","addAdminRole")}]},{path:"/staffRecordsTemplate",name:"员工档案设置",component:m()("contacts","staffRecordsTemplate")},{path:"/403",name:"无权访问",component:d},{path:"/404",name:"error404",component:d},{path:"/500",name:"error500",component:d},{path:"*",redirect:"/404",hidden:!0}],f=new i.a({routes:l,scrollBehavior:function(){return{y:0}}}),h=n("zL8q"),v=n.n(h),g=n("Rf8U"),y=n.n(g),w=n("mtWM"),A=n.n(w),C=n("bOdI"),I=n.n(C),x=n("NYxO");r.default.use(x.a);var R=new x.a.Store({state:{user:{},token:null,title:"",show:!1,bgHeight:window.screen.availHeight-440-24+"px"},mutations:(u={},I()(u,"login",function(e,t){sessionStorage.token=t,e.token=t}),I()(u,"logout",function(e){sessionStorage.removeItem("token"),e.token=null}),I()(u,"title",function(e,t){e.title=t}),I()(u,"show",function(e,t){e.show=t}),u)}),k=(n("4qCZ"),n("uKUT"),n("Xcu2"),n("TUaa")),P=n.n(k),S=n("tyqE"),F=n.n(S),O=n("pRVe"),T=n.n(O),b=n("SE7k"),D=n.n(b),j=n("XsK6"),z=n.n(j),E=n("QRL9"),G=n.n(E),H=n("2Pnh"),q=n.n(H),J=n("l9mu"),N=n.n(J),X={install:function(e,t){e.prototype.getPdf=function(){var e=this.htmlTitle;q()(document.querySelector("#pdfDom"),{allowTaint:!0,foreignObjectRendering:!0}).then(function(t){var n=t.width,o=t.height,a=n/592.28*841.89,r=o,c=0,s=592.28/n*o,i=t.toDataURL("image/jpeg",1),p=new N.a("","pt","a4");if(r<a)p.addImage(i,"JPEG",0,0,595.28,s);else for(;r>0;)p.addImage(i,"JPEG",0,c,595.28,s),c-=841.89,(r-=a)>0&&p.addPage();p.save(e+".pdf")})}}};r.default.use(X),r.default.use(z.a),r.default.use(G.a),r.default.use(D.a),r.default.use(T.a),r.default.use(F.a),r.default.use(P.a),r.default.config.productionTip=!1,r.default.use(v.a,{size:"large"}),r.default.use(y.a,A.a),r.default.axios.defaults.withCredentials=!0,f.beforeEach(function(e,t,n){var o=void 0,r=window.location.origin;o="-1"!=r.indexOf("localhost")?"http://www.gicdev.com":r,localStorage.getItem("userInfo")||A.a.get(o+"/haoban-manage-web/emp/get-user-info",{}).then(function(e){var t=e.data;1!=t.errorCode||localStorage.setItem("userInfo",a()(t.result))}).catch(function(e){h.Message.error({duration:1e3,message:e.message})}),"/"==e.path?n({path:"/login"}):n()}),new r.default({el:"#app",router:f,store:R,components:{App:s},template:"<App/>"})},Opzk:function(e,t,n){var o={"./contacts/addClerk.vue":["27o1",0,17],"./contacts/addDepartment.vue":["HHRu",0,16],"./contacts/addEmployee.vue":["00Sv",35],"./contacts/addGroup.vue":["mPjx",0,33],"./contacts/administrativeFrame.vue":["kLcy",0,3],"./contacts/employee.vue":["AdJp",0,38],"./contacts/employeeIo.vue":["Rwbg",0,29],"./contacts/employeeRecord.vue":["zGJY",0,5],"./contacts/fileSet.vue":["CSjr",0,6],"./contacts/index.vue":["41Rh",0,31],"./contacts/recordInfo.vue":["67iC",0,10],"./contacts/recordIo.vue":["738z",0,18],"./contacts/recycle.vue":["HkK0",0,27],"./contacts/shareAddDepartment.vue":["q5Ri",0,15],"./contacts/shareCode.vue":["JsWW",0,39],"./contacts/shareContact.vue":["Gfms",0,2],"./contacts/staffRecordsTemplate.vue":["lFAe",0,12],"./contacts/storeFrame.vue":["7SJI",0,4],"./contacts/storeInfo.vue":["h/6A",0,8],"./contacts/storeIo.vue":["RHxA",0,41],"./contacts/unemployee.vue":["TGrv",0,14],"./enterpriseApp/appcenter.vue":["yuVF",0,24],"./enterpriseApp/index.vue":["da9f",42],"./enterpriseApp/mycustomer.vue":["cuIN",0,20],"./errorPage/403.vue":["6XGN",23],"./errorPage/404.vue":["AejC",22],"./errorPage/500.vue":["FskK",21],"./errorPage/index.vue":["ODjX",1],"./index/index.vue":["JXTs",0,26],"./login/index.vue":["T+/8",0,7],"./reviewCenter/index.vue":["+lem",37],"./reviewCenter/reviewed.vue":["CLYF",0,13],"./reviewCenter/unreview.vue":["xCEU",0,11],"./setting/addAdmin.vue":["rs/A",0,36],"./setting/addAdminRole.vue":["fZsz",0,28],"./setting/companyAddress.vue":["SKyE",0,40],"./setting/companyCertify.vue":["3zYh",0,9],"./setting/index.vue":["VlR1",30],"./setting/replaceAdmin.vue":["ys9I",0,32],"./setting/setChildAdmin.vue":["VqB7",0,34],"./setting/staffDetails.vue":["Zyzf",0,25],"./setting/storePermission.vue":["Xwfy",0,19]};function a(e){var t=o[e];return t?Promise.all(t.slice(1).map(n.e)).then(function(){return n(t[0])}):Promise.reject(new Error("Cannot find module '"+e+"'."))}a.keys=function(){return Object.keys(o)},a.id="Opzk",e.exports=a},Xcu2:function(e,t){},uKUT:function(e,t){}},["NHnr"]);
\ No newline at end of file
webpackJsonp([44],{"/NA0":function(e,t){},"4qCZ":function(e,t){},"5tgt":function(e,t,n){e.exports=function(e,t){return function(o){n("Opzk")("./"+e+"/"+t+".vue").then(function(e){o(e)})}}},NHnr:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n("mvHQ"),a=n.n(o),r=n("7+uW"),c={render:function(){var e=this.$createElement,t=this._self._c||e;return t("div",{attrs:{id:"app"}},[t("transition",{attrs:{name:"fade",mode:"out-in"}},[t("router-view")],1)],1)},staticRenderFns:[]};var s=n("VU/8")({name:"App",data:function(){return{}}},c,!1,function(e){n("/NA0")},null,null).exports,i=n("/ocq"),p=n("5tgt"),m=n.n(p);r.default.use(i.a);var d=function(e){n.e(1).then(n.bind(null,"ODjX")).then(function(t){e(t)})};window.sessionStorage.getItem("token")&&store.commit(types.LOGIN,window.sessionStorage.getItem("token"));var u,l=[{path:"/",name:"/",redirect:"login"},{path:"/login",name:"登录",component:m()("login","index")},{path:"/index",name:"index",component:m()("index","index")},{path:"/contacts",name:"通讯录",redirect:"administrativeFrame",component:m()("contacts","index"),children:[{path:"/administrativeFrame",name:"行政架构",component:m()("contacts","administrativeFrame")},{path:"/employeeIo",name:"批量导入/导出",component:m()("contacts","employeeIo")},{path:"/addDepartment",name:"添加部门",component:m()("contacts","addDepartment")},{path:"/addClerk",name:"添加店员",component:m()("contacts","addClerk")},{path:"/storeFrame",name:"门店架构",component:m()("contacts","storeFrame")},{path:"/addGroup",name:"添加子分组",component:m()("contacts","addGroup")},{path:"/storeIo",name:"门店导入/导出",component:m()("contacts","storeIo")},{path:"/storeInfo",name:"编辑门店",component:m()("contacts","storeInfo")},{path:"/recycle",name:"门店回收站",component:m()("contacts","recycle")},{path:"/employee",name:"编辑员工",component:m()("contacts","employee")},{path:"/unemployee",name:"离职员工",component:m()("contacts","unemployee")},{path:"/fileSet",name:"档案设置",component:m()("contacts","fileSet")},{path:"/recordInfo",name:"编辑员工信息",component:m()("contacts","recordInfo")},{path:"/recordIo",name:"导入导出员工档案",component:m()("contacts","recordIo")},{path:"/shareContact",name:"共享通讯录",component:m()("contacts","shareContact")},{path:"/shareCode",name:"共享通讯录二维码",component:m()("contacts","shareCode")},{path:"/employeeRecord",name:"在职员工",component:m()("contacts","employeeRecord")}]},{path:"/enterpriseApp",name:"企业应用",redirect:"appcenter",component:m()("enterpriseApp","index"),children:[{path:"/appcenter",name:"企业应用中心",component:m()("enterpriseApp","appcenter")},{path:"/mycustomer",name:"我的顾客",component:m()("enterpriseApp","mycustomer")}]},{path:"/reviewCenter",name:"审核中心",redirect:"unreview",component:m()("reviewCenter","index"),children:[{path:"/reviewed",name:"已审核",component:m()("reviewCenter","reviewed")},{path:"/unreview",name:"未审核",component:m()("reviewCenter","unreview")}]},{path:"/setCenter",name:"设置",redirect:"companyAddress",component:m()("setting","index"),children:[{path:"/companyAddress",name:"企业地址",component:m()("setting","companyAddress")},{path:"/companyCertify",name:"企业认证",component:m()("setting","companyCertify")},{path:"/staffDetails",name:"员工详情字段",component:m()("setting","staffDetails")},{path:"/storePermission",name:"门店权限设置",component:m()("setting","storePermission")},{path:"/replaceAdmin",name:"更换超级管理员",component:m()("setting","replaceAdmin")},{path:"/setChildAdmin",name:"设置子管理员",component:m()("setting","setChildAdmin")},{path:"/addAdmin",name:"添加管理员",component:m()("setting","addAdmin")},{path:"/addAdminRole",name:"添加管理员角色",component:m()("setting","addAdminRole")}]},{path:"/staffRecordsTemplate",name:"员工档案设置",component:m()("contacts","staffRecordsTemplate")},{path:"/403",name:"无权访问",component:d},{path:"/404",name:"error404",component:d},{path:"/500",name:"error500",component:d},{path:"*",redirect:"/404",hidden:!0}],f=new i.a({routes:l,scrollBehavior:function(){return{y:0}}}),h=n("zL8q"),v=n.n(h),g=n("Rf8U"),y=n.n(g),w=n("mtWM"),A=n.n(w),C=n("bOdI"),I=n.n(C),x=n("NYxO");r.default.use(x.a);var R=new x.a.Store({state:{user:{},token:null,title:"",show:!1,bgHeight:window.screen.availHeight-440-24+"px"},mutations:(u={},I()(u,"login",function(e,t){sessionStorage.token=t,e.token=t}),I()(u,"logout",function(e){sessionStorage.removeItem("token"),e.token=null}),I()(u,"title",function(e,t){e.title=t}),I()(u,"show",function(e,t){e.show=t}),u)}),k=(n("4qCZ"),n("uKUT"),n("Xcu2"),n("TUaa")),P=n.n(k),S=n("tyqE"),F=n.n(S),O=n("pRVe"),T=n.n(O),b=n("SE7k"),D=n.n(b),j=n("XsK6"),z=n.n(j),E=n("QRL9"),G=n.n(E),H=n("2Pnh"),q=n.n(H),J=n("l9mu"),N=n.n(J),X={install:function(e,t){e.prototype.getPdf=function(){var e=this.htmlTitle;q()(document.querySelector("#pdfDom"),{allowTaint:!0,foreignObjectRendering:!0}).then(function(t){var n=t.width,o=t.height,a=n/592.28*841.89,r=o,c=0,s=592.28/n*o,i=t.toDataURL("image/jpeg",1),p=new N.a("","pt","a4");if(r<a)p.addImage(i,"JPEG",0,0,595.28,s);else for(;r>0;)p.addImage(i,"JPEG",0,c,595.28,s),c-=841.89,(r-=a)>0&&p.addPage();p.save(e+".pdf")})}}};r.default.use(X),r.default.use(z.a),r.default.use(G.a),r.default.use(D.a),r.default.use(T.a),r.default.use(F.a),r.default.use(P.a),r.default.config.productionTip=!1,r.default.use(v.a,{size:"large"}),r.default.use(y.a,A.a),r.default.axios.defaults.withCredentials=!0,f.beforeEach(function(e,t,n){var o=void 0,r=window.location.origin;o="-1"!=r.indexOf("localhost")?"http://www.gicdev.com":r,localStorage.getItem("userInfo")||A.a.get(o+"/haoban-manage-web/emp/get-user-info",{}).then(function(e){var t=e.data;1!=t.errorCode||localStorage.setItem("userInfo",a()(t.result))}).catch(function(e){h.Message.error({duration:1e3,message:e.message})}),"/"==e.path?n({path:"/login"}):n()}),new r.default({el:"#app",router:f,store:R,components:{App:s},template:"<App/>"})},Opzk:function(e,t,n){var o={"./contacts/addClerk.vue":["27o1",0,17],"./contacts/addDepartment.vue":["HHRu",0,16],"./contacts/addEmployee.vue":["00Sv",35],"./contacts/addGroup.vue":["mPjx",0,33],"./contacts/administrativeFrame.vue":["kLcy",0,3],"./contacts/employee.vue":["AdJp",0,38],"./contacts/employeeIo.vue":["Rwbg",0,29],"./contacts/employeeRecord.vue":["zGJY",0,5],"./contacts/fileSet.vue":["CSjr",0,6],"./contacts/index.vue":["41Rh",0,31],"./contacts/recordInfo.vue":["67iC",0,10],"./contacts/recordIo.vue":["738z",0,18],"./contacts/recycle.vue":["HkK0",0,27],"./contacts/shareAddDepartment.vue":["q5Ri",0,15],"./contacts/shareCode.vue":["JsWW",0,39],"./contacts/shareContact.vue":["Gfms",0,2],"./contacts/staffRecordsTemplate.vue":["lFAe",0,12],"./contacts/storeFrame.vue":["7SJI",0,4],"./contacts/storeInfo.vue":["h/6A",0,8],"./contacts/storeIo.vue":["RHxA",0,41],"./contacts/unemployee.vue":["TGrv",0,14],"./enterpriseApp/appcenter.vue":["yuVF",0,25],"./enterpriseApp/index.vue":["da9f",42],"./enterpriseApp/mycustomer.vue":["cuIN",0,20],"./errorPage/403.vue":["6XGN",23],"./errorPage/404.vue":["AejC",22],"./errorPage/500.vue":["FskK",21],"./errorPage/index.vue":["ODjX",1],"./index/index.vue":["JXTs",0,26],"./login/index.vue":["T+/8",0,7],"./reviewCenter/index.vue":["+lem",37],"./reviewCenter/reviewed.vue":["CLYF",0,13],"./reviewCenter/unreview.vue":["xCEU",0,11],"./setting/addAdmin.vue":["rs/A",0,36],"./setting/addAdminRole.vue":["fZsz",0,28],"./setting/companyAddress.vue":["SKyE",0,40],"./setting/companyCertify.vue":["3zYh",0,9],"./setting/index.vue":["VlR1",30],"./setting/replaceAdmin.vue":["ys9I",0,32],"./setting/setChildAdmin.vue":["VqB7",0,34],"./setting/staffDetails.vue":["Zyzf",0,24],"./setting/storePermission.vue":["Xwfy",0,19]};function a(e){var t=o[e];return t?Promise.all(t.slice(1).map(n.e)).then(function(){return n(t[0])}):Promise.reject(new Error("Cannot find module '"+e+"'."))}a.keys=function(){return Object.keys(o)},a.id="Opzk",e.exports=a},Xcu2:function(e,t){},uKUT:function(e,t){}},["NHnr"]);
\ No newline at end of file
!function(e){var a=window.webpackJsonp;window.webpackJsonp=function(c,r,b){for(var t,d,o,i=0,u=[];i<c.length;i++)d=c[i],f[d]&&u.push(f[d][0]),f[d]=0;for(t in r)Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t]);for(a&&a(c,r,b);u.length;)u.shift()();if(b)for(i=0;i<b.length;i++)o=n(n.s=b[i]);return o};var c={},f={46:0};function n(a){if(c[a])return c[a].exports;var f=c[a]={i:a,l:!1,exports:{}};return e[a].call(f.exports,f,f.exports,n),f.l=!0,f.exports}n.e=function(e){var a=f[e];if(0===a)return new Promise(function(e){e()});if(a)return a[2];var c=new Promise(function(c,n){a=f[e]=[c,n]});a[2]=c;var r=document.getElementsByTagName("head")[0],b=document.createElement("script");b.type="text/javascript",b.charset="utf-8",b.async=!0,b.timeout=12e4,n.nc&&b.setAttribute("nonce",n.nc),b.src=n.p+"static/js/"+e+"."+{0:"d1a337a0b269682f791c",1:"0ebe3ead93207dc78a78",2:"a3034ac019ab3b076959",3:"7f87f1f60c09bb6ad371",4:"7dd9b3bb0689b9db1cf3",5:"3417bcae84d670c66db1",6:"fbd06ea78358b8144d70",7:"fb9879c0177f64d093fb",8:"1a34bcb6afc2f082ef3a",9:"325d932bbdd43400378c",10:"5f89a660296729aaab90",11:"e520fec57c7e2a952a8e",12:"c25271c62951b988f342",13:"60a490fd5d0e6fe747e1",14:"74cc9b3a9d7e1bbdf26c",15:"b13b0c9736e097a6fc38",16:"595627f80b382a73a092",17:"fc675433297f48540fa4",18:"0ddca03b14efa60e12ca",19:"5094b323ee4cf1f50bf5",20:"ebac47b7b19998b49b04",21:"95b9e75e267a37620b22",22:"6bd2fd67be2a1fc55b35",23:"5ed1b5fd3abff19ce342",24:"d828330fc7fd312f4a50",25:"cb22142c5e2b828424d1",26:"946cc918f475a07dd2b2",27:"af4b1ef4511f15e9c04e",28:"c9b4be5e0415344fed0a",29:"731cdbbcbc197992aba6",30:"e16084cc0e35a7c402f8",31:"743217a1dc32ca721406",32:"faa38975542bc7439c1e",33:"71d24e2917d0cfc30265",34:"6951bb991ea4f8a5cfc1",35:"7692c079aaf76398a760",36:"c8a08885fa6a54ac84a2",37:"e7f74117ff2d1e3b9781",38:"29ef9e6cee274a843033",39:"e88ae2403ae8b36c870c",40:"8bd5da6dd9557890e3e4",41:"c317a0ca7070f29cd2bd",42:"600344d365afaed17bae",45:"1651fa976f182355dd83"}[e]+".js";var t=setTimeout(d,12e4);function d(){b.onerror=b.onload=null,clearTimeout(t);var a=f[e];0!==a&&(a&&a[1](new Error("Loading chunk "+e+" failed.")),f[e]=void 0)}return b.onerror=b.onload=d,r.appendChild(b),c},n.m=e,n.c=c,n.d=function(e,a,c){n.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:c})},n.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(a,"a",a),a},n.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},n.p="./",n.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
!function(e){var a=window.webpackJsonp;window.webpackJsonp=function(c,r,t){for(var b,d,o,i=0,u=[];i<c.length;i++)d=c[i],f[d]&&u.push(f[d][0]),f[d]=0;for(b in r)Object.prototype.hasOwnProperty.call(r,b)&&(e[b]=r[b]);for(a&&a(c,r,t);u.length;)u.shift()();if(t)for(i=0;i<t.length;i++)o=n(n.s=t[i]);return o};var c={},f={46:0};function n(a){if(c[a])return c[a].exports;var f=c[a]={i:a,l:!1,exports:{}};return e[a].call(f.exports,f,f.exports,n),f.l=!0,f.exports}n.e=function(e){var a=f[e];if(0===a)return new Promise(function(e){e()});if(a)return a[2];var c=new Promise(function(c,n){a=f[e]=[c,n]});a[2]=c;var r=document.getElementsByTagName("head")[0],t=document.createElement("script");t.type="text/javascript",t.charset="utf-8",t.async=!0,t.timeout=12e4,n.nc&&t.setAttribute("nonce",n.nc),t.src=n.p+"static/js/"+e+"."+{0:"d1a337a0b269682f791c",1:"0ebe3ead93207dc78a78",2:"a3034ac019ab3b076959",3:"7f87f1f60c09bb6ad371",4:"7dd9b3bb0689b9db1cf3",5:"3417bcae84d670c66db1",6:"fbd06ea78358b8144d70",7:"fb9879c0177f64d093fb",8:"1a34bcb6afc2f082ef3a",9:"325d932bbdd43400378c",10:"5f89a660296729aaab90",11:"e520fec57c7e2a952a8e",12:"c25271c62951b988f342",13:"60a490fd5d0e6fe747e1",14:"74cc9b3a9d7e1bbdf26c",15:"b13b0c9736e097a6fc38",16:"595627f80b382a73a092",17:"fc675433297f48540fa4",18:"0ddca03b14efa60e12ca",19:"5094b323ee4cf1f50bf5",20:"21adfd3bc7e5ae6ca9f6",21:"95b9e75e267a37620b22",22:"6bd2fd67be2a1fc55b35",23:"5ed1b5fd3abff19ce342",24:"8018e4156e92e8875b3f",25:"def0c664cf5a809f051e",26:"946cc918f475a07dd2b2",27:"af4b1ef4511f15e9c04e",28:"c9b4be5e0415344fed0a",29:"731cdbbcbc197992aba6",30:"e16084cc0e35a7c402f8",31:"743217a1dc32ca721406",32:"faa38975542bc7439c1e",33:"71d24e2917d0cfc30265",34:"6951bb991ea4f8a5cfc1",35:"7692c079aaf76398a760",36:"c8a08885fa6a54ac84a2",37:"e7f74117ff2d1e3b9781",38:"29ef9e6cee274a843033",39:"e88ae2403ae8b36c870c",40:"8bd5da6dd9557890e3e4",41:"c317a0ca7070f29cd2bd",42:"600344d365afaed17bae",45:"1651fa976f182355dd83"}[e]+".js";var b=setTimeout(d,12e4);function d(){t.onerror=t.onload=null,clearTimeout(b);var a=f[e];0!==a&&(a&&a[1](new Error("Loading chunk "+e+" failed.")),f[e]=void 0)}return t.onerror=t.onload=d,r.appendChild(t),c},n.m=e,n.c=c,n.d=function(e,a,c){n.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:c})},n.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(a,"a",a),a},n.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},n.p="./",n.oe=function(e){throw console.error(e),e}}([]);
\ No newline at end of file
......@@ -7,7 +7,7 @@
<el-tabs v-model="activeName" @tab-click="handleClick" v-if="tabType == 1">
<el-tab-pane label="会员搜索设置" name="first">
<div class="app-detail-pane border-box p-45">
<el-checkbox v-model="myCustomData.searchSwitch">会员搜索设置</el-checkbox>
<el-checkbox v-model="myCustomData.searchFlag">会员搜索设置</el-checkbox>
<div class="m-t-46">
<el-button type="primary" @click="submit('searchFlag')">保 存</el-button>
</div>
......@@ -17,7 +17,7 @@
<el-tabs v-model="activeName" @tab-click="handleClick" v-if="tabType == 2">
<el-tab-pane label="在线沟通设置" name="first">
<div class="app-detail-pane border-box p-45">
<el-checkbox v-model="myCustomData.onlineChat">在线沟通设置</el-checkbox>
<el-checkbox v-model="myCustomData.chatFlag">在线沟通设置</el-checkbox>
<div class="m-t-46">
<el-button type="primary" @click="submit('chatFlag')">保 存</el-button>
</div>
......@@ -76,21 +76,22 @@ export default {
*/
submit: _debounce(function(type) {
const that = this;
that.seData(type);
that.setData(type);
}, 500),
/**
* 保存-API
*/
seData(type) {
setData(type) {
const that = this;
let para = {
brandId: that.brandId
brandId: that.brandId,
enterpriseId: JSON.parse(localStorage.getItem('userInfo')).enterpriseId
};
para[type] = !!that.myCustomData.searchFlag ? 1 : 0;
para[type] = !!that.myCustomData[type] ? 1 : 0;
let url = '/haoban-app-member-web/customer/save-online-chat-setting';
if (type === 'searchFLag') {
url = '/haoban-app-member-web/customer/find-customer-setting';
if (type === 'searchFlag') {
url = '/haoban-app-member-web/customer/save-customer-setting';
}
postRequest(url, para)
.then(res => {
......@@ -121,7 +122,7 @@ export default {
.then(res => {
let resData = res.data;
if (resData.errorCode == 1) {
if (!!resData.result && !!resData.result.list) {
if (!!resData.result) {
that.myCustomData.searchFlag = !!resData.result.searchFlag ? true : false;
}
return;
......@@ -147,7 +148,7 @@ export default {
.then(res => {
let resData = res.data;
if (resData.errorCode == 1) {
if (!!resData.result && !!resData.result.list) {
if (!!resData.result) {
that.myCustomData.chatFlag = !!resData.result.chatFlag ? true : false;
}
return;
......@@ -165,7 +166,6 @@ export default {
watch: {
brandId: function(newData, oldData) {
const that = this;
console.log(newData);
that.getChatSet(newData);
that.getCustomerSet(newData);
}
......
......@@ -40,13 +40,13 @@
<el-form-item label="门店架构" prop="name" class="m-t-22">
<div class="flex w-380 flex-column item-cell-select">
<div class="depart-item-wrap">
<div style="width:213px" class="el-select el-select--large depart-item-content" @click="showDialogLayer('store', formData.brandValue)">
<div style="width:213px" class="el-select el-select--large depart-item-content" @click="showDialogLayer('store', formData.storeValue)">
<div class="el-select__tags" style="max-width: 181px;">
<span>
<template v-for="(item, index) in formData.brandValue">
<template v-for="(item, index) in formData.storeValue">
<span class="el-tag el-tag--info el-tag--small" :key="index">
<span class="el-select__tags-text">{{ item.name || item.storeName }}</span
><i class="el-tag__close el-icon-close" @click.stop="delDepart(index, formData.brandValue)"></i>
><i class="el-tag__close el-icon-close" @click.stop="delDepart(index, formData.storeValue)"></i>
</span>
</template>
</span>
......@@ -70,7 +70,7 @@
<script>
import vueSelectEmployee from '@/components/common/vueSelectEmployee.vue';
import vueSelectStore from 'components/common/vueSelectStore';
import { postRequest, postJson } from '@/api/api';
import { postRequest } from '@/api/api';
import showMsg from '@/common/js/showmsg';
import errMsg from '@/common/js/error';
export default {
......@@ -102,7 +102,7 @@ export default {
displayType: '0',
data: [],
departList: [],
brandValue: []
storeValue: []
},
treeSet: {
isSelectPerson: false, // 控制只能选部门(false)
......@@ -168,17 +168,15 @@ export default {
that.treeSet = {
dialogVisible: true,
isSingle: false,
isSelectPerson: false
isSelectPerson: true
};
if (type === 'people') {
that.onlyPerson = true;
that.onlyPerson = false;
that.treeSet = {
dialogVisible: true,
isSingle: false,
isSelectPerson: true
};
} else {
that.onlyPerson = false;
}
that.defaultSelection = selData;
if (!!that.treeData.hasOwnProperty('treeData')) {
......@@ -191,10 +189,12 @@ export default {
*/
handleSelectedList(group) {
const that = this;
if (that.selectType === 'people') {
console.log(group);
/* if (that.selectType === 'people') {
that.formData.peopleList = group;
} else if (that.selectType === 'store') {
that.formData.brandValue = group;
} else */
if (that.selectType === 'store') {
that.formData.storeValue = group;
} else {
that.formData.departList = group;
}
......@@ -226,7 +226,7 @@ export default {
displayType: parseInt(that.formData.displayType),
data: []
};
postJson('/haoban-manage-web/application-right-save', para)
postRequest('/haoban-manage-web/application-right-save', para)
.then(res => {
let resData = res.data;
if (resData.errorCode == 1) {
......@@ -256,7 +256,7 @@ export default {
.then(res => {
let resData = res.data;
if (resData.errorCode == 1) {
that.formData.displayType = String(resData.result.displayType);
return;
}
errMsg.errorMsg(resData);
......
......@@ -54,19 +54,19 @@ export default {
}
], */
appName: '我的顾客',
appIcon: 'icon-tuanduichengyuan',
appIcon: 'icon-gukedown',
activeTab: '1',
tabListData: [
{
tabId: '1',
tabName: '会员搜索设置',
icon: 'icon-jifeizhongxin'
icon: 'icon-sousuoshezhi'
},
{
tabId: '2',
tabName: '在线沟通设置',
icon: 'icon-shouji'
icon: 'icon-zaixiangoutong'
}
],
activeBrand: '1' // 商户(品牌) id
......
*{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;
/* Logo 字体 */
@font-face {
font-family: "iconfont logo";
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
}
.logo {
font-family: "iconfont logo";
font-size: 160px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* tabs */
.nav-tabs {
position: relative;
}
.nav-tabs .nav-more {
position: absolute;
right: 0;
bottom: 0;
height: 42px;
line-height: 42px;
color: #666;
}
/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
#tabs {
border-bottom: 1px solid #eee;
}
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; }
#tabs li {
cursor: pointer;
width: 100px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 16px;
border-bottom: 2px solid transparent;
position: relative;
z-index: 1;
margin-bottom: -1px;
color: #666;
}
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车:让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注:optgroup 无法扶正 */
#tabs .active {
border-bottom-color: #f00;
color: #222;
}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
.tab-container .content {
display: none;
}
/* 清除浮动 */
.ks-clear:after, .clear:after {
content: '\20';
display: block;
height: 0;
clear: both;
/* 页面布局 */
.main {
padding: 30px 100px;
width: 960px;
margin: 0 auto;
}
.ks-clear, .clear {
.main .logo {
color: #333;
text-align: left;
margin-bottom: 30px;
line-height: 1;
height: 110px;
margin-top: -50px;
overflow: hidden;
*zoom: 1;
}
.main {
padding: 30px 100px;
width: 960px;
margin: 0 auto;
.main .logo a {
font-size: 160px;
color: #333;
}
.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;
.helps {
margin-top: 40px;
}
.helps pre {
padding: 20px;
margin: 10px 0;
border: solid 1px #e7e1cd;
background-color: #fffdef;
overflow: auto;
}
.icon_lists{
.icon_lists {
width: 100% !important;
overflow: hidden;
*zoom: 1;
}
.icon_lists li{
float:left;
.icon_lists li {
width: 100px;
height:180px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
list-style: none !important;
cursor: default;
}
.icon_lists li .code-name {
line-height: 1.2;
}
.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 {
display: block;
height: 100px;
line-height: 100px;
font-size: 42px;
margin: 10px auto;
color: #333;
-webkit-transition: font-size 0.25s linear, width 0.25s linear;
-moz-transition: font-size 0.25s linear, width 0.25s linear;
transition: font-size 0.25s linear, width 0.25s linear;
}
.icon_lists .icon:hover{
.icon_lists .icon:hover {
font-size: 100px;
}
.icon_lists .svg-icon {
/* 通过设置 font-size 来改变图标大小 */
width: 1em;
/* 图标和文字相邻时,垂直对齐 */
vertical-align: -0.15em;
/* 通过设置 color 来改变 SVG 的颜色/fill */
fill: currentColor;
/* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
normalize.css 中也包含这行 */
overflow: hidden;
}
.icon_lists li .name,
.icon_lists li .code-name {
color: #666;
}
/* markdown 样式 */
.markdown {
color: #666;
font-size: 14px;
......@@ -165,40 +211,39 @@ margin: 0 auto;
clear: both;
}
.markdown p,
.markdown pre {
.markdown p {
margin: 1em 0;
}
.markdown > p,
.markdown > blockquote,
.markdown > .highlight,
.markdown > ol,
.markdown > ul {
.markdown>p,
.markdown>blockquote,
.markdown>.highlight,
.markdown>ol,
.markdown>ul {
width: 80%;
}
.markdown ul > li {
.markdown ul>li {
list-style: circle;
}
.markdown > ul li,
.markdown blockquote ul > li {
.markdown>ul li,
.markdown blockquote ul>li {
margin-left: 20px;
padding-left: 4px;
}
.markdown > ul li p,
.markdown > ol li p {
.markdown>ul li p,
.markdown>ol li p {
margin: 0.6em 0;
}
.markdown ol > li {
.markdown ol>li {
list-style: decimal;
}
.markdown > ol li,
.markdown blockquote ol > li {
.markdown>ol li,
.markdown blockquote ol>li {
margin-left: 20px;
padding-left: 4px;
}
......@@ -210,24 +255,12 @@ margin: 0 auto;
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 {
.markdown>table {
border-collapse: collapse;
border-spacing: 0px;
empty-cells: show;
......@@ -236,21 +269,20 @@ margin: 0 auto;
margin-bottom: 24px;
}
.markdown > table th {
.markdown>table th {
white-space: nowrap;
color: #333;
font-weight: 600;
}
.markdown > table th,
.markdown > table td {
.markdown>table th,
.markdown>table td {
border: 1px solid #e9e9e9;
padding: 8px 16px;
text-align: left;
}
.markdown > table th {
.markdown>table th {
background: #F7F7F7;
}
......@@ -260,7 +292,6 @@ margin: 0 auto;
border-left: 4px solid #e9e9e9;
padding-left: 0.8em;
margin: 1em 0;
font-style: italic;
}
.markdown blockquote p {
......@@ -287,8 +318,8 @@ margin: 0 auto;
display: inline-block;
}
.markdown > br,
.markdown > p > br {
.markdown>br,
.markdown>p>br {
clear: both;
}
......@@ -360,11 +391,149 @@ margin: 0 auto;
text-decoration: underline;
}
pre{
background: #fff;
/* 代码高亮 */
/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
text-shadow: none;
background: #b3d4fc;
}
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
text-shadow: none;
background: #b3d4fc;
}
@media print {
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
}
:not(pre)>code[class*="language-"],
pre[class*="language-"] {
background: #f5f2f0;
}
/* Inline code */
:not(pre)>code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
}
.token.punctuation {
color: #999;
}
.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
color: #9a6e3a;
background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
.token.function,
.token.class-name {
color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
color: #e90;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>IconFont Demo</title>
<link rel="shortcut icon" href="https://gtms04.alicdn.com/tps/i4/TB1_oz6GVXXXXaFXpXXJDFnIXXX-64-64.ico" type="image/x-icon"/>
<link rel="stylesheet" href="https://g.alicdn.com/thx/cube/1.3.2/cube.min.css">
<link rel="stylesheet" href="demo.css">
<link rel="stylesheet" href="iconfont.css">
<script src="iconfont.js"></script>
<!-- jQuery -->
<script src="https://a1.alicdn.com/oss/uploads/2018/12/26/7bfddb60-08e8-11e9-9b04-53e73bb6408b.js"></script>
<!-- 代码高亮 -->
<script src="https://a1.alicdn.com/oss/uploads/2018/12/26/a3f714d0-08e6-11e9-8a15-ebf944d7534c.js"></script>
</head>
<body>
<div class="main">
<h1 class="logo"><a href="https://www.iconfont.cn/" title="iconfont 首页" target="_blank">&#xe86b;</a></h1>
<div class="nav-tabs">
<ul id="tabs" class="dib-box">
<li class="dib active"><span>Unicode</span></li>
<li class="dib"><span>Font class</span></li>
<li class="dib"><span>Symbol</span></li>
</ul>
<a href="https://www.iconfont.cn/manage/index?manage_type=myprojects&projectId=701897" target="_blank" class="nav-more">查看项目</a>
</div>
<div class="tab-container">
<div class="content unicode" style="display: block;">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont">&#xe63d;</span>
<div class="name">相机</div>
<div class="code-name">&amp;#xe63d;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe600;</span>
<div class="name">差评</div>
<div class="code-name">&amp;#xe600;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe612;</span>
<div class="name">修改密码</div>
<div class="code-name">&amp;#xe612;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe735;</span>
<div class="name">2组织架构</div>
<div class="code-name">&amp;#xe735;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe631;</span>
<div class="name">添加部门</div>
<div class="code-name">&amp;#xe631;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe62d;</span>
<div class="name">手机</div>
<div class="code-name">&amp;#xe62d;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe635;</span>
<div class="name">认证</div>
<div class="code-name">&amp;#xe635;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe659;</span>
<div class="name">企业服务应用</div>
<div class="code-name">&amp;#xe659;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe632;</span>
<div class="name">同事-组织架构</div>
<div class="code-name">&amp;#xe632;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe694;</span>
<div class="name">日报设置</div>
<div class="code-name">&amp;#xe694;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe937;</span>
<div class="name">自定义</div>
<div class="code-name">&amp;#xe937;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe72c;</span>
<div class="name">成员</div>
<div class="code-name">&amp;#xe72c;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe642;</span>
<div class="name">超级管理员</div>
<div class="code-name">&amp;#xe642;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe608;</span>
<div class="name">通话话务量</div>
<div class="code-name">&amp;#xe608;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe618;</span>
<div class="name">43搜索设置</div>
<div class="code-name">&amp;#xe618;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe653;</span>
<div class="name">计费中心</div>
<div class="code-name">&amp;#xe653;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe61a;</span>
<div class="name">日报</div>
<div class="code-name">&amp;#xe61a;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe616;</span>
<div class="name">上涨</div>
<div class="code-name">&amp;#xe616;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe7f4;</span>
<div class="name">数据平台</div>
<div class="code-name">&amp;#xe7f4;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe601;</span>
<div class="name">在线沟通</div>
<div class="code-name">&amp;#xe601;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe742;</span>
<div class="name">展开</div>
<div class="code-name">&amp;#xe742;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe743;</span>
<div class="name">收起</div>
<div class="code-name">&amp;#xe743;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe60e;</span>
<div class="name">企业地址</div>
<div class="code-name">&amp;#xe60e;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe62e;</span>
<div class="name">业务端默认头像</div>
<div class="code-name">&amp;#xe62e;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe60f;</span>
<div class="name">著作权</div>
<div class="code-name">&amp;#xe60f;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe607;</span>
<div class="name">日报</div>
<div class="code-name">&amp;#xe607;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe602;</span>
<div class="name">话务技能组配置</div>
<div class="code-name">&amp;#xe602;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe64f;</span>
<div class="name">公告</div>
<div class="code-name">&amp;#xe64f;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe626;</span>
<div class="name">员工档案</div>
<div class="code-name">&amp;#xe626;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6dc;</span>
<div class="name">企业通讯录</div>
<div class="code-name">&amp;#xe6dc;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6dd;</span>
<div class="name">共享通讯录</div>
<div class="code-name">&amp;#xe6dd;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6df;</span>
<div class="name">门店架构</div>
<div class="code-name">&amp;#xe6df;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e0;</span>
<div class="name">添加成员</div>
<div class="code-name">&amp;#xe6e0;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e1;</span>
<div class="name">行政架构</div>
<div class="code-name">&amp;#xe6e1;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e2;</span>
<div class="name">员工离职</div>
<div class="code-name">&amp;#xe6e2;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e3;</span>
<div class="name">员工转正</div>
<div class="code-name">&amp;#xe6e3;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e4;</span>
<div class="name">共享通讯录</div>
<div class="code-name">&amp;#xe6e4;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e5;</span>
<div class="name">企业认证</div>
<div class="code-name">&amp;#xe6e5;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e6;</span>
<div class="name">员工详情</div>
<div class="code-name">&amp;#xe6e6;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e7;</span>
<div class="name">门店权限</div>
<div class="code-name">&amp;#xe6e7;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6e8;</span>
<div class="name">下载</div>
<div class="code-name">&amp;#xe6e8;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe61b;</span>
<div class="name">详情</div>
<div class="code-name">&amp;#xe61b;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6ec;</span>
<div class="name">upload</div>
<div class="code-name">&amp;#xe6ec;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6ee;</span>
<div class="name">审核中心</div>
<div class="code-name">&amp;#xe6ee;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6ef;</span>
<div class="name">待审核</div>
<div class="code-name">&amp;#xe6ef;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6f0;</span>
<div class="name">已审核</div>
<div class="code-name">&amp;#xe6f0;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe643;</span>
<div class="name">绩效管理</div>
<div class="code-name">&amp;#xe643;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6f1;</span>
<div class="name">性别女</div>
<div class="code-name">&amp;#xe6f1;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6f2;</span>
<div class="name">性别男</div>
<div class="code-name">&amp;#xe6f2;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6f3;</span>
<div class="name">企业设置</div>
<div class="code-name">&amp;#xe6f3;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6f4;</span>
<div class="name">通讯录信息</div>
<div class="code-name">&amp;#xe6f4;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6f5;</span>
<div class="name">设置子管理员</div>
<div class="code-name">&amp;#xe6f5;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe6f6;</span>
<div class="name">成员</div>
<div class="code-name">&amp;#xe6f6;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe703;</span>
<div class="name">回收站</div>
<div class="code-name">&amp;#xe703;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe665;</span>
<div class="name">顾客 down</div>
<div class="code-name">&amp;#xe665;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe611;</span>
<div class="name">暂无数据</div>
<div class="code-name">&amp;#xe611;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe64e;</span>
<div class="name">更多</div>
<div class="code-name">&amp;#xe64e;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe74f;</span>
<div class="name">信息 显示</div>
<div class="code-name">&amp;#xe74f;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe628;</span>
<div class="name">话务管理</div>
<div class="code-name">&amp;#xe628;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe685;</span>
<div class="name">差评统计</div>
<div class="code-name">&amp;#xe685;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe7a3;</span>
<div class="name">morentouxian</div>
<div class="code-name">&amp;#xe7a3;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe7b0;</span>
<div class="name">renzhengzhong</div>
<div class="code-name">&amp;#xe7b0;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe7b1;</span>
<div class="name">renzhengshibai</div>
<div class="code-name">&amp;#xe7b1;</div>
</li>
<li class="dib">
<span class="icon iconfont">&#xe7f6;</span>
<div class="name">不良评价设置</div>
<div class="code-name">&amp;#xe7f6;</div>
</li>
</ul>
<div class="article markdown">
<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">第一步:拷贝项目下面生成的 <code>@font-face</code></h3>
<pre><code class="language-css"
>@font-face {
font-family: 'iconfont';
src: url('iconfont.eot');
src: url('iconfont.eot?#iefix') format('embedded-opentype'),
url('iconfont.woff2') format('woff2'),
url('iconfont.woff') format('woff'),
url('iconfont.ttf') format('truetype'),
url('iconfont.svg#iconfont') format('svg');
}
</code></pre>
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
<pre><code class="language-css"
>.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</code></pre>
<h3 id="-">第三步:挑选相应图标并获取字体编码,应用于页面</h3>
<pre>
<code class="language-html"
>&lt;span class="iconfont"&gt;&amp;#x33;&lt;/span&gt;
</code></pre>
<blockquote>
<p>"iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p>
</blockquote>
</div>
</div>
<div class="content font-class">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont icon-icon"></span>
<div class="name">
相机
</div>
<div class="code-name">.icon-icon
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-iconfontchaping"></span>
<div class="name">
差评
</div>
<div class="code-name">.icon-iconfontchaping
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-xiugaimima"></span>
<div class="name">
修改密码
</div>
<div class="code-name">.icon-xiugaimima
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-2zuzhijiagou"></span>
<div class="name">
2组织架构
</div>
<div class="code-name">.icon-2zuzhijiagou
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tianjiabumen"></span>
<div class="name">
添加部门
</div>
<div class="code-name">.icon-tianjiabumen
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shouji"></span>
<div class="name">
手机
</div>
<div class="code-name">.icon-shouji
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-renzheng"></span>
<div class="name">
认证
</div>
<div class="code-name">.icon-renzheng
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-qiyefuwuyingyong"></span>
<div class="name">
企业服务应用
</div>
<div class="code-name">.icon-qiyefuwuyingyong
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tongshi-zuzhijiagou"></span>
<div class="name">
同事-组织架构
</div>
<div class="code-name">.icon-tongshi-zuzhijiagou
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-ribaoshezhi"></span>
<div class="name">
日报设置
</div>
<div class="code-name">.icon-ribaoshezhi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zidingyi"></span>
<div class="name">
自定义
</div>
<div class="code-name">.icon-zidingyi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-chengyuan"></span>
<div class="name">
成员
</div>
<div class="code-name">.icon-chengyuan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-chaojiguanliyuan"></span>
<div class="name">
超级管理员
</div>
<div class="code-name">.icon-chaojiguanliyuan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tonghuahuawuliang"></span>
<div class="name">
通话话务量
</div>
<div class="code-name">.icon-tonghuahuawuliang
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-sousuoshezhi"></span>
<div class="name">
43搜索设置
</div>
<div class="code-name">.icon-sousuoshezhi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-jifeizhongxin"></span>
<div class="name">
计费中心
</div>
<div class="code-name">.icon-jifeizhongxin
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-ribao"></span>
<div class="name">
日报
</div>
<div class="code-name">.icon-ribao
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shangzhang"></span>
<div class="name">
上涨
</div>
<div class="code-name">.icon-shangzhang
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shujupingtai"></span>
<div class="name">
数据平台
</div>
<div class="code-name">.icon-shujupingtai
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zaixiangoutong"></span>
<div class="name">
在线沟通
</div>
<div class="code-name">.icon-zaixiangoutong
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zhankai"></span>
<div class="name">
展开
</div>
<div class="code-name">.icon-zhankai
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shouqi"></span>
<div class="name">
收起
</div>
<div class="code-name">.icon-shouqi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-qiyedizhi"></span>
<div class="name">
企业地址
</div>
<div class="code-name">.icon-qiyedizhi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-yewuduanmorentouxiang"></span>
<div class="name">
业务端默认头像
</div>
<div class="code-name">.icon-yewuduanmorentouxiang
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zhuzuoquan"></span>
<div class="name">
著作权
</div>
<div class="code-name">.icon-zhuzuoquan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-ribao1"></span>
<div class="name">
日报
</div>
<div class="code-name">.icon-ribao1
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-huawujinengzupeizhi"></span>
<div class="name">
话务技能组配置
</div>
<div class="code-name">.icon-huawujinengzupeizhi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-gonggao"></span>
<div class="name">
公告
</div>
<div class="code-name">.icon-gonggao
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-yuangongdangan"></span>
<div class="name">
员工档案
</div>
<div class="code-name">.icon-yuangongdangan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-qiyetongxunlu"></span>
<div class="name">
企业通讯录
</div>
<div class="code-name">.icon-qiyetongxunlu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tongxunlu"></span>
<div class="name">
共享通讯录
</div>
<div class="code-name">.icon-tongxunlu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-mendianjiagou"></span>
<div class="name">
门店架构
</div>
<div class="code-name">.icon-mendianjiagou
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tianjiachengyuan"></span>
<div class="name">
添加成员
</div>
<div class="code-name">.icon-tianjiachengyuan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-hangzhengjiagou"></span>
<div class="name">
行政架构
</div>
<div class="code-name">.icon-hangzhengjiagou
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-yuangonglizhi"></span>
<div class="name">
员工离职
</div>
<div class="code-name">.icon-yuangonglizhi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-lizhi"></span>
<div class="name">
员工转正
</div>
<div class="code-name">.icon-lizhi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-gongxiangtongxunlu"></span>
<div class="name">
共享通讯录
</div>
<div class="code-name">.icon-gongxiangtongxunlu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-qiyerenzheng"></span>
<div class="name">
企业认证
</div>
<div class="code-name">.icon-qiyerenzheng
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-yuangongxiangqing"></span>
<div class="name">
员工详情
</div>
<div class="code-name">.icon-yuangongxiangqing
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-mendianquanxian"></span>
<div class="name">
门店权限
</div>
<div class="code-name">.icon-mendianquanxian
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-icon_yunxiazai"></span>
<div class="name">
下载
</div>
<div class="code-name">.icon-icon_yunxiazai
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-xiangqing"></span>
<div class="name">
详情
</div>
<div class="code-name">.icon-xiangqing
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-yd-icon-upload2"></span>
<div class="name">
upload
</div>
<div class="code-name">.icon-yd-icon-upload2
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-yishenhe"></span>
<div class="name">
审核中心
</div>
<div class="code-name">.icon-yishenhe
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-daishenpi"></span>
<div class="name">
待审核
</div>
<div class="code-name">.icon-daishenpi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-yishenpi"></span>
<div class="name">
已审核
</div>
<div class="code-name">.icon-yishenpi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-jixiaoguanli"></span>
<div class="name">
绩效管理
</div>
<div class="code-name">.icon-jixiaoguanli
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-xingbienv"></span>
<div class="name">
性别女
</div>
<div class="code-name">.icon-xingbienv
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-xingbienan"></span>
<div class="name">
性别男
</div>
<div class="code-name">.icon-xingbienan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-qiyeshezhi"></span>
<div class="name">
企业设置
</div>
<div class="code-name">.icon-qiyeshezhi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tongxunlu_icon"></span>
<div class="name">
通讯录信息
</div>
<div class="code-name">.icon-tongxunlu_icon
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shezhiziguanliyuan"></span>
<div class="name">
设置子管理员
</div>
<div class="code-name">.icon-shezhiziguanliyuan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tuanduichengyuan"></span>
<div class="name">
成员
</div>
<div class="code-name">.icon-tuanduichengyuan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shujukaifa-huishouzhan"></span>
<div class="name">
回收站
</div>
<div class="code-name">.icon-shujukaifa-huishouzhan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-gukedown"></span>
<div class="name">
顾客 down
</div>
<div class="code-name">.icon-gukedown
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-oa_nofind"></span>
<div class="name">
暂无数据
</div>
<div class="code-name">.icon-oa_nofind
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-anquan"></span>
<div class="name">
更多
</div>
<div class="code-name">.icon-anquan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-xinxixianshi"></span>
<div class="name">
信息 显示
</div>
<div class="code-name">.icon-xinxixianshi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-huawuguanli"></span>
<div class="name">
话务管理
</div>
<div class="code-name">.icon-huawuguanli
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-badreviewstatistics"></span>
<div class="name">
差评统计
</div>
<div class="code-name">.icon-badreviewstatistics
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-yewuduanmorentouxian"></span>
<div class="name">
morentouxian
</div>
<div class="code-name">.icon-yewuduanmorentouxian
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-qiyerenzheng1"></span>
<div class="name">
renzhengzhong
</div>
<div class="code-name">.icon-qiyerenzheng1
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-qiyerenzheng2"></span>
<div class="name">
renzhengshibai
</div>
<div class="code-name">.icon-qiyerenzheng2
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-buliangpingjiashezhi"></span>
<div class="name">
不良评价设置
</div>
<div class="code-name">.icon-buliangpingjiashezhi
</div>
</li>
</ul>
<div class="article markdown">
<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="language-html">&lt;link rel="stylesheet" href="./iconfont.css"&gt;
</code></pre>
<h3 id="-">第二步:挑选相应图标并获取类名,应用于页面:</h3>
<pre><code class="language-html">&lt;span class="iconfont icon-xxx"&gt;&lt;/span&gt;
</code></pre>
<blockquote>
<p>"
iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p>
</blockquote>
</div>
</div>
<div class="content symbol">
<ul class="icon_lists dib-box">
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-icon"></use>
</svg>
<div class="name">相机</div>
<div class="code-name">#icon-icon</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-iconfontchaping"></use>
</svg>
<div class="name">差评</div>
<div class="code-name">#icon-iconfontchaping</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-xiugaimima"></use>
</svg>
<div class="name">修改密码</div>
<div class="code-name">#icon-xiugaimima</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-2zuzhijiagou"></use>
</svg>
<div class="name">2组织架构</div>
<div class="code-name">#icon-2zuzhijiagou</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tianjiabumen"></use>
</svg>
<div class="name">添加部门</div>
<div class="code-name">#icon-tianjiabumen</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-shouji"></use>
</svg>
<div class="name">手机</div>
<div class="code-name">#icon-shouji</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-renzheng"></use>
</svg>
<div class="name">认证</div>
<div class="code-name">#icon-renzheng</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-qiyefuwuyingyong"></use>
</svg>
<div class="name">企业服务应用</div>
<div class="code-name">#icon-qiyefuwuyingyong</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tongshi-zuzhijiagou"></use>
</svg>
<div class="name">同事-组织架构</div>
<div class="code-name">#icon-tongshi-zuzhijiagou</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-ribaoshezhi"></use>
</svg>
<div class="name">日报设置</div>
<div class="code-name">#icon-ribaoshezhi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-zidingyi"></use>
</svg>
<div class="name">自定义</div>
<div class="code-name">#icon-zidingyi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-chengyuan"></use>
</svg>
<div class="name">成员</div>
<div class="code-name">#icon-chengyuan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-chaojiguanliyuan"></use>
</svg>
<div class="name">超级管理员</div>
<div class="code-name">#icon-chaojiguanliyuan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tonghuahuawuliang"></use>
</svg>
<div class="name">通话话务量</div>
<div class="code-name">#icon-tonghuahuawuliang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-sousuoshezhi"></use>
</svg>
<div class="name">43搜索设置</div>
<div class="code-name">#icon-sousuoshezhi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-jifeizhongxin"></use>
</svg>
<div class="name">计费中心</div>
<div class="code-name">#icon-jifeizhongxin</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-ribao"></use>
</svg>
<div class="name">日报</div>
<div class="code-name">#icon-ribao</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-shangzhang"></use>
</svg>
<div class="name">上涨</div>
<div class="code-name">#icon-shangzhang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-shujupingtai"></use>
</svg>
<div class="name">数据平台</div>
<div class="code-name">#icon-shujupingtai</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-zaixiangoutong"></use>
</svg>
<div class="name">在线沟通</div>
<div class="code-name">#icon-zaixiangoutong</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-zhankai"></use>
</svg>
<div class="name">展开</div>
<div class="code-name">#icon-zhankai</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-shouqi"></use>
</svg>
<div class="name">收起</div>
<div class="code-name">#icon-shouqi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-qiyedizhi"></use>
</svg>
<div class="name">企业地址</div>
<div class="code-name">#icon-qiyedizhi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-yewuduanmorentouxiang"></use>
</svg>
<div class="name">业务端默认头像</div>
<div class="code-name">#icon-yewuduanmorentouxiang</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-zhuzuoquan"></use>
</svg>
<div class="name">著作权</div>
<div class="code-name">#icon-zhuzuoquan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-ribao1"></use>
</svg>
<div class="name">日报</div>
<div class="code-name">#icon-ribao1</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-huawujinengzupeizhi"></use>
</svg>
<div class="name">话务技能组配置</div>
<div class="code-name">#icon-huawujinengzupeizhi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-gonggao"></use>
</svg>
<div class="name">公告</div>
<div class="code-name">#icon-gonggao</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-yuangongdangan"></use>
</svg>
<div class="name">员工档案</div>
<div class="code-name">#icon-yuangongdangan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-qiyetongxunlu"></use>
</svg>
<div class="name">企业通讯录</div>
<div class="code-name">#icon-qiyetongxunlu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tongxunlu"></use>
</svg>
<div class="name">共享通讯录</div>
<div class="code-name">#icon-tongxunlu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-mendianjiagou"></use>
</svg>
<div class="name">门店架构</div>
<div class="code-name">#icon-mendianjiagou</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tianjiachengyuan"></use>
</svg>
<div class="name">添加成员</div>
<div class="code-name">#icon-tianjiachengyuan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-hangzhengjiagou"></use>
</svg>
<div class="name">行政架构</div>
<div class="code-name">#icon-hangzhengjiagou</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-yuangonglizhi"></use>
</svg>
<div class="name">员工离职</div>
<div class="code-name">#icon-yuangonglizhi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-lizhi"></use>
</svg>
<div class="name">员工转正</div>
<div class="code-name">#icon-lizhi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-gongxiangtongxunlu"></use>
</svg>
<div class="name">共享通讯录</div>
<div class="code-name">#icon-gongxiangtongxunlu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-qiyerenzheng"></use>
</svg>
<div class="name">企业认证</div>
<div class="code-name">#icon-qiyerenzheng</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-yuangongxiangqing"></use>
</svg>
<div class="name">员工详情</div>
<div class="code-name">#icon-yuangongxiangqing</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-mendianquanxian"></use>
</svg>
<div class="name">门店权限</div>
<div class="code-name">#icon-mendianquanxian</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-icon_yunxiazai"></use>
</svg>
<div class="name">下载</div>
<div class="code-name">#icon-icon_yunxiazai</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-xiangqing"></use>
</svg>
<div class="name">详情</div>
<div class="code-name">#icon-xiangqing</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-yd-icon-upload2"></use>
</svg>
<div class="name">upload</div>
<div class="code-name">#icon-yd-icon-upload2</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-yishenhe"></use>
</svg>
<div class="name">审核中心</div>
<div class="code-name">#icon-yishenhe</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-daishenpi"></use>
</svg>
<div class="name">待审核</div>
<div class="code-name">#icon-daishenpi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-yishenpi"></use>
</svg>
<div class="name">已审核</div>
<div class="code-name">#icon-yishenpi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-jixiaoguanli"></use>
</svg>
<div class="name">绩效管理</div>
<div class="code-name">#icon-jixiaoguanli</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-xingbienv"></use>
</svg>
<div class="name">性别女</div>
<div class="code-name">#icon-xingbienv</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-xingbienan"></use>
</svg>
<div class="name">性别男</div>
<div class="code-name">#icon-xingbienan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-qiyeshezhi"></use>
</svg>
<div class="name">企业设置</div>
<div class="code-name">#icon-qiyeshezhi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tongxunlu_icon"></use>
</svg>
<div class="name">通讯录信息</div>
<div class="code-name">#icon-tongxunlu_icon</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-shezhiziguanliyuan"></use>
</svg>
<div class="name">设置子管理员</div>
<div class="code-name">#icon-shezhiziguanliyuan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tuanduichengyuan"></use>
</svg>
<div class="name">成员</div>
<div class="code-name">#icon-tuanduichengyuan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-shujukaifa-huishouzhan"></use>
</svg>
<div class="name">回收站</div>
<div class="code-name">#icon-shujukaifa-huishouzhan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-gukedown"></use>
</svg>
<div class="name">顾客 down</div>
<div class="code-name">#icon-gukedown</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-oa_nofind"></use>
</svg>
<div class="name">暂无数据</div>
<div class="code-name">#icon-oa_nofind</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-anquan"></use>
</svg>
<div class="name">更多</div>
<div class="code-name">#icon-anquan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-xinxixianshi"></use>
</svg>
<div class="name">信息 显示</div>
<div class="code-name">#icon-xinxixianshi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-huawuguanli"></use>
</svg>
<div class="name">话务管理</div>
<div class="code-name">#icon-huawuguanli</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-badreviewstatistics"></use>
</svg>
<div class="name">差评统计</div>
<div class="code-name">#icon-badreviewstatistics</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-yewuduanmorentouxian"></use>
</svg>
<div class="name">morentouxian</div>
<div class="code-name">#icon-yewuduanmorentouxian</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-qiyerenzheng1"></use>
</svg>
<div class="name">renzhengzhong</div>
<div class="code-name">#icon-qiyerenzheng1</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-qiyerenzheng2"></use>
</svg>
<div class="name">renzhengshibai</div>
<div class="code-name">#icon-qiyerenzheng2</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-buliangpingjiashezhi"></use>
</svg>
<div class="name">不良评价设置</div>
<div class="code-name">#icon-buliangpingjiashezhi</div>
</li>
</ul>
<div class="article markdown">
<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="language-html">&lt;script src="./iconfont.js"&gt;&lt;/script&gt;
</code></pre>
<h3 id="-css-">第二步:加入通用 CSS 代码(引入一次就行):</h3>
<pre><code class="language-html">&lt;style&gt;
.icon {
width: 1em;
height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
&lt;/style&gt;
</code></pre>
<h3 id="-">第三步:挑选相应图标并获取类名,应用于页面:</h3>
<pre><code class="language-html">&lt;svg class="icon" aria-hidden="true"&gt;
&lt;use xlink:href="#icon-xxx"&gt;&lt;/use&gt;
&lt;/svg&gt;
</code></pre>
</div>
</div>
</div>
</div>
<script>
$(document).ready(function () {
$('.tab-container .content:first').show()
$('#tabs li').click(function (e) {
var tabContent = $('.tab-container .content')
var index = $(this).index()
if ($(this).hasClass('active')) {
return
} else {
$('#tabs li').removeClass('active')
$(this).addClass('active')
tabContent.hide().eq(index).fadeIn()
}
})
})
</script>
</body>
</html>
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1545803800408'); /* IE9*/
src: url('iconfont.eot?t=1545803800408#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
url('iconfont.ttf?t=1545803800408') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('iconfont.svg?t=1545803800408#iconfont') format('svg'); /* iOS 4.1- */
src: url('iconfont.eot?t=1551669105487'); /* IE9 */
src: url('iconfont.eot?t=1551669105487#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
url('iconfont.woff?t=1551669105487') format('woff'),
url('iconfont.ttf?t=1551669105487') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
url('iconfont.svg?t=1551669105487#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-icon:before { content: "\e63d"; }
.icon-icon:before {
content: "\e63d";
}
.icon-xiugaimima:before { content: "\e612"; }
.icon-iconfontchaping:before {
content: "\e600";
}
.icon-2zuzhijiagou:before { content: "\e735"; }
.icon-xiugaimima:before {
content: "\e612";
}
.icon-tianjiabumen:before { content: "\e631"; }
.icon-2zuzhijiagou:before {
content: "\e735";
}
.icon-shouji:before { content: "\e62d"; }
.icon-tianjiabumen:before {
content: "\e631";
}
.icon-renzheng:before { content: "\e635"; }
.icon-shouji:before {
content: "\e62d";
}
.icon-qiyefuwuyingyong:before { content: "\e659"; }
.icon-renzheng:before {
content: "\e635";
}
.icon-tongshi-zuzhijiagou:before { content: "\e632"; }
.icon-qiyefuwuyingyong:before {
content: "\e659";
}
.icon-zidingyi:before { content: "\e937"; }
.icon-tongshi-zuzhijiagou:before {
content: "\e632";
}
.icon-chengyuan:before { content: "\e72c"; }
.icon-ribaoshezhi:before {
content: "\e694";
}
.icon-chaojiguanliyuan:before { content: "\e642"; }
.icon-zidingyi:before {
content: "\e937";
}
.icon-jifeizhongxin:before { content: "\e653"; }
.icon-chengyuan:before {
content: "\e72c";
}
.icon-zhankai:before { content: "\e742"; }
.icon-chaojiguanliyuan:before {
content: "\e642";
}
.icon-shouqi:before { content: "\e743"; }
.icon-tonghuahuawuliang:before {
content: "\e608";
}
.icon-qiyedizhi:before { content: "\e60e"; }
.icon-sousuoshezhi:before {
content: "\e618";
}
.icon-yewuduanmorentouxiang:before { content: "\e62e"; }
.icon-jifeizhongxin:before {
content: "\e653";
}
.icon-zhuzuoquan:before { content: "\e60f"; }
.icon-ribao:before {
content: "\e61a";
}
.icon-yuangongdangan:before { content: "\e626"; }
.icon-shangzhang:before {
content: "\e616";
}
.icon-qiyetongxunlu:before { content: "\e6dc"; }
.icon-shujupingtai:before {
content: "\e7f4";
}
.icon-tongxunlu:before { content: "\e6dd"; }
.icon-zaixiangoutong:before {
content: "\e601";
}
.icon-mendianjiagou:before { content: "\e6df"; }
.icon-zhankai:before {
content: "\e742";
}
.icon-tianjiachengyuan:before { content: "\e6e0"; }
.icon-shouqi:before {
content: "\e743";
}
.icon-hangzhengjiagou:before { content: "\e6e1"; }
.icon-qiyedizhi:before {
content: "\e60e";
}
.icon-yuangonglizhi:before { content: "\e6e2"; }
.icon-yewuduanmorentouxiang:before {
content: "\e62e";
}
.icon-lizhi:before { content: "\e6e3"; }
.icon-zhuzuoquan:before {
content: "\e60f";
}
.icon-gongxiangtongxunlu:before { content: "\e6e4"; }
.icon-ribao1:before {
content: "\e607";
}
.icon-qiyerenzheng:before { content: "\e6e5"; }
.icon-huawujinengzupeizhi:before {
content: "\e602";
}
.icon-yuangongxiangqing:before { content: "\e6e6"; }
.icon-gonggao:before {
content: "\e64f";
}
.icon-mendianquanxian:before { content: "\e6e7"; }
.icon-yuangongdangan:before {
content: "\e626";
}
.icon-icon_yunxiazai:before { content: "\e6e8"; }
.icon-qiyetongxunlu:before {
content: "\e6dc";
}
.icon-yd-icon-upload2:before { content: "\e6ec"; }
.icon-tongxunlu:before {
content: "\e6dd";
}
.icon-yishenhe:before { content: "\e6ee"; }
.icon-mendianjiagou:before {
content: "\e6df";
}
.icon-daishenpi:before { content: "\e6ef"; }
.icon-tianjiachengyuan:before {
content: "\e6e0";
}
.icon-yishenpi:before { content: "\e6f0"; }
.icon-hangzhengjiagou:before {
content: "\e6e1";
}
.icon-xingbienv:before { content: "\e6f1"; }
.icon-yuangonglizhi:before {
content: "\e6e2";
}
.icon-xingbienan:before { content: "\e6f2"; }
.icon-lizhi:before {
content: "\e6e3";
}
.icon-qiyeshezhi:before { content: "\e6f3"; }
.icon-gongxiangtongxunlu:before {
content: "\e6e4";
}
.icon-tongxunlu_icon:before { content: "\e6f4"; }
.icon-qiyerenzheng:before {
content: "\e6e5";
}
.icon-shezhiziguanliyuan:before { content: "\e6f5"; }
.icon-yuangongxiangqing:before {
content: "\e6e6";
}
.icon-tuanduichengyuan:before { content: "\e6f6"; }
.icon-mendianquanxian:before {
content: "\e6e7";
}
.icon-shujukaifa-huishouzhan:before { content: "\e703"; }
.icon-icon_yunxiazai:before {
content: "\e6e8";
}
.icon-oa_nofind:before { content: "\e611"; }
.icon-xiangqing:before {
content: "\e61b";
}
.icon-yd-icon-upload2:before {
content: "\e6ec";
}
.icon-xinxixianshi:before { content: "\e74f"; }
.icon-yishenhe:before {
content: "\e6ee";
}
.icon-yewuduanmorentouxian:before { content: "\e7a3"; }
.icon-daishenpi:before {
content: "\e6ef";
}
.icon-qiyerenzheng1:before { content: "\e7b0"; }
.icon-yishenpi:before {
content: "\e6f0";
}
.icon-qiyerenzheng2:before { content: "\e7b1"; }
.icon-jixiaoguanli:before {
content: "\e643";
}
.icon-xingbienv:before {
content: "\e6f1";
}
.icon-xingbienan:before {
content: "\e6f2";
}
.icon-qiyeshezhi:before {
content: "\e6f3";
}
.icon-tongxunlu_icon:before {
content: "\e6f4";
}
.icon-shezhiziguanliyuan:before {
content: "\e6f5";
}
.icon-tuanduichengyuan:before {
content: "\e6f6";
}
.icon-shujukaifa-huishouzhan:before {
content: "\e703";
}
.icon-gukedown:before {
content: "\e665";
}
.icon-oa_nofind:before {
content: "\e611";
}
.icon-anquan:before {
content: "\e64e";
}
.icon-xinxixianshi:before {
content: "\e74f";
}
.icon-huawuguanli:before {
content: "\e628";
}
.icon-badreviewstatistics:before {
content: "\e685";
}
.icon-yewuduanmorentouxian:before {
content: "\e7a3";
}
.icon-qiyerenzheng1:before {
content: "\e7b0";
}
.icon-qiyerenzheng2:before {
content: "\e7b1";
}
.icon-buliangpingjiashezhi:before {
content: "\e7f6";
}
No preview for this file type
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -23,6 +23,9 @@ Created by iconfont
<glyph glyph-name="icon" unicode="&#58941;" d="M906.226957-38.573135 118.77797-38.573135c-29.658675 0-53.689959 24.046672-53.689959 53.68776L65.088011 480.40479c0 29.631878 24.031284 53.67855 53.689959 53.67855 0 0 107.379919 0 161.069878 0 53.688936 0 71.586272 107.375519 107.378896 107.375519 35.26867 0 197.263655 0 232.655127 0 53.218196 0 73.561333-107.375519 125.293628-107.375519 37.80248 0 161.052482 0 161.052482 0 29.640255 0 53.688936-24.047696 53.688936-53.67855l0-465.291189C959.915894-14.526463 935.867213-38.573135 906.226957-38.573135L906.226957-38.573135zM512.501952 480.40479c-118.599908 0-214.741418-96.14678-214.741418-214.740806 0-118.639051 96.14151-214.794018 214.741418-214.794018 118.617305 0 214.758815 96.15599 214.758815 214.794018C727.260767 384.259032 631.119257 480.40479 512.501952 480.40479L512.501952 480.40479zM772.00257 480.40479c-14.821151 0-26.828095-12.014638-26.828095-26.861788 0-14.81952 12.00592-26.825972 26.828095-26.825972 14.819104 0 26.861865 12.006452 26.861865 26.825972C798.864435 468.391175 786.822698 480.40479 772.00257 480.40479L772.00257 480.40479zM512.501952 104.559772c-88.958629 0-161.068855 72.14104-161.068855 161.105235 0 88.928379 72.110226 161.054069 161.068855 161.054069 88.940209 0 161.068855-72.124667 161.068855-161.054069C673.570807 176.700813 601.442161 104.559772 512.501952 104.559772L512.501952 104.559772zM154.570595 587.772123c0 9.883091 8.022026 17.904789 17.896312 17.904789l53.689959 0c9.891683 0 17.913709-8.021697 17.913709-17.904789 0-9.873882 0-17.904789 0-17.904789l-89.499981 0C154.570595 569.867334 154.570595 577.897218 154.570595 587.772123L154.570595 587.772123z" horiz-adv-x="1024" />
<glyph glyph-name="iconfontchaping" unicode="&#58880;" d="M815.347 473.076c-1.041 17.324 18.908 48.27 18.908 66.117 0 24.649-38.314 47.227-47.227 65.598-6.311 12.073 1.041 42.5-4.189 55.102-9.443 22.035-47.765 56.657-70.311 63.513-70.841 22.035-295.975 0-295.975 0l-246.113-33.599v-346.858h80.286c23.617-5.771 72.95-57.2 133.809-218.302 9.965-26.234 28.861-40.944 50.375-58.238 36.206-28.352 62.979-68.751 71.894-213.573 1.575-19.946 61.93-16.8 94.993 27.803 26.755 36.724 30.427 107.577 8.913 161.106-14.16 36.206-67.171 121.23-48.27 155.325 0 0 194.18-7.344 232.479 8.39 24.142 9.965 59.296 62.458 57.725 89.213-1.041 14.688-26.755 36.206-28.861 50.895-2.112 18.367 28.861 49.329 28.861 68.219 0 17.324-35.694 41.459-37.263 59.296v0zM815.347 473.076z" horiz-adv-x="1024" />
<glyph glyph-name="xiugaimima" unicode="&#58898;" d="M561.203386 115.48551C561.203386 88.132576 538.882304 65.962112 511.343552 65.962112 483.813914 65.962112 461.492838 88.132576 461.492838 115.48551L461.492838 284.305395C461.492838 311.65833 483.813914 333.828794 511.343552 333.828794 538.882304 333.828794 561.203386 311.65833 561.203386 284.305395L561.203386 115.48551ZM861.967827 527.781843 317.73305 527.781843 317.73305 618.185152C317.73305 724.117747 404.508864 810.308032 511.161114 810.308032 617.822483 810.308032 704.598298 724.117747 704.598298 618.185152 704.598298 594.519744 723.909178 575.339168 747.735354 575.339168 771.55241 575.339168 790.87241 594.519744 790.87241 618.185152 790.87241 771.367021 665.392742 896 511.161114 896 356.929485 896 231.458938 771.367021 231.458938 618.185152L231.458938 527.781843 160.71927 527.781843C124.98 527.781843 96 499.006451 96 463.499277L96-63.708371C96-99.215546 124.98-128 160.71927-128L861.967827-128C897.716218-128 926.696218-99.215546 926.696218-63.708371L926.696218 463.499277C926.696218 499.006451 897.716218 527.781843 861.967827 527.781843L861.967827 527.781843Z" horiz-adv-x="1024" />
......@@ -44,6 +47,9 @@ Created by iconfont
<glyph glyph-name="tongshi-zuzhijiagou" unicode="&#58930;" d="M512.02 640.02h8.54c124.191 0 248.403 0.041 372.593 0 31.11 0 56.075-18.083 63.734-46.428 1.68-6.205 2.417-12.861 2.417-19.292 0.123-169.636 0.143-339.251 0.061-508.887-0.02-38.031-27.73-65.68-65.74-65.7-254.362-0.061-508.703-0.061-763.045 0-38.195 0.02-65.966 27.915-65.966 66.171-0.04 211.989-0.04 423.957 0 635.966 0 38.502 27.874 66.437 66.315 66.437 104.837 0.04 209.694 0.04 314.531 0 38.749 0 66.376-27.546 66.499-66.171 0.123-18.37 0.061-36.782 0.061-55.173v-6.923z m-383.098 0.39h318.873v63.385H128.922v-63.385z" horiz-adv-x="1024" />
<glyph glyph-name="ribaoshezhi" unicode="&#59028;" d="M908.972607 236.585806h-194.445763a72.917161 72.917161 0 0 1-72.917161-72.917161v-218.751484a72.917161 72.917161 0 0 1 72.917161-72.917161h194.445763a72.917161 72.917161 0 0 1 72.917161 72.917161v48.611441a24.30572 24.30572 0 0 1-48.611441 0v-72.917161H690.221123V187.974365h243.057204v-72.917161a24.30572 24.30572 0 0 1 48.611441 0v48.611441a72.917161 72.917161 0 0 1-72.917161 72.917161z m-10.694517 267.362924a417.329219 417.329219 0 0 1-29.652979 72.917161 123.230002 123.230002 0 0 1-3.888915 166.980299 116.910515 116.910515 0 0 1-83.854736 34.757181 118.125801 118.125801 0 0 1-80.208877-31.597437 401.044386 401.044386 0 0 1-71.458818 30.382151 118.611915 118.611915 0 0 1-237.223831 0A399.342986 399.342986 0 0 1 320.288059 747.005934a118.125801 118.125801 0 0 1-80.208877 31.597437A116.910515 116.910515 0 0 1 155.495275 743.360076 123.230002 123.230002 0 0 1 152.578588 576.865891a417.329219 417.329219 0 0 1-29.652979-72.917161 121.528602 121.528602 0 0 1 0-241.841918 415.384761 415.384761 0 0 1 29.652979-72.917161 123.230002 123.230002 0 0 1 2.916687-167.709471 116.910515 116.910515 0 0 1 84.583907-35.243294 118.125801 118.125801 0 0 1 80.208877 31.597436 399.342986 399.342986 0 0 1 71.458818-30.38215A121.528602 121.528602 0 0 1 510.60185-128a112.292428 112.292428 0 0 1 33.784951 5.590316 36.215523 36.215523 0 0 1 20.902919 51.042013 35.000237 35.000237 0 0 1-41.076667 18.715404 45.451697 45.451697 0 0 0-14.340375-2.430572 48.611441 48.611441 0 0 0-47.153098 46.180869l-1.944457 51.042013-48.611441 14.826489a328.370282 328.370282 0 0 0-58.819843 24.305721l-44.236411 24.30572-37.187753-34.271066a48.611441 48.611441 0 0 0-32.326608-12.638974 46.180869 46.180869 0 0 0-33.298837 13.85426A48.611441 48.611441 0 0 0 205.565059 139.362924l33.541894 37.916924-24.305721 45.20864a341.738429 341.738429 0 0 0-24.30572 60.035129l-14.583432 48.611441L126.571467 333.808687a48.611441 48.611441 0 0 0 0 97.222882l50.069784 2.673629 14.583433 48.611441a341.738429 341.738429 0 0 0 24.30572 60.035129l24.30572 45.20864L205.565059 625.477332a48.611441 48.611441 0 0 0 1.215286 66.597674 46.180869 46.180869 0 0 0 33.298837 13.611203 48.611441 48.611441 0 0 0 32.326608-12.638974l37.187752-34.271066 44.236411 24.30572a329.099454 329.099454 0 0 0 58.819843 24.305721l48.611441 14.826489 2.673629 51.042013a47.153098 47.153098 0 0 0 94.306196 0L560.185519 722.700214l48.611441-14.82649a328.370282 328.370282 0 0 0 58.819843-24.30572l44.236411-24.305721 36.701638 33.784952a48.611441 48.611441 0 0 0 32.326608 12.638974 46.180869 46.180869 0 0 0 33.298837-13.85426 48.611441 48.611441 0 0 0 1.215286-66.354617l-33.541894-37.916924 24.305721-45.20864a341.738429 341.738429 0 0 0 24.30572-60.035129l14.583432-48.611441 49.340613-2.673629a48.611441 48.611441 0 0 0 36.701637-75.59079 33.05578 33.05578 0 0 1 8.020888-48.611441l7.048659-4.37503a31.354379 31.354379 0 0 1 41.805839 8.750059A121.528602 121.528602 0 0 1 898.27809 503.94873z m-367.502492 38.646096a156.771897 156.771897 0 0 0 129.792546-117.39663 159.688583 159.688583 0 0 0 1.701401-70.486589 37.673867 37.673867 0 0 1 17.014004-40.590553 35.486352 35.486352 0 0 1 52.500356 24.30572 235.522431 235.522431 0 0 1 0 97.222882 226.772371 226.772371 0 0 1-445.03774-86.771422 229.446 229.446 0 0 1 178.16093-189.341562 224.827914 224.827914 0 0 1 61.73653-4.131972 36.458581 36.458581 0 1 1-5.833373 72.917161 145.834322 145.834322 0 0 0-77.778305 16.284833 158.959411 158.959411 0 0 0-86.04225 118.854972 156.771897 156.771897 0 0 0 173.785901 179.13316zM848.208306 139.362924h-48.611441a36.458581 36.458581 0 0 1 0-72.917161h48.611441a36.458581 36.458581 0 1 1 0 72.917161z m0-97.222881h-48.611441a36.458581 36.458581 0 0 1 0-72.917161h48.611441a36.458581 36.458581 0 1 1 0 72.917161z" horiz-adv-x="1024" />
<glyph glyph-name="zidingyi" unicode="&#59703;" d="M128 768h320V832H128.288A64.32 64.32 0 0 1 64 767.712V448h64V768z m448 64v-64h320v-320h64V767.712A64.32 64.32 0 0 1 895.712 832H576zM128 320H64v-319.712A64.32 64.32 0 0 1 128.288-64H448v64H128V320z m768-320H576v-64h319.712A64.32 64.32 0 0 1 960 0.288V320h-64v-320zM544 416V640h-64v-224H256v-64h224v-256h64v256h256v64h-256z" horiz-adv-x="1024" />
......@@ -53,9 +59,27 @@ Created by iconfont
<glyph glyph-name="chaojiguanliyuan" unicode="&#58946;" d="M585.182609-89.838509l19.080745 95.403726-69.962733 69.962733c-25.440994 25.440994-31.801242 57.242236-25.440994 89.043479 6.360248 31.801242 31.801242 50.881988 69.962733 57.242236l89.043479 12.720496c-6.360248 0-6.360248 6.360248-12.720497 6.360249-12.720497 12.720497-19.080745 19.080745-25.440994 31.801242-6.360248 6.360248-6.360248 19.080745-6.360249 31.801242v31.801243c0 6.360248 6.360248 12.720497 6.360249 19.080745 0 6.360248 6.360248 12.720497 12.720497 12.720497l12.720497 12.720497c6.360248 6.360248 12.720497 6.360248 19.080745 12.720497 6.360248 6.360248 12.720497 12.720497 12.720497 19.080745 6.360248 6.360248 6.360248 19.080745 12.720497 25.440994 0 12.720497 6.360248 19.080745 6.360248 31.801242 6.360248 0 12.720497 6.360248 19.080746 12.720497 6.360248 6.360248 12.720497 12.720497 12.720496 19.080745 6.360248 6.360248 6.360248 19.080745 6.360249 31.801243v25.440993c0 6.360248-6.360248 12.720497-6.360249 19.080746 0 6.360248-6.360248 12.720497-12.720496 12.720497 0 25.440994 0 50.881988-6.360249 82.683229 0 25.440994-6.360248 44.521739-19.080745 76.322982-6.360248 25.440994-19.080745 50.881988-38.161491 69.962733-6.360248 6.360248-19.080745 19.080745-31.801242 25.440993 0 12.720497-12.720497 19.080745-25.440994 25.440994-19.080745 6.360248-38.161491 12.720497-50.881988 19.080746C534.300621 896 515.219876 896 496.13913 896c-19.080745 0-31.801242 0-50.881987-6.360248-19.080745 0-31.801242-6.360248-50.881988-12.720497-12.720497-6.360248-25.440994-12.720497-44.521739-25.440994l-44.521739-44.521739c-12.720497-19.080745-25.440994-38.161491-31.801242-63.602485-6.360248-31.801242-6.360248-50.881988-12.720497-76.322981 0-25.440994-6.360248-50.881988-6.360249-76.322981 0-6.360248-6.360248-12.720497-6.360248-19.080746 0-6.360248-6.360248-12.720497-6.360248-25.440994 0-6.360248 0-19.080745 6.360248-31.801242s6.360248-19.080745 12.720497-25.440994c0-6.360248 6.360248-6.360248 6.360248-12.720497 6.360248-6.360248 6.360248-6.360248 12.720497-6.360248 6.360248-12.720497 6.360248-19.080745 12.720497-31.801242 6.360248-6.360248 6.360248-19.080745 12.720497-25.440994 6.360248-6.360248 6.360248-12.720497 12.720497-19.080745 12.720497-6.360248 19.080745-19.080745 31.801242-25.440994 6.360248-6.360248 12.720497-19.080745 12.720497-38.161491v-25.440994c0-6.360248 0-19.080745-6.360248-25.440993 0-6.360248-6.360248-19.080745-19.080746-25.440994-6.360248-6.360248-19.080745-19.080745-31.801242-25.440994-19.080745-12.720497-38.161491-19.080745-63.602484-25.440994-25.440994-6.360248-127.204969-38.161491-146.285715-50.881987-19.080745-6.360248-38.161491-19.080745-57.242236-31.801243-19.080745-12.720497-25.440994-31.801242-31.801242-57.242236-6.360248-44.521739-6.360248-50.881988-6.360248-76.322981 6.360248-25.440994 6.360248-44.521739 19.080745-50.881988 6.360248-6.360248 25.440994-12.720497 50.881987-19.080745 38.161491-6.360248 222.608696-38.161491 432.496895-38.161491h82.68323v31.801243z m419.776397 241.689441l-108.124223 12.720497c-19.080745 0-38.161491 19.080745-44.52174 31.801242l-44.521739 95.403727c-6.360248 6.360248-6.360248 12.720497-12.720497 12.720496s-6.360248-6.360248-12.720496-12.720496l-44.52174-95.403727c-6.360248-12.720497-25.440994-31.801242-44.521739-31.801242l-108.124223-12.720497c-19.080745 0-19.080745-12.720497-6.360249-25.440994l76.322982-76.322981c12.720497-12.720497 19.080745-31.801242 19.080745-50.881988l-19.080745-108.124224c0-12.720497 0-19.080745 12.720497-19.080745h12.720496l95.403727 50.881988c6.360248 6.360248 19.080745 6.360248 25.440994 6.360248 6.360248 0 19.080745 0 25.440994-6.360248l95.403726-50.881988h12.720497c6.360248 0 12.720497 6.360248 12.720497 19.080745l-19.080745 108.124224c0 19.080745 6.360248 38.161491 19.080745 50.881988l76.322982 76.322981c0 12.720497 0 25.440994-19.080746 25.440994z" horiz-adv-x="1030" />
<glyph glyph-name="tonghuahuawuliang" unicode="&#58888;" d="M612.998-11.397c-43.979 0-100.753 29.298-140.645 53.884-53.413 32.913-110.959 78.452-162.037 128.218l-0.186 0.18-16.216 16.225c-49.769 51.07-95.306 108.622-128.225 162.039-24.58 39.887-53.88 96.665-53.88 140.644 0 47.063 33.654 97.017 48.124 116.305 11.288 15.057 50.737 64.177 84.251 64.177 13.764 0 28.582-9.007 48.062-29.209 17.228-17.86 33.759-40.064 44.594-55.543 14.552-20.787 28.005-42.544 37.894-61.28 16.008-30.33 17.861-43.335 17.861-50.483 0-14.419-7.532-26.926-22.383-37.169-9.778-6.745-21.52-11.825-32.869-16.736-7.654-3.313-19.882-8.598-24.544-12.314 1.625-6.893 8.736-23.531 27.958-51.746 17.904-26.287 41.061-54.782 61.981-76.263 21.479-20.919 49.966-44.078 76.262-61.983 28.208-19.21 44.847-26.322 51.743-27.954 3.714 4.663 9.005 16.886 12.315 24.544 4.908 11.354 9.987 23.092 16.734 32.872 10.245 14.853 22.755 22.378 37.172 22.378 7.146 0 20.153-1.852 50.486-17.855 18.729-9.89 40.494-23.346 61.277-37.896 15.479-10.836 37.683-27.367 55.546-44.591 20.196-19.481 29.202-34.299 29.202-48.065 0-33.514-49.116-72.96-64.171-84.247-19.288-14.482-69.242-48.132-116.306-48.132zM338.497 199.44c49.001-47.732 104.03-91.3 154.979-122.694 49.389-30.44 92.956-47.896 119.525-47.896 23.661 0 57.401 14.453 90.252 38.658 14.399 10.612 27.507 22.436 36.908 33.279 8.818 10.184 12.043 16.826 12.86 19.506-3.41 7.32-23.654 30.213-70.897 62.806-18.536 12.784-37.695 24.534-53.954 33.081-20.416 10.735-28.928 12.591-30.872 12.896-0.76-0.522-2.982-2.38-6.36-8.047-3.786-6.347-7.422-14.753-10.94-22.884-4.325-10.01-8.809-20.361-14.3-28.715-8.931-13.584-19.896-20.477-32.589-20.483-0.229 0-0.474 0.005-0.715 0.015-6.177 0.129-24.992 0.528-76.057 35.304-28.19 19.208-58.804 44.106-81.886 66.62l-0.36 0.358c-22.506 23.085-47.404 53.692-66.608 81.881-34.78 51.067-35.182 69.875-35.314 76.058-0.276 12.924 6.546 24.083 20.272 33.17 8.393 5.557 18.83 10.071 28.919 14.439 8.134 3.514 16.535 7.151 22.884 10.932 5.666 3.376 7.527 5.604 8.042 6.361-0.302 1.946-2.155 10.456-12.889 30.873-8.549 16.256-20.299 35.42-33.083 53.951-32.592 47.251-55.485 67.495-62.804 70.902-2.683-0.822-9.328-4.046-19.511-12.865-10.847-9.394-22.665-22.506-33.274-36.906-24.209-32.848-38.658-66.585-38.658-90.251 0-26.566 17.454-70.129 47.894-119.525 31.398-50.944 74.964-105.976 122.693-154.975l15.843-15.849zM462.5 593.5h332v-45h-332zM462.5 495.5h332v-45h-332zM462.5 399.5h332v-45h-332z" horiz-adv-x="1024" />
<glyph glyph-name="sousuoshezhi" unicode="&#58904;" d="M914.16-121.304c-25.448 0-49.24 9.592-67 26.976L624.064 127.392a261.744 261.744 0 0 0-98.968-19.48c-146.704 0-265.68 119.296-265.68 265.936 0 24.28 3.208 48.216 9.528 71.112l10.08 36.44 130.552-131.296c15.32-15.192 36.488-23.6 59.48-23.6 26.416 0 52.792 11.184 72.344 30.704 38.168 38.08 41.264 97.296 6.888 131.984L417.552 619.376l36.304 10.112a264.208 264.208 0 0 0 70.888 9.568c146.192 0 265.2-118.976 265.24-265.2 0-34.52-6.48-67.904-19.288-99.504l223.864-221.08c17.496-17.56 27.048-41.28 26.992-66.928-0.064-27.832-11.712-55.352-31.96-75.488-20.048-20.376-47.6-32.16-75.432-32.16z m-280.896 301.44l244.728-243.216c9.408-9.184 22.272-14.304 36.168-14.304 16.4 0 32.12 6.832 44.312 19.184 12.208 12.16 19.136 28.352 19.16 44.64 0.048 13.896-4.944 26.568-14.048 35.696L718.016 264.68l6.688 14.088a219.968 219.968 0 0 1 21.36 95.088c-0.04 122.016-99.32 221.296-221.32 221.296-6.64 0-13.24-0.288-19.776-0.848l74.4-74.096c51.456-51.928 48.304-138.952-6.96-194.088-27.728-27.656-65.384-43.504-103.352-43.528-34.648 0-66.792 12.952-90.504 36.44l-74.36 74.792a226.536 226.536 0 0 1-0.872-19.96c0-122.416 99.28-222.008 221.312-222.008 33.128 0 65.696 7.416 94.632 21.48l14 6.8zM534.264-24.184c11.752 11.704 25.192 20.408 39.584 26.752l-41.736 41.728c-13.472-7.952-26.32-16.928-37.912-28.48-23.744-23.752-37.296-56.048-39.792-62.208l-0.352-0.992-131.504 37.856-0.12 0.176c-0.096 0.04-0.176 0.136-0.272 0.168a8.512 8.512 0 0 0-2.272 4.024l-0.032 0.256c0.112 2.832 1.104 27.904-3.432 58.664-6.736 45.192-21.608 79.656-44.336 102.392-22.504 22.504-56.592 37.424-101.328 44.328-30.104 4.632-55.176 3.912-58.008 3.776h-0.248a10.32 10.32 0 0 0-3.92 2.368l-0.216 0.216-0.208 0.208-0.04 0.216L72.16 334.4l0.984 0.392c6.168 2.488 38.512 16.072 62.296 39.832 70.624 70.624 73.632 183.984 6.784 258.16l-0.56 0.6 0.52 0.776c4.888 7.12 30.56 43.656 54.192 67.336 23.544 23.496 60.192 49.272 67.336 54.192l0.672 0.52 0.68-0.6c74.152-66.808 187.48-63.856 258.144 6.768 23.744 23.76 37.304 56.016 39.792 62.272l0.392 0.888 133.648-38.84 0.168-0.168c0.12-0.136 0.256-0.216 0.376-0.384 1.584-1.592 2.528-3.648 2.712-4.592v-0.208c-0.104-2.656-0.424-27.096 4.496-56.592 7.328-43.648 22.248-76.928 44.312-98.968 21.76-21.88 54.712-36.704 97.832-44.264 29.248-5.056 53.336-4.88 55.952-4.784l0.272-0.096c0.888-0.176 2.904-1.024 4.528-2.664 0.144-0.128 0.216-0.248 0.312-0.344l0.152-0.16 0.176-0.344 36.92-129.336-0.888-0.392c-6.256-2.48-38.608-16.024-62.352-39.832-11.32-11.32-20.224-23.92-28.04-37.136l41.664-41.664c6.36 13.968 14.88 27.264 26.376 38.808 16.944 16.936 43.256 27.264 43.536 27.4 24.928 9.592 40.2 36.648 35.536 62.928l-0.264 1.472-39.232 137.296-0.52 1.2a58.088 58.088 0 0 1-13.376 20.136c-12.344 12.368-29.416 19.56-45.616 19.264-22.04-0.344-85.288 4.808-112.976 32.504-27.968 27.952-32.768 91.968-32.256 114.352 0.44 16.376-6.712 33.568-19.232 46.048a58.104 58.104 0 0 1-19.696 13.224l-1.32 0.536-141.504 41.12-1.504 0.296c-26.368 4.76-53.384-10.504-63-35.408-0.08-0.216-10.624-26.712-27.44-43.512-51.008-51.064-134.12-51.128-185.224 0l-3.08 3.048c-0.136 0.208-0.344 0.384-0.52 0.64-14.112 14.056-38.24 12.904-61.48-2.928-1.904-1.28-46.832-32.072-76.456-61.696-29.64-29.632-60.416-74.576-61.712-76.456-15.848-23.28-16.976-47.424-2.864-61.48 0.176-0.216 0.392-0.384 0.56-0.6l3.08-3.104c51.072-51.008 51.072-134.12 0-185.224-16.72-16.68-43.256-27.272-43.552-27.36-24.88-9.6-40.168-36.68-35.504-62.936l0.248-1.472 38.16-134.976 0.472-1.24c2.88-7.344 7.336-14.112 13.296-20.072 12.48-12.472 29.808-19.536 46.256-18.832 21.36 0.848 88.672-3.04 117.24-31.584 28.824-28.776 32.328-95.376 31.2-118.56-0.752-16.648 6.256-34.152 18.92-46.784l0.136-0.096a57.792 57.792 0 0 1 19.552-13.032l1.28-0.512 139.272-40.088 1.456-0.272c26.32-4.704 53.432 10.48 63.024 35.432 0.424 1.104 10.888 27.088 27.36 43.568z" horiz-adv-x="1024" />
<glyph glyph-name="jifeizhongxin" unicode="&#58963;" d="M544 384h192V448H588.8l160 160-44.8 44.8-192-192-192 192-44.8-44.8L435.2 448H288v-64h192v-64h-192v-64h192v-192h64v192h192V320h-192V384zM512 896c281.6 0 512-230.4 512-512s-230.4-512-512-512-512 230.4-512 512 230.4 512 512 512z" horiz-adv-x="1024" />
<glyph glyph-name="ribao" unicode="&#58906;" d="M934.96 63.456v-84.576c0-40.064-35.616-71.232-75.68-71.232H164.752c-40.064 0-75.68 31.168-75.68 71.232V824.8C89.072 864.864 124.688 896.032 164.752 896.032H859.28c40.064 0 75.68-31.168 75.68-71.232v-761.28z m-187.008 102.4H276.016c-22.272 0-35.616-17.824-35.616-35.616s17.824-35.616 35.616-35.616h471.936c22.272 0 35.616 17.824 35.616 35.616 0 22.272-13.344 35.616-35.616 35.616z m-311.648 512H498.64c31.168 0 53.44-8.896 71.232-26.72 13.344-17.824 22.272-40.064 22.272-71.232s-8.896-53.44-22.272-71.232-44.512-22.272-75.68-22.272h-57.888V677.856z m57.888-262.688c53.44 0 97.952 17.824 129.12 48.96 26.72 31.168 44.512 71.232 44.512 120.224s-13.344 89.056-40.064 115.744c-31.168 31.168-71.232 48.96-129.12 48.96H400.688c-22.272 0-40.064-17.824-40.064-35.616v-262.688c0-22.272 17.824-35.616 40.064-35.616h93.504z m253.76-106.848H276.016c-22.272 0-35.616-17.824-35.616-35.616s17.824-35.616 35.616-35.616h471.936c22.272 0 35.616 17.824 35.616 35.616 0 22.272-13.344 35.616-35.616 35.616z" horiz-adv-x="1024" />
<glyph glyph-name="shangzhang" unicode="&#58902;" d="M273.065864 424.959278h159.297452c0-170.66466-38.532908-242.347911-159.297452-327.686262C445.621044 131.362598 591.636684 186.031162 591.636684 424.959278h159.297452l-238.940157 245.767706z" horiz-adv-x="1024" />
<glyph glyph-name="shujupingtai" unicode="&#59380;" d="M613.063327 604.460751h101.153642v-348.799435h-101.153642zM764.793791 463.026283h101.153642v-207.184336h-101.153642zM461.513494 710.672076h101.153643v-454.830129h-101.153643zM410.936673 3.138472h-156.607514c-30.346093 0-50.576821-20.230729-50.576822-50.576821s20.230729-50.576821 50.576822-50.576821h561.041453c30.346093 0 50.576821 20.230729 50.576821 50.576821s-20.230729 50.576821-50.576821 50.576821h-151.549832v101.153643h-252.884107v-101.153643zM916.343623 862.221909H107.656377c-55.634503 0-101.153643-45.519139-101.153643-101.153643v-555.983771c0-55.634503 45.519139-101.153643 101.153643-101.153643h303.280296v101.153643H107.656377V761.248898h808.687246v-555.983772H663.640148v-101.153642h252.703475c55.634503 0 101.153643 45.519139 101.153643 101.153642V761.248898c0 55.634503-45.519139 100.973011-101.153643 100.973011zM158.233198 412.449462h101.153643v-151.549832h-101.153643zM309.783031 518.660787h101.153642v-257.761157h-101.153642z" horiz-adv-x="1024" />
<glyph glyph-name="zaixiangoutong" unicode="&#58881;" d="M826.4 337.29999999999995h-0.8c-12.5 0.2-22.6 10.4-22.6 22.9 0 12.5 10.2 22.8 22.6 22.9l6.4 0.1v0.2c46 3.3 82.5 41.9 82.5 88.7V660.6c0 49-39.9 89-89 89h-424c-49 0-89-39.9-89-89 0-12.7-10.3-22.9-22.9-22.9-12.7 0-23 10.3-23 22.9v23.6c0 61.4 49.9 111.3 111.3 111.3h471.2c61.4 0 111.3-49.9 111.3-111.3v-235.6c0-61.4-49.9-111.3-111.3-111.3h-22.7zM289.7 349.6c-12.7 0-23 10.3-23 22.9 0 12.7 10.3 22.9 23 22.9s22.9-10.3 22.9-22.9c0-12.6-10.3-22.9-22.9-22.9zM407.4 349.6c-12.7 0-22.9 10.3-22.9 22.9 0 12.7 10.3 22.9 22.9 22.9 12.7 0 22.9-10.3 22.9-22.9 0.1-12.6-10.2-22.9-22.9-22.9zM525.2 349.6c-12.7 0-22.9 10.3-22.9 22.9 0 12.7 10.3 22.9 22.9 22.9 12.7 0 23-10.3 23-22.9 0-12.6-10.3-22.9-23-22.9zM633.2-32.39999999999998h-1.3c-0.3 0-0.5 0-0.8 0.1h-0.3c-0.3 0-0.5 0.1-0.8 0.1l-0.5 0.1c-0.2 0-0.4 0.1-0.6 0.1l-1.1 0.2c-0.1 0-0.9 0.2-0.9 0.2h0.1l-0.3 0.1c-0.3 0.1-0.5 0.2-0.8 0.3l-0.2 0.1-0.9 0.3h-0.1c-0.3 0.1-0.6 0.2-0.9 0.4l-0.2 0.1c-0.2 0.1-0.5 0.2-0.7 0.3l-0.2 0.1-0.3 0.1c-0.1 0.1-0.3 0.2-0.4 0.2l-0.5 0.3c-0.2 0.1-0.8 0.5-0.8 0.5l-0.1 0.1c-0.2 0.1-1 0.7-1 0.7-0.1 0.1-0.2 0.1-0.3 0.2L385.1 143.5H174.8c-61.4 0-111.3 49.9-111.3 111.3V490.4c0 61.4 49.9 111.3 111.3 111.3H646c61.4 0 111.3-49.9 111.3-111.3v-235.6c0-61.4-49.9-111.3-111.3-111.3h-16.5l26.1-149c0-0.2 0-0.3 0.1-0.5 0-0.1 0-0.3 0.1-0.4v0.1l0.1-0.7 0.1-0.6c0-0.2 0-0.4 0.1-0.6V-10.799999999999955c0-0.3 0-0.6-0.1-0.8l-0.1-0.5c0-0.2 0-0.4-0.1-0.6l-0.1-0.6c0-0.2 0-0.3-0.1-0.5l-0.2-1.2c0-0.2-0.1-0.4-0.1-0.6l-0.1-0.5c-0.1-0.3-0.2-0.5-0.3-0.8l-0.1-0.2v-0.1c-0.1-0.2-0.2-0.5-0.3-0.7 0-0.1-0.1-0.2-0.1-0.2-0.1-0.3-0.4-1-0.5-1.1-0.1-0.2-0.2-0.5-0.3-0.7l-0.1-0.2-0.3-0.6c-0.1-0.1-0.2-0.4-0.2-0.4-0.1-0.1-0.2-0.3-0.2-0.4l-0.4-0.6-0.4-0.6-0.4-0.5-0.2-0.2c-0.1-0.2-0.2-0.3-0.3-0.4 0 0-0.3-0.4-0.4-0.5l-0.3-0.4-0.5-0.6-0.3-0.3-0.5-0.5-0.4-0.4-0.5-0.4-0.8-0.7-0.3-0.3 0.1 0.1-0.2-0.1c-0.1-0.1-0.2-0.2-0.4-0.3l-0.5-0.4c-0.1-0.1-0.5-0.4-0.5-0.4-0.1-0.1-0.8-0.5-0.8-0.5l-0.9-0.5c-0.2-0.1-0.3-0.2-0.5-0.3l-0.2-0.1c-0.1-0.1-0.2-0.1-0.4-0.2l-0.6-0.3c-0.2-0.1-0.2-0.1-0.3-0.1l-0.1-0.1c-0.2-0.1-0.4-0.1-0.6-0.2l-0.6-0.2c-0.1-0.1-0.3-0.1-0.4-0.2l-0.4-0.1s-0.5-0.1-0.7-0.2l-0.6-0.1c-0.2 0-0.5-0.1-0.5-0.1-0.2 0-0.9-0.2-0.9-0.2-0.1 0-0.7-0.1-0.9-0.1l-0.5-0.1-0.6-0.1H633.5l-0.3 0.3zM198.4 555.8c-49 0-89-39.9-89-89v-188.5c0-49 39.9-89 89-89H392c4.7 0 9.2-1.4 13.1-4.1l0.4-0.2 0.4-0.2c1.1-0.6 2.1-1.2 3.1-1.9l191.6-140.3L580 160.29999999999995l-0.1 0.3c-0.5 1.9-0.7 3.8-0.7 5.8 0 12.7 10.3 22.9 22.9 22.9h20.4c49 0 89 39.9 89 89V466.8c0 49-39.9 89-89 89H198.4z" horiz-adv-x="1024" />
<glyph glyph-name="zhankai" unicode="&#59202;" d="M535.744 440.064h-535.68v-114.112h535.68V440.064z m489.28-389.952H1.28V-64h1023.744v114.112z m-260.096 145.472V576l260.096-190.208-260.096-190.208zM1025.024 832H2.624v-116.096h1022.4V832z" horiz-adv-x="1089" />
......@@ -71,6 +95,15 @@ Created by iconfont
<glyph glyph-name="zhuzuoquan" unicode="&#58895;" d="M828.3 700.3C742.1 785.7 632.7 830.9 512 830.9c-119.6 0-232-46.4-316.3-130.6C110.3 614 65.1 504.7 65.1 384c0-121.5 45.1-230.8 130.6-316.3 83.5-84.3 195.9-130.6 316.3-130.6 121.5 0 230.8 45.2 316.3 130.6 85.5 85.5 130.6 194.8 130.6 316.3 0 120.7-45.1 230-130.6 316.3z m-37.5-595.4c-36.2-36.2-78.4-64.6-125.4-84.4-48.6-20.5-100.3-30.9-153.4-30.9-53.2 0-104.8 10.4-153.4 30.9-47 19.9-89.2 48.3-125.4 84.4-74.6 74.5-115.6 173.6-115.6 279.1 0 217.5 176.9 394.5 394.5 394.5 217.5 0 394.5-176.9 394.5-394.5-0.1-105.4-41.2-204.6-115.8-279.1z m0 0M646.7 296.3c-28.2-39.2-73.6-65.8-125.3-65.8-84.6 0-155.1 68.9-155.1 155.1 0 86.2 68.9 155.1 155.1 155.1 51.7 0 97.1-25.1 125.3-65.8h92.4c-36 86.2-119.1 145.7-217.7 145.7-130 0-236.5-106.5-236.5-236.5s106.5-236.5 236.5-236.5c98.7 0 183.3 61.1 217.7 145.7h-92.4v3z m0 0" horiz-adv-x="1024" />
<glyph glyph-name="ribao1" unicode="&#58887;" d="M800 864H224A128 128 0 0 1 96 736v-704a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128V736A128 128 0 0 1 800 864z m64-832a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64V736a64 64 0 0 0 64 64h576a64 64 0 0 0 64-64v-704zM736 160H288a32 32 0 0 1 0-64h448a32 32 0 0 1 0 64z m0 160H288a32 32 0 0 1 0-64h448a32 32 0 0 1 0 64zM618.432 463.616c14.144 23.616 21.184 52.48 21.184 86.592 0 13.44-1.664 27.648-4.992 42.432a111.616 111.616 0 0 1-18.88 41.344 87.232 87.232 0 0 1-45.12 32.576 144.768 144.768 0 0 1-40.96 5.568H383.616v-256.384h146.048c40 0 69.568 15.936 88.768 47.872z m-170.176 16.64V607.68h75.008c21.184 0 35.392-5.312 42.496-15.936 7.04-10.688 10.624-25.92 10.624-45.824 0-14.4-2.368-26.816-7.104-37.248-8.64-19.008-24-28.416-46.016-28.416h-75.008z" horiz-adv-x="1024" />
<glyph glyph-name="huawujinengzupeizhi" unicode="&#58882;" d="M699.5-85.2c-143.8 0-296.6 77.9-408.8 208.5-130.5 151.9-180.9 348.9-128.4 501.9 15 43.6 51 74.8 96.4 83.5 49.9 10 102.8-9.3 138-50.2l72.4-84.2c33.1-38.6 30.1-95.7-6.7-127.3l-0.1-0.1-11-9.4c-11.8-10.1-24-17.1-36.5-24-4.1-2.3-14.8-8.1-17.7-11-3.6-17.6 0.8-45 11.9-73.7 11.9-30.7 30.1-59.4 49.7-78.6 16.7-16.4 39.9-32.6 63.8-44.6s46-18.5 60.8-17.7c3.1 1.1 12 12.1 17.2 18.6 7.6 9.5 17.1 21.4 29.4 32l12 10.3c16.7 14.4 39.1 21.1 61.6 18.4 21.2-2.7 40.7-13.2 54.8-29.7l85.7-99.7c32-37.3 42.9-88.2 28.4-132.9-13.3-41.2-45-70.6-86.9-80.5-27.5-6.3-56.4-9.6-86-9.6zM285.1 668.9c-6.1 0-12.1-0.6-18.1-1.8h-0.1c-30.3-5.8-54.4-26.6-64.3-55.7-23.2-67.7-24.3-146.6-3.2-228.3 21.3-82.6 64.1-162.9 123.7-232.2 104.3-121.3 245.1-193.7 376.6-193.7 26.3 0 51.9 2.9 76.2 8.6 27.1 6.4 47.6 25.5 56.3 52.3 9.9 30.7 2.2 66-20.2 92.1L726.1 210c-7.2 8.5-17.1 13.8-27.8 15.2-10.6 1.3-21-1.8-28.6-8.4l-12.1-10.4c-9.3-8-17.1-17.7-23.9-26.3-14.1-17.6-26.3-32.8-47-34.4h-0.4c-47.9-3-117.6 35.4-157.3 74.3-23.8 23.3-45.5 57.4-59.6 93.6-14.7 37.8-19.5 73.1-13.6 99.4 4.3 19.1 20.9 28.3 38.5 37.9 10.9 6 20.6 11.5 29.3 19l0.1 0.1 11 9.3c19 16.4 19.9 46.6 2.1 67.4l-72.4 84.2c-20.8 24.3-50 38-79.3 38zM702.4 784.9c-60.4 0-109.9-49.5-109.9-109.9S642 565.1 702.4 565.1 812.3 614.6 812.3 675s-49.4 109.9-109.9 109.9z m0-180.6c-38.9 0-70.7 31.8-70.7 70.7s31.8 70.7 70.7 70.7 70.7-31.8 70.7-70.7c0-38.9-31.8-70.7-70.7-70.7zM700.1 761.3c-11 0-19.6 8.6-19.6 19.6V812.4c0 11 8.6 19.6 19.6 19.6s19.6-8.6 19.6-19.6V781c0-11-8.7-19.7-19.6-19.7zM627.8 728.8c-5.1 0-10.2 2-14.1 5.9l-22.8 23.5c-7.5 7.9-7.5 20.4 0.4 27.9s20.4 7.5 27.9-0.4l22.8-23.5c7.5-7.8 7.5-20.4-0.4-27.9-3.9-3.6-8.7-5.5-13.8-5.5zM598 655.4h-31.4c-11 0-19.6 8.6-19.6 19.6s8.6 19.6 19.6 19.6H598c11 0 19.6-8.6 19.6-19.6s-8.6-19.6-19.6-19.6zM606.2 558c-5.1 0-10.2 2-13.7 5.9-7.9 7.9-7.9 20 0 27.9l23.2 23.2c7.8 7.9 20 7.9 27.9 0s7.9-20 0-27.9l-23.2-23.2c-3.9-3.9-9-5.9-14.2-5.9zM704 518c-11 0-19.6 8.6-19.6 19.6v35.3c0 11 8.6 19.6 19.6 19.6s19.6-8.6 19.6-19.6v-35.3c0-11-8.6-19.6-19.6-19.6zM800.1 558.8c-5.1 0-10.2 2-13.7 5.9l-23.2 23.2c-7.8 7.8-7.8 20 0 27.9 7.9 7.8 20 7.8 27.9 0l23.2-23.2c7.9-7.9 7.9-20 0-27.9-3.9-3.9-9-5.9-14.2-5.9zM841.4 655.4H806c-11 0-19.6 8.6-19.6 19.6s8.6 19.6 19.6 19.6h35.3c11 0 19.6-8.6 19.6-19.6 0.1-11-8.5-19.6-19.5-19.6zM775.8 729.6c-5.1 0-10.2 2-13.7 5.9-7.8 7.8-7.8 20 0 27.9l23.2 23.2c7.8 7.8 20 7.8 27.9 0 7.8-7.9 7.8-20 0-27.9L790 735.5c-4-4-9.1-5.9-14.2-5.9z" horiz-adv-x="1024" />
<glyph glyph-name="gonggao" unicode="&#58959;" d="M810.666667 597.333333h-68.266667l-149.333333 149.333334c4.266667 8.533333 4.266667 12.8 4.266666 21.333333 0 46.933333-38.4 85.333333-85.333333 85.333333s-85.333333-38.4-85.333333-85.333333c0-8.533333 0-12.8 4.266666-21.333333L281.6 597.333333H213.333333c-72.533333 0-128-55.466667-128-128v-426.666666c0-68.266667 55.466667-128 128-128h597.333334c72.533333 0 128 59.733333 128 128V469.333333c0 72.533333-55.466667 128-128 128zM298.666667 213.333333c-25.6 0-42.666667 17.066667-42.666667 42.666667s17.066667 42.666667 42.666667 42.666667 42.666667-17.066667 42.666666-42.666667-17.066667-42.666667-42.666666-42.666667z m213.333333 0c-25.6 0-42.666667 17.066667-42.666667 42.666667s17.066667 42.666667 42.666667 42.666667 42.666667-17.066667 42.666667-42.666667-17.066667-42.666667-42.666667-42.666667zM401.066667 597.333333l89.6 89.6c8.533333-4.266667 12.8-4.266667 21.333333-4.266666s12.8 0 21.333333 4.266666L622.933333 597.333333H401.066667z m324.266666-384c-25.6 0-42.666667 17.066667-42.666666 42.666667s17.066667 42.666667 42.666666 42.666667 42.666667-17.066667 42.666667-42.666667-17.066667-42.666667-42.666667-42.666667z" horiz-adv-x="1024" />
<glyph glyph-name="yuangongdangan" unicode="&#58918;" d="M1022.489 71.869c3.43-20.57-0.855-39.082-12.855-55.547-12-16.458-28.291-26.406-48.861-29.829l-123.442-19.542c-19.888-3.429-38.226 0.856-55.038 12.857-16.794 12-26.909 28.291-30.338 48.861L647.026 693.184c-1.371 10.289-0.855 20.062 1.544 29.321 2.4 9.253 6.35 17.829 11.833 25.718 5.482 7.883 12.514 14.4 21.086 19.54 8.57 5.142 18.002 8.745 28.291 10.803l122.405 19.542c20.577 3.43 39.094-1.024 55.552-13.371 16.46-12.347 26.401-28.799 29.836-49.377l104.916-663.491zM505.074 802.224c20.57 0 38.058-7.199 52.465-21.606 14.4-14.4 21.594-31.883 21.594-52.459v-687.15c0-20.57-7.194-38.058-21.594-52.459-14.406-14.399-31.894-21.6-52.465-21.6H398.093c-20.576 0-38.058 7.201-52.459 21.6-14.406 14.4-21.606 31.889-21.606 52.459V728.16c0 20.576 5.488 38.058 16.458 52.459 10.976 14.406 27.088 21.606 48.347 21.606h116.241z m0-518.45c6.859 0 12.688 3.261 17.483 9.779 4.806 6.512 7.205 14.227 7.205 23.144 0 9.6-2.399 17.482-7.205 23.659-4.795 6.17-10.624 9.259-17.483 9.259H398.093c-6.859 0-12.689-3.089-17.488-9.259-4.801-6.177-7.199-14.06-7.199-23.659 0-8.917 2.399-16.632 7.199-23.144 4.799-6.518 10.63-9.779 17.488-9.779h106.981z m0 130.647c6.859 0 12.688 3.255 17.483 9.773 4.806 6.512 7.205 14.574 7.205 24.168 0 9.6-2.399 17.488-7.205 23.658-4.795 6.177-10.624 9.265-17.483 9.265H398.093c-6.859 0-12.689-3.088-17.488-9.265-4.801-6.17-7.199-14.058-7.199-23.658 0-9.594 2.399-17.656 7.199-24.168 4.799-6.518 10.63-9.773 17.488-9.773h106.981zM182.076 802.224c20.57 0 38.232-7.199 52.973-21.606 14.747-14.4 22.114-31.883 22.114-52.459v-687.15c0-20.57-7.367-38.058-22.114-52.459-14.741-14.399-32.403-21.6-52.973-21.6H75.094c-20.577 0-38.233 7.201-52.98 21.6C7.368 2.952 0 20.44 0 41.01V728.16c0 20.576 7.368 38.058 22.114 52.459 14.747 14.406 32.403 21.606 52.98 21.606h106.982zM79.206 545.06c-7.542 0-13.713-3.088-18.518-9.263-4.795-6.165-7.2-14.054-7.2-23.654 0-8.917 2.405-16.632 7.2-23.144 4.805-6.518 10.976-9.779 18.518-9.779h98.752c7.546 0 13.544 3.261 18.002 9.779 4.458 6.512 6.685 14.227 6.685 23.144 0 9.6-2.227 17.488-6.685 23.654-4.458 6.175-10.456 9.263-18.002 9.263H79.206z m102.87-323.004c7.54 0 13.538 3.089 17.997 9.259 4.458 6.171 6.691 13.717 6.691 22.63 0 9.606-2.233 17.321-6.691 23.144-4.458 5.829-10.456 8.749-17.997 8.749H79.206c-7.542 0-13.713-2.92-18.518-8.749-4.795-5.823-7.2-13.538-7.2-23.144 0-8.912 2.405-16.458 7.2-22.63 4.805-6.17 10.976-9.259 18.518-9.259h102.87z m0 126.529c7.54 0 13.538 3.082 17.997 9.259 4.458 6.17 6.691 14.058 6.691 23.652 0 9.606-2.233 17.494-6.691 23.665-4.458 6.17-10.456 9.259-17.997 9.259H79.206c-7.542 0-13.713-3.089-18.518-9.259-4.795-6.171-7.2-14.06-7.2-23.665 0-9.594 2.405-17.482 7.2-23.652 4.805-6.177 10.976-9.259 18.518-9.259h102.87z m0 0" horiz-adv-x="1024" />
......@@ -110,6 +143,9 @@ Created by iconfont
<glyph glyph-name="icon_yunxiazai" unicode="&#59112;" d="M790.528 486.4c-18.432 141.824-136.704 252.416-278.528 252.416S251.904 628.736 233.472 486.4C117.76 478.72 25.6 378.88 25.6 258.048c0-125.952 99.84-228.864 220.672-228.864h533.504c120.832 2.56 218.112 102.4 218.112 228.864C998.4 378.88 906.24 478.72 790.528 486.4z m-286.208-389.12l-194.56 223.232h131.584V528.384h125.952v-207.872h131.584l-194.56-223.232z" horiz-adv-x="1024" />
<glyph glyph-name="xiangqing" unicode="&#58907;" d="M512 839.111111C261.233778 839.111111 56.888889 634.766222 56.888889 384c0-250.766222 204.344889-455.111111 455.111111-455.111111 250.766222 0 455.111111 204.344889 455.111111 455.111111 0 250.766222-204.344889 455.111111-455.111111 455.111111z m-5.006222-723.626667c-18.659556-10.467556-34.133333-15.928889-45.966222-15.928888a33.564444 33.564444 0 0 0-25.031112 9.557333c-5.916444 6.371556-9.102222 15.473778-9.102222 26.851555 0 36.408889 22.300444 125.610667 67.356445 267.605334a56.433778 56.433778 0 0 1 3.185777 17.749333c0 5.916444-2.730667 8.647111-8.192 8.647111a41.756444 41.756444 0 0 1-20.48-6.826666c-7.736889-4.551111-24.576-19.569778-50.972444-44.600889L398.222222 393.557333c30.037333 32.312889 56.888889 55.068444 81.464889 68.721778 24.576 13.653333 45.511111 20.48 62.805333 20.48 9.557333 0 16.839111-1.820444 21.845334-5.916444a20.536889 20.536889 0 0 0 7.736889-16.839111c0-8.647111-9.557333-44.600889-29.127111-107.861334-31.402667-103.765333-47.331556-166.115556-47.331556-187.505778a15.928889 15.928889 0 0 1 3.185778-10.467555c2.275556-2.730667 4.551111-4.096 6.826666-4.096 9.557333 0 34.133333 18.204444 73.272889 54.158222l17.294223-16.839111c-40.504889-37.319111-70.087111-61.44-89.201778-71.907556z m105.130666 486.968889c-9.102222-10.012444-19.114667-14.563556-30.492444-14.563555a30.151111 30.151111 0 0 0-22.300444 9.102222 32.995556 32.995556 0 0 0-9.102223 24.120889c0 13.198222 4.096 24.120889 13.198223 33.678222a41.472 41.472 0 0 0 30.947555 13.653333 31.232 31.232 0 0 0 31.857778-32.312888 51.768889 51.768889 0 0 0-14.108445-33.678223z" horiz-adv-x="1024" />
<glyph glyph-name="yd-icon-upload2" unicode="&#59116;" d="M512 780.288l322.56-322.56-53.76-53.76-230.4 230.4v-620.544H474.112V634.368l-230.4-230.4L189.44 457.728l322.56 322.56z" horiz-adv-x="1024" />
......@@ -122,6 +158,9 @@ Created by iconfont
<glyph glyph-name="yishenpi" unicode="&#59120;" d="M860.672-93.696l-684.032-13.312c-41.472 0-74.752 34.304-74.752 76.288V571.904c0 41.984 33.28 76.288 74.752 76.288H317.44c24.576 0 47.104-12.288 61.44-32.256 7.168-10.752 11.776-17.408 16.896-23.04 60.416-61.44 170.496-63.488 232.448 1.024 8.704 8.704 14.336 15.872 19.456 23.04 13.824 19.968 36.864 31.744 60.416 31.744h139.776c41.472 0 74.752-34.304 74.752-76.288V-30.72c-0.512-41.984-20.48-62.976-61.952-62.976z m-85.504 499.2c-15.872 15.872-40.448 16.896-54.784 2.048l-228.352-232.448c-15.36 14.336-162.304 149.504-162.304 149.504-15.872 15.872-41.472 15.872-56.832 0-15.872-15.872-15.872-41.472 0-56.832l165.376-159.744c21.504-18.944 27.648-28.16 53.76-27.136 29.184 1.536 44.544 13.824 53.76 27.136l231.936 242.688c14.336 14.848 13.312 39.424-2.56 54.784z m-173.056 246.784c-23.04-23.552-54.784-38.4-90.112-38.4-35.328 0-67.584 14.848-91.136 38.4-7.168 7.68-13.824 15.872-18.944 25.088v0.512l-0.512 0.512v0.512l-0.512 0.512c-10.752 19.456-16.384 41.984-16.384 64.512 0 72.704 57.344 130.56 128 130.56 35.328 0 67.072-14.336 90.112-37.888 23.552-24.064 37.888-57.344 37.888-93.184-0.512-33.792-13.824-67.072-38.4-91.136z" horiz-adv-x="1024" />
<glyph glyph-name="jixiaoguanli" unicode="&#58947;" d="M311.83 449.58a54 54 0 1 0-54-54 54.06 54.06 0 0 0 54 54m0 36a90 90 0 1 1 90-90 90 90 0 0 1-90 90zM609.83 622.59a54 54 0 1 0-54-54 54.06 54.06 0 0 0 54 54m0 36a90 90 0 1 1 90-90 90 90 0 0 1-90 90zM426.57-1.61h-246A116.44 116.44 0 0 0 64.22 114.7V714.85A116.44 116.44 0 0 0 180.53 831.16h600.16A116.44 116.44 0 0 0 897 714.85v-257.41a18 18 0 1 0-36 0V714.85a80.4 80.4 0 0 1-80.31 80.31H180.53a80.4 80.4 0 0 1-80.31-80.31V114.7a80.4 80.4 0 0 1 80.31-80.31h246a18 18 0 0 0 0-36zM242.09 394a17.92 17.92 0 0 0-11.31 4L70.9 527.35a18 18 0 1 0 22.64 28L253.42 426a18 18 0 0 0-11.33-32zM383 395a18 18 0 0 0-11 32.3l159.25 121.81a18 18 0 1 0 21.88-28.59L393.94 398.71A17.92 17.92 0 0 0 383 395zM879 438.6a17.92 17.92 0 0 0-10 3L669.15 575.5a18 18 0 0 0 20 29.91L889 471.56a18 18 0 0 0-10-33zM788.17-63.69a33 33 0 0 0-25.53 12.08 41.7 41.7 0 0 1-64.66 0 33.19 33.19 0 0 0-42.38-7.46l-80.11 47a33.25 33.25 0 0 0-14.43 39.81 44.69 44.69 0 0 1-3.22 37.13 42.4 42.4 0 0 1-29.77 21.09 33.09 33.09 0 0 0-27.64 32.72v93.81a33.09 33.09 0 0 0 27.66 32.73 42.25 42.25 0 0 1 29.76 21.1 44.6 44.6 0 0 1 2.91 38A33 33 0 0 0 575 344.76l79.64 46.77a33.32 33.32 0 0 0 42.8-8 41.71 41.71 0 0 1 65.77 0 33.25 33.25 0 0 0 42.79 8l79.61-46.73a33 33 0 0 0 14.19-40.45 44.58 44.58 0 0 1 2.92-38 42.39 42.39 0 0 1 29.74-21.09 33.19 33.19 0 0 0 27.7-32.56v-94a33.1 33.1 0 0 0-27.63-32.7 42.4 42.4 0 0 1-29.76-21.1 44.69 44.69 0 0 1-3.21-37.13A33.18 33.18 0 0 0 885.14-12L805-59.07a33.17 33.17 0 0 0-16.83-4.62z m-192.46 81.46l76.09-44.6a77.67 77.67 0 0 0 117 0l76.09 44.69a80.66 80.66 0 0 0 6.55 64.82 78.31 78.31 0 0 0 52.72 38.39v89.12a78.33 78.33 0 0 0-52.75 38.36 80.48 80.48 0 0 0-6.08 66.4l-75.46 44.3a77.7 77.7 0 0 0-119.16 0l-75.5-44.35a80.48 80.48 0 0 0-6.06-66.37 78.14 78.14 0 0 0-52.72-38.38V121a78.3 78.3 0 0 0 52.72-38.38 80.67 80.67 0 0 0 6.56-64.85z m330.77 192z m-135 151.42zM730.31 84.58A81.65 81.65 0 1 0 812 166.23a81.74 81.74 0 0 0-81.69-81.65z m0 127.3A45.65 45.65 0 1 1 776 166.23a45.7 45.7 0 0 1-45.69 45.65z" horiz-adv-x="1024" />
<glyph glyph-name="xingbienv" unicode="&#59121;" d="M648.192 176.64s-58.368-152.064-163.328-147.456c-104.96 3.584-174.592 147.456-174.592 147.456s-139.776-77.824-171.008-131.584c-31.744-58.368-18.944-144.384-18.944-144.384h715.264s18.944 112.64-11.264 147.456c-39.936 50.688-144.384 116.224-176.128 128.512zM828.416 348.672c3.584 38.4 14.848 79.872 24.576 120.32 17.92 65.536 33.792 127.488 17.92 174.592-29.184 86.528-67.584 180.224-168.96 199.168-20.992 5.12-41.472 6.144-60.416 7.168 12.288-7.68 21.504-22.528 21.504-38.4 0-5.632-1.024-11.264-3.584-16.896 9.216-7.68 17.92-17.92 27.136-29.184 10.24-13.312 20.48-24.576 28.16-33.792 27.136-29.184 45.056-49.664 43.008-124.928-1.024-44.032 1.024-69.632 3.584-89.088 2.048-24.576 3.584-39.424-3.584-65.536-12.288-47.104-60.928-96.768-62.976-97.792l-1.024-4.608-7.68-30.208c1.024-10.24 9.216-109.056 92.16-113.664 66.56-4.608 110.592 11.264 128.512 18.944-25.088 10.24-84.992 43.008-78.336 123.904zM686.592 351.232l2.048 7.68c11.264 11.264 50.688 54.272 60.928 94.72 11.264 45.056-2.048 55.296 0 152.064s-28.16 96.768-69.632 153.088c-9.216 12.288-17.92 21.504-27.136 29.184-7.68-11.264-20.48-18.944-34.816-18.944-18.944 0-34.816 12.288-39.424 30.208-5.632-3.584-13.312-5.632-21.504-5.632-21.504 0-39.424 16.896-40.448 38.4l-10.24 1.024c-93.696 12.288-154.112-27.136-224.256-79.872-75.264-56.32-75.264-158.72-69.632-259.072 5.632-95.744 66.56-124.928 68.608-125.952l7.68-3.584-1.024 4.608c28.16-107.008 105.984-184.832 199.168-184.832 89.088 0 165.376 72.192 196.096 173.568l-1.024-11.264 4.608 4.608z m-17.92 97.792c0-133.12-84.48-245.76-185.856-245.76-102.4 0-185.856 110.592-185.856 245.76 0 11.264 1.024 17.92 2.048 23.552 0 2.048 1.024 4.608 1.024 7.68 0 1.024 2.048 10.24 4.608 21.504 2.048 0 5.632 1.024 7.68 1.024 49.664 4.608 151.04 13.312 234.496 100.352 17.92-37.376 79.872-68.608 118.272-85.504 2.048-14.848 2.048-22.528 2.048-30.208 0-5.632 0-12.288 1.024-22.528v-15.872zM558.08 802.816c7.68 0 14.848 2.048 21.504 7.68l6.656 5.632 1.024-9.216c1.024-16.896 15.872-29.184 31.744-29.184 17.92 0 32.768 14.848 32.768 32.768-1.024 17.92-15.872 32.768-32.768 32.768-7.68 0-14.848-2.048-21.504-7.68l-6.656-5.632-1.024 9.216c-1.024 16.896-15.872 29.184-31.744 29.184-17.92 0-32.768-14.848-32.768-32.768s14.848-32.768 32.768-32.768z" horiz-adv-x="1024" />
......@@ -143,12 +182,24 @@ Created by iconfont
<glyph glyph-name="shujukaifa-huishouzhan" unicode="&#59139;" d="M192 576H96c-19.2 0-32 12.8-32 32v64c0 19.2 12.8 32 32 32h224V800c0 19.2 12.8 32 32 32h320c19.2 0 32-12.8 32-32v-96h224c19.2 0 32-12.8 32-32v-64c0-19.2-12.8-32-32-32h-96v-608c0-19.2-12.8-32-32-32H224c-19.2 0-32 12.8-32 32V576z m192 192v-64h256v64H384z m0-256v-448h64V512h-64z m192 0v-448h64V512h-64z" horiz-adv-x="1024" />
<glyph glyph-name="gukedown" unicode="&#58981;" d="M398.222222 14.222222c0 159.288889 125.155556 284.444444 284.444445 284.444445s284.444444-125.155556 284.444444-284.444445H398.222222z m284.444445 284.444445c-96.711111 0-170.666667 73.955556-170.666667 170.666666s73.955556 170.666667 170.666667 170.666667 170.666667-73.955556 170.666666-170.666667-73.955556-170.666667-170.666666-170.666666zM546.133333 327.111111C494.933333 378.311111 420.977778 412.444444 341.333333 412.444444c-159.288889 0-284.444444-125.155556-284.444444-284.444444h301.511111c34.133333 91.022222 102.4 159.288889 187.733333 199.111111zM341.333333 412.444444c-96.711111 0-170.666667 73.955556-170.666666 170.666667s73.955556 170.666667 170.666666 170.666667 170.666667-73.955556 170.666667-170.666667-73.955556-170.666667-170.666667-170.666667z" horiz-adv-x="1024" />
<glyph glyph-name="oa_nofind" unicode="&#58897;" d="M149.333333-72.96000000000004c0-11.946667 154.88-21.76 345.6-21.76s345.6 9.813333 345.6 21.76-154.88 21.76-345.6 21.76-345.6-9.813333-345.6-21.76M372.906667 683.9466669999999H806.4c8.533333 0 15.36-6.826667 15.36-15.36v-657.493334c0-8.533333-6.826667-15.36-15.36-15.36H372.906667c-8.533333 0-15.36 6.826667-15.36 15.36V668.586667c0 8.106667 7.253333 15.36 15.36 15.36z m0 0M704.853333-71.67999999999995c32.853333 1.28 58.453333 32.426667 58.453334 68.266667V596.48c0 14.506667-9.813333 26.453333-21.76 26.453333H284.586667c-13.226667-1.28-23.466667-13.226667-22.186667-26.453333v-641.706667c-0.853333-13.226667 8.96-24.746667 22.186667-26.026666l420.266666-0.426667z m0 0M720.64 117.75999999999999c0-8.106667-6.4-14.506667-14.506667-14.506667H320.853333c-5.12 0-9.813333 2.56-12.373333 7.253334-2.56 4.266667-2.56 9.813333 0 14.506666 2.56 4.266667 7.253333 7.253333 12.373333 7.253334h385.28c7.68 0 14.08-6.4 14.506667-14.506667m0 104.96c0-3.84-1.28-7.68-4.266667-10.24-2.56-2.56-6.4-4.266667-10.24-4.266667H320.853333c-5.12 0-9.813333 2.56-12.373333 7.253334-2.56 4.266667-2.56 9.813333 0 14.506666 2.56 4.266667 7.253333 7.253333 12.373333 7.253334h385.28c7.68-0.426667 14.08-6.826667 14.506667-14.506667m0 104.533333c0-8.106667-6.4-14.506667-14.506667-14.506666H320.853333c-5.12 0-9.813333 2.56-12.373333 7.253333-2.56 4.266667-2.56 9.813333 0 14.506667 2.56 4.266667 7.253333 7.253333 12.373333 7.253333h385.28c7.68 0 14.08-6.4 14.506667-14.506667m0 103.68c0-8.106667-6.4-14.506667-14.506667-14.506666H320.853333c-8.106667 0-14.506667 6.4-14.506666 14.506666s6.4 14.506667 14.506666 14.506667h385.28c7.68-0.426667 14.08-6.826667 14.506667-14.506667M648.96-2.9866670000000113v47.786667H215.04v-47.786667c0-37.12 26.453333-67.413333 61.013333-67.413333h2.986667v1.706667H708.266667c-32.426667 0-59.306667 29.44-59.306667 65.706666M861.44 741.12c0-7.68 3.84-14.506667 10.666667-18.346667 6.4-3.84 14.506667-3.84 20.906666 0 6.4 3.84 10.666667 10.666667 10.666667 18.346667 0 7.68-3.84 14.506667-10.666667 18.346667-6.4 3.84-14.506667 3.84-20.906666 0-6.826667-4.266667-10.666667-11.093333-10.666667-18.346667z m0 0M302.933333 829.013333c0-5.546667 4.693333-9.813333 9.813334-9.813333 5.546667 0 9.813333 4.693333 9.813333 9.813333v23.466667c0 5.546667-4.693333 9.813333-9.813333 9.813333C307.2 862.293333 302.933333 857.6 302.933333 852.48v-23.466667zM881.493333 267.09333300000003c0-2.133333 2.133333-4.693333 4.693334-4.693333 2.133333 0 4.693333 2.133333 4.693333 4.693333v11.52c0 2.133333-2.133333 4.693333-4.693333 4.693334-2.133333 0-4.693333-2.133333-4.693334-4.693334v-11.52zM271.36 820.053333c-5.546667 0-9.813333-4.693333-9.813333-9.813333 0-6.4 4.693333-10.666667 9.813333-10.666667h22.613333c5.546667 0 9.813333 4.693333 9.813334 9.813334 0 5.546667-4.693333 9.813333-9.813334 9.813333h-22.613333M865.706667 262.82666700000004c-2.133333 0-4.693333-2.133333-4.693334-4.693334 0-2.133333 2.133333-4.693333 4.693334-4.693333h11.52c2.133333 0 4.693333 2.133333 4.693333 4.693333 0 2.133333-2.133333 4.693333-4.693333 4.693334h-11.52M302.933333 764.16c0-5.546667 4.693333-9.813333 9.813334-9.813333 5.546667 0 9.813333 4.693333 9.813333 9.813333v23.466667c0 5.546667-4.693333 9.813333-9.813333 9.813333-5.546667 0-9.813333-4.693333-9.813334-9.813333v-23.466667zM881.493333 235.51999999999998c0-2.133333 2.133333-4.693333 4.693334-4.693333 2.133333 0 4.693333 2.133333 4.693333 4.693333v11.52c0 2.133333-2.133333 4.693333-4.693333 4.693333-2.133333 0-4.693333-2.133333-4.693334-4.693333v-11.52zM333.653333 820.053333c-5.546667 0-9.813333-4.693333-9.813333-9.813333 0-6.4 4.693333-10.666667 9.813333-10.666667h22.613334c5.546667 0 9.813333 4.693333 9.813333 9.813334 0 5.546667-4.693333 9.813333-9.813333 9.813333h-22.613334M897.706667 262.82666700000004c-2.133333 0-4.693333-2.133333-4.693334-4.693334 0-2.133333 2.133333-4.693333 4.693334-4.693333h11.52c2.133333 0 4.693333 2.133333 4.693333 4.693333 0 2.133333-2.133333 4.693333-4.693333 4.693334h-11.52M148.906667 404.053333c-21.333333 0-38.4 17.066667-38.4 38.4 0 22.613333 17.066667 39.68 38.4 39.68s38.4-17.066667 38.4-38.4c1.28-21.333333-16.64-39.68-38.4-39.68z m0 55.466667c-8.96 0-15.786667-6.826667-15.786667-15.786667s6.826667-15.786667 15.786667-15.786666 15.786667 6.826667 15.786666 15.786666c0.426667 9.386667-6.4 15.786667-15.786666 15.786667z m0 0" horiz-adv-x="1024" />
<glyph glyph-name="anquan" unicode="&#58958;" d="M200.5 381.4c0 28.7 23.3 52 52 52s52-23.3 52-52-23.3-52-52-52-52 23.3-52 52z m259.8 0c0 28.7 23.3 52 52 52s52-23.3 52-52-23.3-52-52-52c-28.7 0.1-52 23.3-52 52z m259.8 0c0 28.7 23.3 52 52 52s52-23.3 52-52-23.3-52-52-52-52 23.3-52 52z" horiz-adv-x="1024" />
<glyph glyph-name="xinxixianshi" unicode="&#59215;" d="M486.4 477.696h68.096V128H486.4V477.696zM512-42.496c239.104 0 426.496 187.904 426.496 426.496S751.104 810.496 512 810.496 85.504 623.104 85.504 384s187.392-426.496 426.496-426.496z m0-85.504C230.4-128 0 102.4 0 384S230.4 896 512 896s512-230.4 512-512-230.4-512-512-512zM520.704 568.32m-51.2 0a51.2 51.2 0 1 1 102.4 0 51.2 51.2 0 1 1-102.4 0Z" horiz-adv-x="1024" />
<glyph glyph-name="huawuguanli" unicode="&#58920;" d="M184.905143 485.888A181.833143 181.833143 0 0 0 3.364571 667.428571 181.321143 181.321143 0 0 0 184.905143 848.969143 181.321143 181.321143 0 0 0 366.445714 667.428571a181.833143 181.833143 0 0 0-181.540571-181.540571z m0 272.310857c-50.468571 0-90.770286-40.374857-90.770286-90.770286 0-50.468571 40.301714-90.770286 90.697143-90.770285 50.468571 0 90.843429 40.301714 90.843429 90.697143 0 50.468571-41.179429 90.843429-90.770286 90.843428z m589.970286-862.281143a181.833143 181.833143 0 0 0-181.540572 181.540572 181.833143 181.833143 0 0 0 181.540572 181.540571 181.833143 181.833143 0 0 0 181.540571-181.540571 181.833143 181.833143 0 0 0-181.540571-181.540572z m0 272.310857c-50.468571 0-90.770286-40.374857-90.770286-90.770285 0-50.468571 40.301714-90.770286 90.697143-90.770286 49.664 0 90.843429 40.301714 90.843428 90.697143-0.877714 49.664-41.179429 90.843429-90.770285 90.843428zM752.128-104.082286C500.882286-104.082286 53.76 339.675429 4.169143 637.147429a45.494857 45.494857 0 0 0 37.010286 52.077714 45.056 45.056 0 0 0 52.077714-36.937143c41.179429-248.758857 453.851429-665.6 658.870857-665.6 25.234286 0 45.348571-20.187429 45.348571-45.348571 0-25.234286-20.918857-45.421714-45.348571-45.421715zM789.138286 361.472a46.811429 46.811429 0 0 0-38.692572 21.065143 848.457143 848.457143 0 0 1-250.441143 253.805714 45.860571 45.860571 0 0 0-13.385142 62.976 45.860571 45.860571 0 0 0 62.976 13.458286 932.644571 932.644571 0 0 0 277.357714-281.526857 46.08 46.08 0 0 0-14.262857-63.049143 45.202286 45.202286 0 0 0-23.552-6.729143z m173.933714 61.44a45.860571 45.860571 0 0 0-39.497143 22.674286 1024.438857 1024.438857 0 0 1-360.521143 363.885714 45.202286 45.202286 0 0 0-15.945143 62.171429 45.202286 45.202286 0 0 0 62.171429 15.945142 1116.16 1116.16 0 0 0 392.484571-396.653714 45.494857 45.494857 0 0 0-38.692571-68.022857z" horiz-adv-x="1024" />
<glyph glyph-name="badreviewstatistics" unicode="&#59013;" d="M316.608 376.68266700000004c-20.245333 0-36.672-16.512-36.693333-36.885334l0.021333-110.506666c0-20.373333 16.426667-36.885333 36.693333-36.885334 20.245333 0 36.672 16.490667 36.672 36.864l0.021334 110.528c0 20.373333-16.448 36.885333-36.714667 36.885334z m147.904 185.365333c-20.437333 0-36.970667-16.554667-36.970667-36.970667V229.33333300000004a36.970667 36.970667 0 1 1 73.941334 0V525.098667c0 20.416-16.554667 36.949333-36.970667 36.949333z m147.882667-111.402667c-20.266667-0.021333-36.693333-16.512-36.693334-36.885333v-184.469333c0-20.373333 16.426667-36.885333 36.693334-36.885334s36.693333 16.490667 36.693333 36.864v184.469334c0 20.373333-16.426667 36.906667-36.693333 36.906666zM825.877333-30.997333000000026H200.576a102.698667 102.698667 0 0 0-102.592 102.592V696.896a102.698667 102.698667 0 0 0 102.592 102.592h277.952a35.989333 35.989333 0 0 0 0-72.021333H200.576c-16.874667 0-30.592-13.717333-30.592-30.592v-625.301334c0-16.874667 13.717333-30.592 30.592-30.592h625.301333c16.874667 0 30.592 13.717333 30.592 30.592V377.194667a36.010667 36.010667 0 0 0 72.021334 0v-305.6a102.741333 102.741333 0 0 0-102.613334-102.592zM605.696 761.877333c0 17.664 14.314667 31.978667 31.978667 31.978667h47.978666v-191.872h-47.978666a31.978667 31.978667 0 0 0-31.978667 31.978667V761.877333z m285.866667 7.744l31.978666-127.914666a32 32 0 0 0-31.04-39.722667h-81.258666l10.901333-76.266667a45.226667 45.226667 0 0 0-44.8-51.648h-0.021333a45.226667 45.226667 0 0 0-44.010667 34.773334l-33.386667 93.141333h-6.314666V793.856h166.912c14.698667 0 27.477333-9.984 31.04-24.234667z m0 0" horiz-adv-x="1024" />
<glyph glyph-name="yewuduanmorentouxian" unicode="&#59299;" d="M506.368 365.056c146.944 0 266.24 117.76 266.24 262.656s-119.296 262.656-266.24 262.656-266.24-117.76-266.24-262.656 119.296-262.656 266.24-262.656z m105.984-46.592h-199.68c-185.344 0-335.872-148.48-335.872-331.264v-19.968C76.8-128 225.28-128 412.672-128h199.168c180.224 0 335.872 0 335.872 95.232v19.968c0.512 182.272-150.528 331.264-335.36 331.264z" horiz-adv-x="1024" />
......@@ -158,6 +209,9 @@ Created by iconfont
<glyph glyph-name="qiyerenzheng2" unicode="&#59313;" d="M860.672 528.896V733.184h-204.288L512 877.568 367.616 733.184h-204.8v-204.8L18.432 384l144.384-144.896v-204.288h204.8l144.384-144.384 144.896 145.408h204.288v204.288l144.384 144.384-144.896 144.384z m-302.592-373.76H476.16v81.92h81.92v-81.92z m3.072 326.656l-20.992-216.576h-46.08l-21.504 216.576V582.144h88.576v-100.352z" horiz-adv-x="1024" />
<glyph glyph-name="buliangpingjiashezhi" unicode="&#59382;" d="M898.048 503.808c-7.68 25.088-17.408 49.664-29.696 72.704 42.496 48.128 40.448 120.832-4.096 166.912-22.016 22.528-52.224 34.816-83.968 34.816-29.696 0-58.368-11.264-80.384-31.744-22.528 12.288-46.592 22.528-71.68 30.208 1.024 66.048-52.224 119.296-117.76 119.296S392.192 842.752 392.192 777.216c-25.088-7.68-48.64-17.92-71.68-30.208-22.016 20.48-50.688 31.744-80.384 31.744-31.744 0-62.464-12.288-84.48-35.328-44.032-46.592-45.056-118.784-3.072-166.4-12.288-23.552-22.016-47.616-29.696-72.704-66.56-6.656-115.712-66.048-108.544-133.12 5.632-57.344 51.2-102.912 108.544-108.544 7.68-25.088 17.408-49.664 29.696-72.704-43.008-48.128-41.984-121.344 3.072-167.936 22.016-22.528 52.736-35.328 84.48-35.328 29.696 0 58.368 11.264 80.384 31.744 22.528-12.288 46.592-22.528 71.68-30.208 3.072-63.488 55.296-114.176 118.784-115.2 11.264 0 23.04 2.048 33.792 5.632 18.944 6.144 29.184 26.624 23.04 45.568-0.512 2.048-1.536 3.584-2.048 5.12-7.168 15.36-24.576 23.552-40.96 18.944-4.608-1.536-9.216-2.56-14.336-2.56-25.6 0.512-46.08 20.992-47.104 46.08l-2.048 51.2-48.64 14.848c-20.48 6.144-39.936 14.336-58.88 24.064l-44.032 24.064-37.376-34.304c-8.704-8.192-20.48-12.8-32.256-12.8-12.288 0-24.576 5.12-33.28 13.824-17.92 18.432-18.432 48.128-0.512 67.072l33.792 37.888-24.064 45.056c-10.24 18.944-17.92 39.424-24.064 59.904l-14.336 48.64-49.152 2.56c-26.624 0-48.64 22.016-48.64 48.64s22.016 48.64 48.64 48.64l50.176 2.56 14.336 48.64c6.144 20.992 14.336 40.96 24.064 59.904l24.064 45.056-34.304 37.888c-17.408 18.944-16.896 48.128 1.024 66.56 8.704 8.704 20.992 13.824 33.28 13.824 11.776 0 23.552-4.608 32.256-12.8l37.376-34.304 44.032 24.064c18.944 9.728 38.4 17.92 58.88 24.064l48.64 14.848 2.56 51.2c0 26.112 20.992 47.104 47.104 47.104s47.104-20.992 47.104-47.104l2.048-50.688 48.64-14.848c20.48-6.144 39.936-14.336 58.88-24.064l44.032-24.064 36.864 33.792c8.704 8.192 20.48 12.8 32.256 12.8 12.288 0 24.576-5.12 33.28-13.824 17.92-18.432 18.432-47.104 1.024-66.56l-33.792-37.888 24.064-45.056c10.24-18.944 17.92-39.424 24.064-59.904l14.336-48.64 49.152-2.56c26.624-2.048 46.592-25.6 45.056-52.224-0.512-8.192-3.584-16.384-8.192-23.552-11.264-14.336-9.216-34.816 5.12-46.592 1.024-0.512 2.048-1.536 3.072-2.048l7.168-4.608c13.824-8.704 32.256-4.608 41.984 8.704 39.424 54.272 27.648 130.048-26.624 169.984-18.944 13.824-40.448 21.504-63.488 23.04zM530.944 542.72C593.92 533.504 645.12 486.912 660.48 424.96c5.632-23.04 6.144-47.104 1.536-70.656-3.584-15.872 3.072-32.256 16.896-40.448 16.896-9.728 38.912-3.584 48.64 13.312 2.048 3.584 3.584 7.168 4.096 11.264 6.656 32.256 6.656 65.024 0 97.28-26.624 122.368-147.968 199.68-270.336 173.056-117.76-26.112-195.072-140.288-174.592-260.096 14.336-93.696 85.504-168.96 178.176-189.44 20.48-4.096 40.96-5.632 61.952-4.096 19.968 1.536 35.328 19.456 33.792 39.424-1.536 19.968-19.456 35.328-39.424 33.792-27.136-2.048-53.76 3.584-77.824 16.384-46.592 23.04-78.336 67.584-86.016 118.784-12.8 85.504 46.08 165.376 131.584 178.688 13.312 2.048 27.648 2.048 41.984 0.512zM706.048-126.464c-3.072 0-5.632 0.512-8.704 1.024-32.256 6.656-46.08 25.6-58.88 54.784-7.168 16.384-22.016 58.88-35.328 96.768h-25.088v284.672h265.216c35.84 0 65.536-29.184 66.56-65.024l21.504-173.568v-1.536c0-49.152-28.672-66.56-55.808-66.56h-90.112l0.512-1.536c13.312-53.76-8.192-86.528-22.016-101.376-15.872-16.896-38.912-27.648-57.856-27.648zM660.48 61.44c22.016-61.952 37.888-103.936 41.472-112.128 2.048-5.12 5.632-7.168 7.68-7.68 5.12 3.584 18.432 15.872 13.824 36.352l-23.552 93.184h163.328l-21.504 171.008h-181.76V61.44z" horiz-adv-x="1024" />
</font>
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment