Commit 18b86274 authored by guwd's avatar guwd

结构优化

parent 734b8c0c
......@@ -59,7 +59,7 @@
:class="collapseMenu?'icon-liebiaoxiangyou':'icon-shousuo'"></i>
</div>
<!--头部menu-->
<el-menu menu-trigger="hover" class="ms-admin-header-menu" :default-active="headMenuActive"
<el-menu menu-trigger="hover" class="ms-admin-header-menu" :default-active="headMenuActive"
mode="horizontal">
<el-submenu style="height: 100%;">
......@@ -91,7 +91,7 @@
<div class="ms-admin-header-right">
<el-menu menu-trigger="hover" class="ms-admin-header-menu"
mode="horizontal">
<el-submenu style="height: 100%;" popper-class="theme-select">
<el-submenu style="height: 100%;" popper-class="ms-admin-header-menu-item">
<template slot="title">
<i class="iconfont icon-pifu" style="font-size: 18px"></i>
</template>
......@@ -118,10 +118,10 @@
<#-- </el-dropdown>-->
<el-menu menu-trigger="hover" class="ms-admin-header-menu " mode="horizontal">
<el-submenu>
<template slot="title" >
<el-submenu popper-class="ms-admin-header-menu-item">
<template slot="title">
<span class="ms-admin-people-head"
v-text="peopleInfo.managerName && peopleInfo.managerName.substr(0, 2)"></span>
v-text="peopleInfo.managerName && peopleInfo.managerName.substr(0, 2)"></span>
<span v-text='peopleInfo.managerName'></span>
</template>
<el-menu-item @click="handleCommand('ms-theme-light')"
......@@ -151,8 +151,8 @@
:name="item.modelTitle"
:data-modelId='item.modelId' :data-modelModelId='item.modelModelId'>
<keep-alive>
<!--iframe :src='item.isStore?item.modelUrl:ms.manager+"/"+item.modelUrl+(item.modelUrl.indexOf("?")==-1?"?":"&")+"modelId="+item.modelId+"&modelCode="+item.modelCode+"&modelTitle="+encodeURI(item.modelTitle)'
:ref="item.modelTitle"></iframe-->
<iframe :src='item.isStore?item.modelUrl:ms.manager+"/"+item.modelUrl+(item.modelUrl.indexOf("?")==-1?"?":"&")+"modelId="+item.modelId+"&modelCode="+item.modelCode+"&modelTitle="+encodeURI(item.modelTitle)'
:ref="item.modelTitle"></iframe>
</keep-alive>
</el-tab-pane>
</el-tabs>
......@@ -540,29 +540,58 @@
</script>
<style>
.adminhead {
margin-top: 10px \0;
.ms-admin-logo {
display: flex;
align-items: center;
overflow: hidden;
}
.item {
margin-right: 19px;
.ms-admin-logo img {
padding: 14px 0;
width: 50px;
}
.ms-notice-menu {
padding: 0px;
width: 400px;
.ms-admin-logo > div {
display: flex;
align-items: center;
}
.ms-notice-menu-type {
color: #ccc;
font-weight: 500;
font-family: 黑体 !important;
.ms-admin-logo > div span {
margin-top: -6px;
position: absolute;
margin-left: 10px;
font-size: 12px;
}
.ms-notice-menu-border {
border-bottom: 1px solid rgb(239, 239, 239);
font-weight: bold;
font-family: 黑体 !important;
.ms-admin-logo .iconfont {
color: #fff;
margin-left: auto;
margin-right: 20px;
cursor: pointer;
}
.ms-admin-header-right {
margin-left: auto;
min-width: 200px;
display: flex;
align-items: center;
justify-content: flex-end;
padding: 0;
line-height: 1;
}
.ms-admin-header-right .ms-admin-people-head {
width: 30px !important;
height: 30px !important;
margin-right: 10px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: #0099ff;
color: #fff;
}
.ms-admin-header-menu-shrink {
......@@ -588,6 +617,43 @@
height: 100vh;
}
.ms-admin-menu-aside {
width: auto !important;
height: 100%;
position: relative;
overflow: visible;
}
.ms-admin-menu-aside .ms-admin-menu .el-menu--inline .is-active {
border-left: 2px solid #0099ff;
}
.ms-admin-menu-aside .ms-menu-expand i {
font-weight: bolder;
font-size: 14px;
color: #333;
position: absolute;
transform: rotate(90deg);
right: 40%;
}
.ms-admin-menu-aside .ms-menu-expand::before {
border-color: transparent transparent #eee;
border-style: none solid solid;
border-width: 0 30px 22px;
content: "";
display: block;
height: 0;
left: -10px;
width: 30px;
}
.ms-admin-menu-aside .el-submenu__title,
.ms-admin-menu-aside .el-menu-item {
color: rgba(255, 255, 255, 1);
......@@ -607,6 +673,50 @@
color: rgba(255, 255, 255, 1) !important;
}
.ms-admin-header {
display: flex;
padding: 0;
background-color: rgba(255, 255, 255, 1);
height: 50px !important;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
z-index: 1;
}
.ms-admin-header .ms-admin-header-menu {
border-bottom: none;
position: relative;
}
.ms-admin-header .ms-admin-header-menu > .ms-admin-menu-item > * {
height: 50px !important;
line-height: 50px !important;
border-bottom: none !important;
font-size: 1em;
}
.ms-admin-header .ms-admin-header-menu .ms-admin-shortcut-menu > li {
margin: 0;
padding: 0 20px;
text-align: left;
display: -webkit-inline-box;
display: inline-block;
height: 50px;
line-height: 50px;
font-weight: normal;
font-size: 14px;
color: #333;
}
.ms-admin-header .ms-admin-header-menu .ms-admin-shortcut-menu > li:hover {
cursor: pointer;
color: #0099ff;
}
.ms-admin-header-menu .el-submenu__title {
height: 50px !important;
line-height: 50px !important;
......@@ -614,24 +724,29 @@
align-items: center;
}
.ms-admin-header-menu .el-submenu__title:hover {
background-color: #F2F6FC !important;
color:#409EFF !important;
color: #409EFF !important;
}
.ms-admin-header-menu .el-submenu__title:hover i{
color:#409EFF !important;
.ms-admin-header-menu .el-submenu__title:hover i {
color: #409EFF !important;
}
.ms-admin-header-menu .el-submenu__icon-arrow {
margin-top: 4px !important;
margin-top: 4px !important;
}
.ms-admin-header-menu .el-menu-item:focus, .ms-admin-header-menu .el-menu-item:hover {
.ms-admin-header-menu-item .el-menu-item:hover {
background-color: #F2F6FC !important;
color:#409EFF !important;
color: #409EFF !important;
}
.ms-admin-header-menu-item .el-menu-item:hover i {
color: #409EFF !important;
}
.ms-admin-header-menu-all {
......@@ -681,10 +796,6 @@
}
.ms-admin-login-down {
top: 55px !important;
}
.ms-admin-menu-aside-submenu .el-menu-item {
line-height: 40px;
height: 40px;
......@@ -734,7 +845,79 @@
min-width: 162px;
}
.ms-admin-login-down {
top: 55px !important;
.ms-admin-container {
height: auto;
}
.ms-admin-container > .ms-admin-main {
padding: 0;
background-color: #fff;
z-index: 0;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs {
height: calc(100vh - 50px);
display: flex;
flex-direction: column;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .el-tabs__content {
height: 100%;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .el-tabs__content .el-tab-pane {
height: 100%;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .el-tabs__header {
background: #fafafa;
margin-bottom: 0;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .el-tabs__header .el-tabs__nav-scroll .el-tabs__nav {
border-left: none;
border-radius: 0;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .ms-admin-refresh {
float: right;
width: 40px;
height: 40px;
text-align: center;
border-left: 1px solid #e6e6e6;
cursor: pointer;
position: relative;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .ms-admin-refresh::before {
position: absolute;
left: 34%;
top: 50%;
transform: translateY(-50%);
color: #999;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .el-tabs__nav-next,
.ms-admin-container > .ms-admin-main .ms-admin-tabs .el-tabs__nav-prev {
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .el-tabs__nav-next {
border-left: 1px solid #e6e6e6;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .el-tabs__nav-prev {
border-right: 1px solid #e6e6e6;
}
.ms-admin-container > .ms-admin-main iframe {
width: 100%;
height: 100%;
border: none !important;
}
</style>
......@@ -11,7 +11,7 @@
<meta name="app-mobile-web-app-status-bar-style" content="black-translucent"/>
<script src="${base}/static/plugins/vue/2.6.9/vue.min.js"></script>
<!--通用图标-->
<link rel="stylesheet" href="${base}/static/ms-admin/5.0.0/iconfont/iconfont.css" />
<link rel="stylesheet" href="${base}/static/plugins/iconfont/1.0.0/iconfont.css" />
<script src="${base}/static/plugins/element-ui/2.12.0/index.js"></script>
<link rel="stylesheet" href="${base}/static/plugins/element-ui/2.12.0/index.css" />
<!--网络请求框架-->
......
/*
*这里的值严格按照UI设计图标注值来进行设置
*/
/*
*颜色
*/
/*
*页面的边距
*/
/*
*字体
*/
/*
*头像
*/
/*
* 按钮
*/
/*
*对常见的多行样式进行了方法封装,方便调用,加快开发效率
*/
html,
body {
min-height: 600px;
min-width: 810px;
width: 100vw;
height: 100vh;
background-color: #eee;
margin: 0;
font-weight: initial !important;
font-size: 14px !important;
color: #333 !important;
}
html *,
body * {
text-decoration: none !important;
font-family: Verdana, Arial, Helvetica, sans-serif;
box-sizing: border-box;
}
.ms-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
}
.ms-align-center {
display: flex;
align-items: center;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
font-weight: initial;
font-size: 12px;
color: #999;
resize: none;
}
*::-webkit-scrollbar {
width: 8px;
height: 8px;
}
/*定义滚动条轨道 内阴影+圆角*/
*::-webkit-scrollbar-track {
border-radius: 10px;
/*滚动条的背景区域的圆角*/
background-color: #eee;
/*滚动条的背景颜色*/
}
/*定义滑块 内阴影+圆角*/
*::-webkit-scrollbar-thumb {
border-radius: 10px;
/*滚动条的圆角*/
background-color: #e6e6e6;
/*滚动条的背景颜色*/
}
.ms-container {
margin: 12px;
height: calc(100% - 24px);
padding: 14px;
background: #fff;
}
.ms-header {
padding: 10px;
margin: 0;
border-bottom: 1px solid #ddd;
background: #fff;
height: 50px;
}
.ms-header button {
/*height: 30px;*/
}
.ms-pagination {
padding: 20px 0;
text-align: right;
}
.ms-fr {
float: right;
}
.ms-tr {
text-align: right;
}
.ms-weixin-content {
width: calc(100% - 140px);
}
.ms-weixin-dialog .el-dialog__header {
height: 55px;
box-sizing: border-box;
padding: 10px 10px 25px 10px;
border-bottom: 1px solid #e6e6e6;
}
.ms-weixin-dialog .el-dialog__header .el-dialog__title {
font-weight: bold;
font-size: 14px;
color: #333;
}
.ms-weixin-dialog .el-dialog__footer {
border-top: 1px solid #e6e6e6;
padding: 15px !important;
}
.ms-hover {
cursor: pointer;
}
.ms-hover:hover {
color: #0099ff;
background: #fff;
border-color: #0099ff;
}
.ms-header-select {
font-size: 0;
}
.ms-header-select > .el-select:nth-of-type(2) {
margin: 0 10px;
}
.el-card,
.el-message {
border-radius: 0 !important;
}
.sortable-ghost {
opacity: .3;
background: #ccc !important;
border-color: transparent !important;
color: transparent !important;
}
.sortable-ghost * {
background: #ccc !important;
border-color: transparent !important;
color: transparent !important;
}
.index {
width: 100%;
display: flex;
height: 100vh;
}
.ms-admin-header {
display: flex;
padding: 0;
background-color: rgba(255,255,255,1);
height: 50px !important;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
z-index: 1;
}
.ms-admin-header .ms-admin-header-menu {
border-bottom: none;
position: relative;
}
.ms-admin-header .ms-admin-header-menu > .ms-admin-menu-item > *,
.ms-admin-header .ms-admin-header-menu > .ms-admin-menu-item {
height: 50px !important;
line-height: 50px !important;
border-bottom: none !important;
font-size: 1em;
}
/*.ms-admin-header .ms-admin-header-menu > .ms-admin-menu-item > *:hover,
.ms-admin-header .ms-admin-header-menu > .ms-admin-menu-item:hover {
color: #fff !important;
}
.ms-admin-header .ms-admin-header-menu > .ms-admin-menu-item > *.is-active,
.ms-admin-header .ms-admin-header-menu > .ms-admin-menu-item.is-active {
color: #fff !important;
}*/
.ms-admin-header .ms-admin-header-menu .ms-admin-shortcut-menu {
padding: 0;
user-select: none;
outline: none;
width: 100%;
min-width: 500px;
min-height: 200px;
background-color: #fff !important;
height: auto;
flex-wrap: wrap;
position: absolute;
right: 0;
top: 0;
z-index: 9;
background: #ffffff;
box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}
.ms-admin-header .ms-admin-header-menu .ms-admin-shortcut-menu > li {
margin: 0;
padding: 0 20px;
text-align: left;
display: -webkit-inline-box;
display: inline-block;
height: 50px;
line-height: 50px;
font-weight: normal;
font-size: 14px;
color: #333;
}
.ms-admin-header .ms-admin-header-menu .ms-admin-shortcut-menu > li:hover {
cursor: pointer;
color: #0099ff;
}
.ms-admin-header .ms-admin-header-menu .ms-admin-shortcut-menu .ms-admin-shortcut-menu-shrink {
position: absolute;
top: 18px;
right: 19px;
font-weight: normal;
font-size: 14px;
color: #333;
}
.ms-admin-header .ms-admin-header-menu .ms-admin-shortcut-menu .ms-admin-shortcut-menu-shrink:hover {
cursor: pointer;
}
.ms-admin-logo {
display: flex;
align-items: center;
overflow: hidden;
}
.ms-admin-logo img {
padding: 14px 0;
width: 50px;
}
.ms-admin-logo > div {
display: flex;
align-items: center;
}
.ms-admin-logo > div span {
margin-top: -6px;
position: absolute;
margin-left: 10px;
font-size: 12px;
}
.ms-admin-logo .iconfont {
color: #fff;
margin-left: auto;
margin-right: 20px;
cursor: pointer;
}
.ms-admin-logo-pack{
width: 64px!important;
}
.ms-admin-header-right {
margin-left: auto;
min-width: 200px;
display: flex;
align-items: center;
justify-content: flex-end;
padding: 0;
line-height: 1;
}
.ms-admin-header-right .ms-admin-people-head {
width: 30px !important;
height: 30px !important;
margin-right: 10px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: #0099ff;
color: #fff;
}
.ms-admin-login {
display: flex;
align-items: center;
}
.ms-admin-login > span {
width: 130px;
padding: 0 15px;
height: 50px;
display: flex;
align-items: center;
cursor: pointer;
outline: none;
}
.ms-admin-login > span img {
border-radius: 50%;
width: 20px;
height: 20px;
margin-right: 8px;
}
.ms-admin-login > span span {
color: #333333;
}
.ms-admin-login .active {
background: #fff;
}
.ms-admin-login .active .ms-admin-people-head {
background: #0099ff;
color: #fff;
}
.ms-admin-login .active span {
color: #409EFF;
}
.ms-admin-login-down {
width: 130px;
padding: 0 15px;
border: none;
margin: 0 !important;
padding: 0 !important;
border-radius: 0;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.ms-admin-login-down > .popper__arrow {
display: none;
}
.ms-admin-menu-aside {
width: auto !important;
height: 100%;
position: relative;
overflow: visible;
}
.ms-admin-menu-aside .ms-admin-menu {
width: 200px;
height: 100%;
position: relative;
}
.ms-admin-menu-aside .ms-admin-menu .el-menu--inline .is-active {
border-left: 2px solid #0099ff;
}
.ms-admin-menu-aside .ms-admin-menu .ms-admin-icon {
font-weight: initial;
font-size: 1.5em;
color: #999;
}
.ms-admin-menu-aside .ms-menu-expand {
transform: rotate(270deg);
position: absolute;
right: -34px;
top: 50%;
z-index: 999;
cursor: pointer;
display: flex;
flex-direction: column;
}
.ms-admin-menu-aside .ms-menu-expand i {
font-weight: bolder;
font-size: 14px;
color: #333;
position: absolute;
transform: rotate(90deg);
right: 40%;
}
.ms-admin-menu-aside .ms-menu-expand::before {
border-color: transparent transparent #eee;
border-style: none solid solid;
border-width: 0 30px 22px;
content: "";
display: block;
height: 0;
left: -10px;
width: 30px;
}
.ms-admin-menu-aside .ms-menu-expand {
transition: right .3s;
}
.ms-admin-menu-aside .ms-menu-expand-active {
transform: rotate(90deg);
right: -56px;
}
.ms-admin-menu-aside .ms-admin-menu-active {
width: 60px;
height: 100%;
}
.ms-admin-menu-aside-active {
width: 60px !important;
}
.ms-admin-container {
height:auto;
}
.ms-admin-container > .ms-admin-main {
padding: 0;
background-color: #fff;
z-index: 0;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs {
height: calc(100vh - 50px);
display: flex;
flex-direction: column;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .el-tabs__content {
height: 100%;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .el-tabs__content .el-tab-pane {
height: 100%;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .el-tabs__header {
background: #fafafa;
margin-bottom: 0;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .el-tabs__header .el-tabs__nav-scroll .el-tabs__nav {
border-left: none;
border-radius: 0;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .ms-admin-refresh {
float: right;
width: 40px;
height: 40px;
text-align: center;
border-left: 1px solid #e6e6e6;
cursor: pointer;
position: relative;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .ms-admin-refresh::before {
position: absolute;
left: 34%;
top: 50%;
transform: translateY(-50%);
color: #999;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .el-tabs__nav-next,
.ms-admin-container > .ms-admin-main .ms-admin-tabs .el-tabs__nav-prev {
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .el-tabs__nav-next {
border-left: 1px solid #e6e6e6;
}
.ms-admin-container > .ms-admin-main .ms-admin-tabs .el-tabs__nav-prev {
border-right: 1px solid #e6e6e6;
}
.ms-admin-container > .ms-admin-main iframe {
width: 100%;
height: 100%;
border: none !important;
}
@keyframes rubberBand {
0 {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
20% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
30% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
40% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
50% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
51% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.el-scrollbar__wrap{overflow-x:hidden;}
.el-scrollbar {
position: static;
}
[v-cloak] {
display: none;
}
\ No newline at end of file
/*
*这里的值严格按照UI设计图标注值来进行设置
*/
/*
*颜色
*/
/*
*页面的边距
*/
/*
*字体
*/
/*
*头像
*/
/*
* 按钮
*/
/*
*对常见的多行样式进行了方法封装,方便调用,加快开发效率
*/
html,
body {
min-height: 100vh;
width: 100vw;
background-color: #eee;
margin: 0;
display: flex;
font-weight: initial !important;
font-size: 14px !important;
color: #333 !important;
}
html *,
body * {
text-decoration: none !important;
font-family: Verdana, Arial, Helvetica, sans-serif;
box-sizing: border-box;
}
.ms-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
}
.ms-align-center {
display: flex;
align-items: center;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
font-weight: initial;
font-size: 12px;
color: #aaa;
resize: none;
}
*::-webkit-scrollbar {
width: 8px;
height: 8px;
}
/*定义滚动条轨道 内阴影+圆角*/
*::-webkit-scrollbar-track {
border-radius: 10px;
/*滚动条的背景区域的圆角*/
background-color: #eee;
/*滚动条的背景颜色*/
}
/*定义滑块 内阴影+圆角*/
*::-webkit-scrollbar-thumb {
border-radius: 10px;
/*滚动条的圆角*/
background-color: #ddd;
/*滚动条的背景颜色*/
}
.ms-container {
margin: 12px;
height: calc(100% - 24px);
padding: 14px 14px 0 14px;
background: #fff;
}
.ms-header {
padding: 10px;
margin: 0;
border-bottom: 1px solid #ddd;
background: #fff;
height: 50px;
}
.ms-pagination {
padding: 20px 0;
text-align: right;
}
.ms-fr {
float: right;
}
.ms-tr {
text-align: right;
}
.ms-weixin-content {
width: calc(100% - 140px);
}
.ms-weixin-dialog .el-dialog__header {
height: 55px;
box-sizing: border-box;
padding: 10px 10px 25px 10px;
border-bottom: 1px solid #ddd;
}
.ms-weixin-dialog .el-dialog__header .el-dialog__title {
font-weight: bold;
font-size: 14px;
color: #333;
}
.ms-weixin-dialog .el-dialog__footer {
border-top: 1px solid #ddd;
padding: 15px !important;
}
.login {
width: 100vw;
height: 100vh;
}
.login .ms-admin-login-container {
height: 100%;
background: url('../images/login-bg.jpg') center no-repeat;
background-size: cover;
}
.login .ms-admin-login-container .ms-admin-login-main {
display: flex;
justify-content: center;
align-items: center;
}
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp {
display: flex;
justify-content: center;
align-items: center;
width: 680px;
height: 320px;
}
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp > img {
flex: 1;
display: inline-block;
}
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form {
flex: 1;
height: 320px;
background: #fff;
padding: 20px 54px;
}
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form h1 {
line-height: 1;
font-weight: initial;
font-size: 12px;
color: #999999;
margin: 0 0 20px 0;
}
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form h1 span {
font-weight: initial;
font-size: 16px;
color: #0099ff;
}
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form .ms-admin-form-item {
margin-bottom: 20px;
}
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form .ms-admin-form-item > div {
margin-left: 0 !important;
}
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form .ms-admin-form-item .el-form-item__content,
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form .ms-admin-form-item .el-input,
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form .ms-admin-form-item input {
height: 34px !important;
line-height: 34px !important;
}
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form .ms-admin-form-item-code .el-form-item__content {
display: flex;
justify-content: space-between;
}
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form .ms-admin-form-item-code .el-form-item__content .el-input__inner,
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form .ms-admin-form-item-code .el-form-item__content .el-input {
width: 97px;
}
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form .ms-admin-form-item-code .el-form-item__content > img {
width: 66px;
height: 34px;
margin: 0 6px;
}
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form .ms-admin-form-item-code .el-form-item__content p {
display: flex;
justify-content: space-between;
line-height: 17px;
flex-direction: column;
margin: 0;
}
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form .ms-admin-form-item-code .el-form-item__content p span:nth-of-type(1) {
font-weight: initial;
font-size: 10px;
color: #999999;
}
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form .ms-admin-form-item-code .el-form-item__content p span:nth-of-type(2) {
font-weight: initial;
font-size: 10px;
color: #0099ff;
cursor: pointer;
}
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form .ms-admin-form-item-checkout .el-form-item__content,
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form .ms-admin-form-item-checkout .el-input,
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form .ms-admin-form-item-checkout input {
height: auto !important;
line-height: 1px !important;
}
.login .ms-admin-login-container .ms-admin-login-main .ms-admin-login-warp .ms-admin-login-form .ms-admin-login-btn {
width: 100%;
height: 34px;
line-height: 5px;
}
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
/* 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;
}
#tabs {
border-bottom: 1px solid #eee;
}
#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;
}
#tabs .active {
border-bottom-color: #f00;
color: #222;
}
.tab-container .content {
display: none;
}
/* 页面布局 */
.main {
padding: 30px 100px;
width: 960px;
margin: 0 auto;
}
.main .logo {
color: #333;
text-align: left;
margin-bottom: 30px;
line-height: 1;
height: 110px;
margin-top: -50px;
overflow: hidden;
*zoom: 1;
}
.main .logo a {
font-size: 160px;
color: #333;
}
.helps {
margin-top: 40px;
}
.helps pre {
padding: 20px;
margin: 10px 0;
border: solid 1px #e7e1cd;
background-color: #fffdef;
overflow: auto;
}
.icon_lists {
width: 100% !important;
overflow: hidden;
*zoom: 1;
}
.icon_lists li {
width: 100px;
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 {
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 {
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;
line-height: 1.8;
}
.highlight {
line-height: 1.5;
}
.markdown img {
vertical-align: middle;
max-width: 100%;
}
.markdown h1 {
color: #404040;
font-weight: 500;
line-height: 40px;
margin-bottom: 24px;
}
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
color: #404040;
margin: 1.6em 0 0.6em 0;
font-weight: 500;
clear: both;
}
.markdown h1 {
font-size: 28px;
}
.markdown h2 {
font-size: 22px;
}
.markdown h3 {
font-size: 16px;
}
.markdown h4 {
font-size: 14px;
}
.markdown h5 {
font-size: 12px;
}
.markdown h6 {
font-size: 12px;
}
.markdown hr {
height: 1px;
border: 0;
background: #e9e9e9;
margin: 16px 0;
clear: both;
}
.markdown p {
margin: 1em 0;
}
.markdown>p,
.markdown>blockquote,
.markdown>.highlight,
.markdown>ol,
.markdown>ul {
width: 80%;
}
.markdown ul>li {
list-style: circle;
}
.markdown>ul li,
.markdown blockquote ul>li {
margin-left: 20px;
padding-left: 4px;
}
.markdown>ul li p,
.markdown>ol li p {
margin: 0.6em 0;
}
.markdown ol>li {
list-style: decimal;
}
.markdown>ol li,
.markdown blockquote ol>li {
margin-left: 20px;
padding-left: 4px;
}
.markdown code {
margin: 0 3px;
padding: 0 5px;
background: #eee;
border-radius: 3px;
}
.markdown strong,
.markdown b {
font-weight: 600;
}
.markdown>table {
border-collapse: collapse;
border-spacing: 0px;
empty-cells: show;
border: 1px solid #e9e9e9;
width: 95%;
margin-bottom: 24px;
}
.markdown>table th {
white-space: nowrap;
color: #333;
font-weight: 600;
}
.markdown>table th,
.markdown>table td {
border: 1px solid #e9e9e9;
padding: 8px 16px;
text-align: left;
}
.markdown>table th {
background: #F7F7F7;
}
.markdown blockquote {
font-size: 90%;
color: #999;
border-left: 4px solid #e9e9e9;
padding-left: 0.8em;
margin: 1em 0;
}
.markdown blockquote p {
margin: 0;
}
.markdown .anchor {
opacity: 0;
transition: opacity 0.3s ease;
margin-left: 8px;
}
.markdown .waiting {
color: #ccc;
}
.markdown h1:hover .anchor,
.markdown h2:hover .anchor,
.markdown h3:hover .anchor,
.markdown h4:hover .anchor,
.markdown h5:hover .anchor,
.markdown h6:hover .anchor {
opacity: 1;
display: inline-block;
}
.markdown>br,
.markdown>p>br {
clear: both;
}
.hljs {
display: block;
background: white;
padding: 0.5em;
color: #333333;
overflow-x: auto;
}
.hljs-comment,
.hljs-meta {
color: #969896;
}
.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-strong,
.hljs-emphasis,
.hljs-quote {
color: #df5000;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
color: #a71d5d;
}
.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute {
color: #0086b3;
}
.hljs-section,
.hljs-name {
color: #63a35c;
}
.hljs-tag {
color: #333333;
}
.hljs-title,
.hljs-attr,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #795da3;
}
.hljs-addition {
color: #55a532;
background-color: #eaffea;
}
.hljs-deletion {
color: #bd2c00;
background-color: #ffecec;
}
.hljs-link {
text-decoration: underline;
}
/* 代码高亮 */
/* 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;
}
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -5,6 +5,342 @@
"css_prefix_text": "icon-",
"description": "",
"glyphs": [
{
"icon_id": "12330036",
"name": "加载",
"font_class": "jiazai1",
"unicode": "e7df",
"unicode_decimal": 59359
},
{
"icon_id": "4437603",
"name": "下箭头",
"font_class": "xiajiantou1",
"unicode": "e7db",
"unicode_decimal": 59355
},
{
"icon_id": "36534",
"name": "图层",
"font_class": "tuceng",
"unicode": "e7dc",
"unicode_decimal": 59356
},
{
"icon_id": "2815710",
"name": "复制",
"font_class": "fuzhi1",
"unicode": "e7dd",
"unicode_decimal": 59357
},
{
"icon_id": "3248687",
"name": "粘贴",
"font_class": "niantie",
"unicode": "e7de",
"unicode_decimal": 59358
},
{
"icon_id": "12685022",
"name": "标记",
"font_class": "icon_huabanfuben",
"unicode": "e7e0",
"unicode_decimal": 59360
},
{
"icon_id": "9673150",
"name": "编辑",
"font_class": "bianji1",
"unicode": "e7da",
"unicode_decimal": 59354
},
{
"icon_id": "1789990",
"name": "右对齐",
"font_class": "youduiqi1",
"unicode": "e7d6",
"unicode_decimal": 59350
},
{
"icon_id": "1789992",
"name": "左对齐",
"font_class": "zuoduiqi1",
"unicode": "e7d7",
"unicode_decimal": 59351
},
{
"icon_id": "7550246",
"name": "组件",
"font_class": "zujian",
"unicode": "e7d8",
"unicode_decimal": 59352
},
{
"icon_id": "15952262",
"name": "居中对齐",
"font_class": "juzhongduiqi",
"unicode": "e7d9",
"unicode_decimal": 59353
},
{
"icon_id": "880393",
"name": "关闭",
"font_class": "guanbi2",
"unicode": "e7d4",
"unicode_decimal": 59348
},
{
"icon_id": "15925450",
"name": "两端对齐",
"font_class": "liangduanduiqi1",
"unicode": "e7d5",
"unicode_decimal": 59349
},
{
"icon_id": "11976281",
"name": "两端对齐",
"font_class": "liangduanduiqi",
"unicode": "e7d3",
"unicode_decimal": 59347
},
{
"icon_id": "11328937",
"name": "无边框",
"font_class": "wubiankuang",
"unicode": "e7cc",
"unicode_decimal": 59340
},
{
"icon_id": "11328961",
"name": "外边框",
"font_class": "waibiankuang",
"unicode": "e7cd",
"unicode_decimal": 59341
},
{
"icon_id": "11329509",
"name": "下边框",
"font_class": "xiabiankuang",
"unicode": "e7ce",
"unicode_decimal": 59342
},
{
"icon_id": "11329510",
"name": "上边框",
"font_class": "shangbiankuang",
"unicode": "e7cf",
"unicode_decimal": 59343
},
{
"icon_id": "11329593",
"name": "左边框",
"font_class": "zuobiankuang",
"unicode": "e7d0",
"unicode_decimal": 59344
},
{
"icon_id": "11329596",
"name": "右边框",
"font_class": "youbiankuang",
"unicode": "e7d2",
"unicode_decimal": 59346
},
{
"icon_id": "3294798",
"name": "设置圆角",
"font_class": "yuanjiao",
"unicode": "e7ca",
"unicode_decimal": 59338
},
{
"icon_id": "609771",
"name": "字体",
"font_class": "zitifont8",
"unicode": "e7c8",
"unicode_decimal": 59336
},
{
"icon_id": "4800130",
"name": "字体",
"font_class": "ziti",
"unicode": "e7c9",
"unicode_decimal": 59337
},
{
"icon_id": "445409",
"name": "按键分割线",
"font_class": "anjianfengexian",
"unicode": "e7c6",
"unicode_decimal": 59334
},
{
"icon_id": "12719940",
"name": "换行",
"font_class": "huanhang",
"unicode": "e7c7",
"unicode_decimal": 59335
},
{
"icon_id": "634467",
"name": "框架_frame23",
"font_class": "kuangjiaframe23",
"unicode": "e7b8",
"unicode_decimal": 59320
},
{
"icon_id": "1335471",
"name": "线框",
"font_class": "icon-xiankuang",
"unicode": "e7c1",
"unicode_decimal": 59329
},
{
"icon_id": "2409162",
"name": "框选",
"font_class": "box-select",
"unicode": "e7c2",
"unicode_decimal": 59330
},
{
"icon_id": "10863611",
"name": "下框线",
"font_class": "xiakuangxian",
"unicode": "e895",
"unicode_decimal": 59541
},
{
"icon_id": "10863952",
"name": "上框线",
"font_class": "shangkuangxian",
"unicode": "e896",
"unicode_decimal": 59542
},
{
"icon_id": "10864077",
"name": "左框线",
"font_class": "zuokuangxian",
"unicode": "e897",
"unicode_decimal": 59543
},
{
"icon_id": "10864086",
"name": "右框线",
"font_class": "youkuangxian",
"unicode": "e898",
"unicode_decimal": 59544
},
{
"icon_id": "10864189",
"name": "外侧框线",
"font_class": "waicekuangxian",
"unicode": "e89b",
"unicode_decimal": 59547
},
{
"icon_id": "12561206",
"name": "垂直间距",
"font_class": "chuizhijianju-",
"unicode": "e7c4",
"unicode_decimal": 59332
},
{
"icon_id": "12561542",
"name": "水平间距",
"font_class": "shuipingjianju-",
"unicode": "e7c5",
"unicode_decimal": 59333
},
{
"icon_id": "7522927",
"name": "不可视",
"font_class": "bukeshi",
"unicode": "e7bf",
"unicode_decimal": 59327
},
{
"icon_id": "7522930",
"name": "可视",
"font_class": "keshi",
"unicode": "e7c0",
"unicode_decimal": 59328
},
{
"icon_id": "7239677",
"name": "colum-height",
"font_class": "colum-height",
"unicode": "e7bd",
"unicode_decimal": 59325
},
{
"icon_id": "14772668",
"name": "column-width",
"font_class": "column-width",
"unicode": "e7be",
"unicode_decimal": 59326
},
{
"icon_id": "657586",
"name": "垂直居中对齐",
"font_class": "chuizhijuzhongduiqi",
"unicode": "e7b2",
"unicode_decimal": 59314
},
{
"icon_id": "657590",
"name": "水平居中对齐",
"font_class": "shuipingjuzhongduiqi",
"unicode": "e7b3",
"unicode_decimal": 59315
},
{
"icon_id": "657594",
"name": "右对齐",
"font_class": "youduiqi",
"unicode": "e7b5",
"unicode_decimal": 59317
},
{
"icon_id": "657595",
"name": "左对齐",
"font_class": "zuoduiqi",
"unicode": "e7b6",
"unicode_decimal": 59318
},
{
"icon_id": "10253174",
"name": "网页",
"font_class": "wangye1",
"unicode": "e7b7",
"unicode_decimal": 59319
},
{
"icon_id": "11727657",
"name": "顶部对齐",
"font_class": "dingbuduiqi",
"unicode": "e7b9",
"unicode_decimal": 59321
},
{
"icon_id": "11727658",
"name": "底部对齐",
"font_class": "dibuduiqi",
"unicode": "e7ba",
"unicode_decimal": 59322
},
{
"icon_id": "12550443",
"name": "水平等距分布",
"font_class": "shuipingdengjufenbu",
"unicode": "e7bb",
"unicode_decimal": 59323
},
{
"icon_id": "12550445",
"name": "垂直等距分布",
"font_class": "chuizhidengjufenbu",
"unicode": "e7bc",
"unicode_decimal": 59324
},
{
"icon_id": "4749586",
"name": "邮箱",
......
......@@ -20,6 +20,150 @@ Created by iconfont
/>
<missing-glyph />
<glyph glyph-name="jiazai1" unicode="&#59359;" d="M486.4 793.6a25.6 25.6 0 1 0 51.2 0v-170.666667a25.6 25.6 0 1 0-51.2 0V793.6z m208.213333-42.0864a25.6 25.6 0 0 0 44.373334-25.6l-85.333334-147.797333a25.6 25.6 0 0 0-44.373333 25.6l85.333333 147.797333z m159.300267-140.526933a25.6 25.6 0 0 0 25.6-44.373334l-147.797333-85.333333a25.6 25.6 0 0 0-25.6 44.373333l147.797333 85.333334zM921.6 409.6a25.6 25.6 0 1 0 0-51.2h-170.666667a25.6 25.6 0 1 0 0 51.2h170.666667z m-42.0864-208.213333a25.6 25.6 0 1 0-25.6-44.373334l-147.797333 85.333334a25.6 25.6 0 0 0 25.6 44.373333l147.797333-85.333333z m-140.526933-159.300267a25.6 25.6 0 0 0-44.373334-25.6l-85.333333 147.797333a25.6 25.6 0 0 0 44.373333 25.6l85.333334-147.797333zM537.6-25.6a25.6 25.6 0 1 0-51.2 0v170.666667a25.6 25.6 0 1 0 51.2 0v-170.666667z m-208.213333 42.0864a25.6 25.6 0 1 0-44.373334 25.6l85.333334 147.797333a25.6 25.6 0 0 0 44.373333-25.6l-85.333333-147.797333zM170.0864 157.013333a25.6 25.6 0 0 0-25.6 44.373334l147.797333 85.333333a25.6 25.6 0 0 0 25.6-44.373333l-147.797333-85.333334zM102.4 358.4a25.6 25.6 0 1 0 0 51.2h170.666667a25.6 25.6 0 1 0 0-51.2H102.4z m42.0864 208.213333a25.6 25.6 0 0 0 25.6 44.373334l147.797333-85.333334a25.6 25.6 0 0 0-25.6-44.373333l-147.797333 85.333333zM285.013333 725.9136a25.6 25.6 0 1 0 44.373334 25.6l85.333333-147.797333a25.6 25.6 0 0 0-44.373333-25.6l-85.333334 147.797333z" horiz-adv-x="1024" />
<glyph glyph-name="xiajiantou1" unicode="&#59355;" d="M862.752 569.984H161.248l349.696-371.936L862.72 569.984z" horiz-adv-x="1024" />
<glyph glyph-name="tuceng" unicode="&#59356;" d="M938.633323 325.78411 554.672082 153.199427c-36.761735-15.990183-51.399706-15.990183-85.329837 0L85.366677 325.78411c-20.383048 10.82658-25.879451 50.886971-25.879451 72.745814 25.630777-14.637372 61.674122-30.959106 60.334559-30.131251l392.178726-180.787506 392.19203 180.787506c0.662106 0.165776 35.628888 17.786085 60.320232 30.131251C964.512773 376.160451 957.57959 334.622406 938.633323 325.78411zM938.633323 506.586966 554.672082 333.987956c-36.761735-15.991206-51.399706-15.991206-85.329837 0L85.366677 506.586966c-30.160116 16.004509-29.221706 66.407456 0 85.229127L469.342245 794.546354c33.930131 16.943904 55.155394 17.882276 85.329837 0l383.961241-202.730261C967.854005 575.811584 966.887964 519.774313 938.633323 506.586966zM511.999488 760.134613 119.820762 549.201529l392.178726-165.252695L904.192541 549.201529 511.999488 760.134613zM511.999488 760.134613M511.999488 6.797056l392.19203 180.815135c0.662106 0.165776 35.628888 17.786085 60.320232 30.130228 0-22.369473-6.93216-63.907519-25.879451-72.745814L554.672082-27.615709c-36.761735-15.990183-51.399706-15.990183-85.329837 0L85.366677 144.997628c-20.383048 10.82658-25.879451 50.872644-25.879451 72.745814 25.630777-14.637372 61.674122-30.959106 60.334559-30.130228L511.999488 6.797056z" horiz-adv-x="1024" />
<glyph glyph-name="fuzhi1" unicode="&#59357;" d="M96.1 320.29999999999995a32.2 32.099999999999994 0 1 1 64.4 0 32.2 32.099999999999994 0 1 1-64.4 0ZM742.1 445.3l-269.5 2.1c-14.3 0.1-26-13.8-26-31s11.7-31.3 26-31.4l269.5-2.1c14.3-0.1 26 13.8 26 31s-11.7 31.3-26 31.4zM742.1 318.29999999999995l-269.5 2.1c-14.3 0.1-26-13.8-26-31s11.7-31.3 26-31.4l269.5-2.1c14.3-0.2 26 13.8 26 31s-11.7 31.3-26 31.4zM736.1 832.1H417c-70.4 0-128-57.6-128-128h-64.9c-70.4 0-128-57.6-128-128v-128c-0.1-17.7 14.4-32 32.2-32 17.8 0 32.2 14.4 32.2 32.1V576c0 35.2 28.8 64 64 64H289v-447.8c0-70.4 57.6-128 128-128h255.1c-0.1-35.2-28.8-63.8-64-63.8H224.5c-35.2 0-64 28.8-64 64V192.5c0 17.7-14.4 32.1-32.2 32.1-17.8 0-32.3-14.4-32.3-32.1v-128.3c0-70.4 57.6-128 128-128h384.1c70.4 0 128 57.6 128 128h65c70.4 0 128 57.6 128 128V640.1l-193 192z m0.1-63.4l127.7-128.3H800c-35.2 0-64 28.8-64 64v64.3h0.2z m64-641H416.1c-35.2 0-64 28.8-64 64v513c0 35.2 28.8 64 64 64H671V705c0-70.4 57.6-128 128-128h65.2v-385.3c0-35.2-28.8-64-64-64z" horiz-adv-x="1024" />
<glyph glyph-name="niantie" unicode="&#59358;" d="M739.556 497.778V725.333H512V839.111H284.444v-113.778H56.89v-739.555h341.333v-56.89h398.222l170.667 170.668V497.778H739.556zM341.333 782.222h113.778v-56.889H341.333v56.89z m-56.889-113.778H568.89v-56.888H227.556v56.888h56.888zM113.778 42.667V668.444h56.889v-113.777h455.11V668.444h56.89v-170.666H398.222v-455.111H113.778z m796.444 79.644L768-14.222h-28.444V156.444h170.666v-34.133z m-227.555 91.022v-227.555H455.11v455.11h455.111v-227.555H682.667z" horiz-adv-x="1024" />
<glyph glyph-name="icon_huabanfuben" unicode="&#59360;" d="M412.68464213-25.600000000000023c-5.86587627 0-11.6306176 2.22498773-16.08059306 6.6749632L109.0749632 268.60404907c-8.89995093 8.89995093-8.89995093 23.26123413 0 32.16118506l486.15980267 486.15980267c4.55111147 4.55111147 10.72039467 6.87723413 17.09194986 6.6749632L888.22518507 781.9693824c11.83288853-0.50567893 21.2385184-10.0124448 21.74419733-21.74419733L921.6 484.22557973c0.30340693-6.3715552-2.12385173-12.54083947-6.6749632-17.09194986L428.86637013-18.925036800000044c-4.44997547-4.44997547-10.31585173-6.6749632-16.181728-6.6749632zM157.31674027 284.68464213000004l255.36790186-255.36790186 462.99970347 462.99970453-10.31585173 245.05204907-245.05204907 10.31585173-462.99970453-462.99970347zM733.58854293 511.7345184c-24.07032107 0-48.14064213 9.20335787-66.44622186 27.50893867-36.61116053 36.61116053-36.61116053 96.18014827 0 132.7913088 36.61116053 36.61116053 96.18014827 36.61116053 132.7913088 0 36.61116053-36.61116053 36.61116053-96.18014827 0-132.7913088-18.2044448-18.40671573-42.27476587-27.50893867-66.34508694-27.50893867z m0 142.29807467c-12.43970347 0-24.778272-4.7533824-34.1839008-14.15901334-18.91239467-18.91239467-18.91239467-49.55654293 0-68.4689376 18.91239467-18.91239467 49.55654293-18.91239467 68.4689376 0 18.91239467 18.91239467 18.91239467 49.55654293 0 68.4689376-9.50676587 9.40562987-21.84533333 14.15901227-34.2850368 14.15901334z" horiz-adv-x="1024" />
<glyph glyph-name="bianji1" unicode="&#59354;" d="M342.532 335.449c-0.583-0.779-1.167-1.581-1.435-2.554l-45.292-171.657c-2.627-9.997 0.073-20.773 7.225-28.362 5.351-5.4 12.405-8.368 19.921-8.368 2.481 0 4.963 0.292 7.395 0.973l164.846 46.484c0.267 0 0.39-0.243 0.584-0.243 1.897 0 3.77 0.705 5.156 2.213l440.806 455.668C954.824 643.15 962 661.613 962 681.705c0 22.768-9.34 45.511-25.686 62.392l-41.62 43.103c-16.345 16.905-38.383 26.586-60.372 26.586-19.436 0-37.29-7.418-50.425-20.943L343.19 337.03c-0.462-0.438-0.34-1.07-0.657-1.581m556.054 338.789l-43.783-45.243-70.954 74.554L827 748.159c6.81 7.103 20.043 6.057 27.876-2.067l41.667-43.103c4.33-4.5 6.811-10.46 6.811-16.37-0.024-4.84-1.678-9.243-4.768-12.381m-477.68-345.94L738.97 657.161l71.027-74.603-317.48-328.232-71.612 73.97zM362.964 194.95l22.986 87.227 61.322-63.389-84.308-23.838zM926.51 493.654c-16.687 0-30.357-14.035-30.43-31.524v-424.825c0-22.28-17.49-40.378-39.065-40.378H161.924c-21.551 0-39.113 18.097-39.113 40.378V730.72c0 22.305 17.562 40.403 39.113 40.403H609.59c16.784 0 30.406 14.108 30.406 31.451 0 17.319-13.622 31.427-30.406 31.427H157.28C104.761 834 62 789.827 62 735.486V32.49C62-21.85 104.762-66 157.278-66h704.336c52.564 0 95.278 44.149 95.278 98.49V462.348c-0.049 17.27-13.695 31.305-30.381 31.305" horiz-adv-x="1024" />
<glyph glyph-name="youduiqi1" unicode="&#59350;" d="M174.08 670.72c-12.288 0-20.48 8.192-20.48 20.48s8.192 20.48 20.48 20.48h675.84c12.288 0 20.48-8.192 20.48-20.48s-8.192-20.48-20.48-20.48h-675.84z m266.24-143.36c-12.288 0-20.48 8.192-20.48 20.48s8.192 20.48 20.48 20.48h409.6c12.288 0 20.48-8.192 20.48-20.48s-8.192-20.48-20.48-20.48h-409.6z m-266.24-143.36c-12.288 0-20.48 8.192-20.48 20.48s8.192 20.48 20.48 20.48h675.84c12.288 0 20.48-8.192 20.48-20.48s-8.192-20.48-20.48-20.48h-675.84z m266.24-163.84c-12.288 0-20.48 8.192-20.48 20.48s8.192 20.48 20.48 20.48h409.6c12.288 0 20.48-8.192 20.48-20.48s-8.192-20.48-20.48-20.48h-409.6z m-266.24-163.84c-12.288 0-20.48 8.192-20.48 20.48s8.192 20.48 20.48 20.48h675.84c12.288 0 20.48-8.192 20.48-20.48s-8.192-20.48-20.48-20.48h-675.84z" horiz-adv-x="1024" />
<glyph glyph-name="zuoduiqi1" unicode="&#59351;" d="M174.08 670.72c-12.288 0-20.48 8.192-20.48 20.48s8.192 20.48 20.48 20.48h675.84c12.288 0 20.48-8.192 20.48-20.48s-8.192-20.48-20.48-20.48h-675.84z m0-143.36c-12.288 0-20.48 8.192-20.48 20.48s8.192 20.48 20.48 20.48h409.6c12.288 0 20.48-8.192 20.48-20.48s-8.192-20.48-20.48-20.48h-409.6z m0-143.36c-12.288 0-20.48 8.192-20.48 20.48s8.192 20.48 20.48 20.48h675.84c12.288 0 20.48-8.192 20.48-20.48s-8.192-20.48-20.48-20.48h-675.84z m0-163.84c-12.288 0-20.48 8.192-20.48 20.48s8.192 20.48 20.48 20.48h409.6c12.288 0 20.48-8.192 20.48-20.48s-8.192-20.48-20.48-20.48h-409.6z m0-163.84c-12.288 0-20.48 8.192-20.48 20.48s8.192 20.48 20.48 20.48h675.84c12.288 0 20.48-8.192 20.48-20.48s-8.192-20.48-20.48-20.48h-675.84z" horiz-adv-x="1024" />
<glyph glyph-name="zujian" unicode="&#59352;" d="M201.31081443 461.67229667h19.41807446a135.9265189 135.9265189 0 0 0 0-271.85303779H201.31081443v-155.34459221h155.34459336v21.82591488a133.51867733 133.51867733 0 1 0 267.03735466 0V34.47466667000003H745.01688889v232.90038044L822.68918557 267.49155555000004A77.71113245 77.71113245 0 0 1 822.68918557 422.83614777h-77.67229668v155.34459335h-155.34459222V655.85303666a77.67229667 77.67229667 0 1 1-155.34459334 0v-77.67229554H201.31081443v-116.50844445z m310.68918557 349.52533334a155.34459221 155.34459221 0 0 0 155.34459221-155.34459335h155.34459336v-155.34459221a155.34459221 155.34459221 0 0 0 0.03883576-310.72802134L822.68918557-43.19763001000001h-276.66871979v99.49821156a55.84638066 55.84638066 0 0 1-111.69276245 0V-43.19763001000001H123.6385189v310.68918556h97.09036999a58.25422222 58.25422222 0 0 1 0 116.50844445H123.6385189V655.85303666h233.01688889a155.34459221 155.34459221 0 0 0 155.34459221 155.34459335z" horiz-adv-x="1024" />
<glyph glyph-name="juzhongduiqi" unicode="&#59353;" d="M767.8 584.65H256.2c-11.47 0-20.76 9.3-20.76 20.76s9.29 20.76 20.76 20.76h511.6c11.47 0 20.76-9.3 20.76-20.76s-9.29-20.76-20.76-20.76zM615.58 437.04H408.42c-11.47 0-20.76 9.3-20.76 20.76s9.29 20.76 20.76 20.76h207.17c11.47 0 20.76-9.3 20.76-20.76-0.01-11.46-9.3-20.76-20.77-20.76zM767.8 289.45H256.2c-11.47 0-20.76 9.3-20.76 20.76s9.29 20.76 20.76 20.76h511.6c11.47 0 20.76-9.3 20.76-20.76s-9.29-20.76-20.76-20.76zM615.58 141.84H408.42c-11.47 0-20.76 9.3-20.76 20.76s9.29 20.76 20.76 20.76h207.17c11.47 0 20.76-9.3 20.76-20.76s-9.3-20.76-20.77-20.76z" horiz-adv-x="1024" />
<glyph glyph-name="guanbi2" unicode="&#59348;" d="M978.702-48.452l-445.171 444.892 444.876 445.155c9.103 9.103 9.103 23.861 0 32.949-9.103 9.103-23.861 9.103-32.949 0l-444.892-445.171-445.171 444.892c-9.103 9.103-23.861 9.103-32.949 0-9.103-9.103-9.103-23.861 0-32.965l445.171-444.892-444.876-445.155c-9.103-9.103-9.103-23.861 0-32.949 9.103-9.103 23.861-9.103 32.949 0l444.892 445.171 445.155-444.876c9.103-9.103 23.861-9.103 32.949 0 9.119 9.087 9.119 23.845 0.016 32.949z" horiz-adv-x="1024" />
<glyph glyph-name="liangduanduiqi1" unicode="&#59349;" d="M671.483904 366.09228800000005c0 25.747456-10.719232 46.866432-23.78752 46.866432l-141.25056-2.158592c-13.064192 0-23.783424-21.118976-23.783424-46.86848 0-25.747456 10.719232-46.866432 23.783424-46.866432l141.25056 2.158592c13.068288 0 23.78752 21.118976 23.78752 46.86848zM718.237696 30.480383999999958L713.273344 696.3404800000001c0 23.867392 18.44224 43.395072 40.984576 43.395072l89.903104 0.823296c22.542336 0 40.986624-19.52768 40.986624-43.395072l4.964352-665.860096c0-23.867392-18.44224-43.395072-40.984576-43.395072l-89.903104-0.823296c-22.542336 0-40.986624 19.52768-40.986624 43.395072zM354.136064 720.441344v-685.934592l-95.32416 2.142208V722.583552l95.32416-2.142208m40.986624 86.790144l-177.29536 2.142208c-22.540288 0-40.982528-19.52768-40.982528-43.393024v-772.726784c0-23.867392 18.44224-43.395072 40.982528-43.395072l177.29536-2.142208c22.540288 0 40.982528 19.52768 40.982528 43.393024V763.836416c0 23.867392-18.44224 43.395072-40.982528 43.395072z" horiz-adv-x="1024" />
<glyph glyph-name="liangduanduiqi" unicode="&#59347;" d="M0 802.909091h1024v-93.137455H0zM0 563.665455h1024v-93.09091H0zM0 85.178182h1024v-93.090909H0zM0 324.421818h1024v-93.090909H0z" horiz-adv-x="1024" />
<glyph glyph-name="wubiankuang" unicode="&#59340;" d="M0 896h1024v-1024H0zM0-128V896h1024v-1024H0zM916.210526 788.210526H107.789474v-808.421052h808.421052V788.210526zM970.105263 357.052632h-431.157895v-431.157895H485.052632v431.157895H53.894737V410.947368h431.157895V842.105263h53.894736v-431.157895h431.157895v-53.894736z" horiz-adv-x="1024" />
<glyph glyph-name="waibiankuang" unicode="&#59341;" d="M0 896h1024v-1024H0zM0-128V896h1024v-1024H0zM916.210526 788.210526H107.789474v-808.421052h808.421052V788.210526zM916.210526 357.052632h-377.263158v-377.263158H485.052632v377.263158H107.789474V410.947368h377.263158V788.210526h53.894736v-377.263158h377.263158v-53.894736z" horiz-adv-x="1024" />
<glyph glyph-name="xiabiankuang" unicode="&#59342;" d="M0 896h1024v-1024H0zM0-128V896h1024v-1024H0zM916.210526 788.210526H107.789474v-808.421052h808.421052V788.210526zM970.105263 357.052632h-431.157895v-431.157895H485.052632v431.157895H53.894737V410.947368h431.157895V842.105263h53.894736v-431.157895h431.157895v-53.894736zM0-20.210526h1024v-107.789474H0z" horiz-adv-x="1024" />
<glyph glyph-name="shangbiankuang" unicode="&#59343;" d="M0 896h1024v-1024H0zM0-128V896h1024v-1024H0zM916.210526 788.210526H107.789474v-808.421052h808.421052V788.210526zM970.105263 357.052632h-431.157895v-431.157895H485.052632v431.157895H53.894737V410.947368h431.157895V842.105263h53.894736v-431.157895h431.157895v-53.894736zM0 896h1024v-107.789474H0z" horiz-adv-x="1024" />
<glyph glyph-name="zuobiankuang" unicode="&#59344;" d="M0 896h1024v-1024H0zM0-128V896h1024v-1024H0zM916.210526 788.210526H107.789474v-808.421052h808.421052V788.210526zM970.105263 357.052632h-431.157895v-431.157895H485.052632v431.157895H53.894737V410.947368h431.157895V842.105263h53.894736v-431.157895h431.157895v-53.894736zM0 896h107.789474v-1024H0z" horiz-adv-x="1024" />
<glyph glyph-name="youbiankuang" unicode="&#59346;" d="M0 896h1024v-1024H0zM0-128V896h1024v-1024H0zM916.210526 788.210526H107.789474v-808.421052h808.421052V788.210526zM970.105263 357.052632h-431.157895v-431.157895H485.052632v431.157895H53.894737V410.947368h431.157895V842.105263h53.894736v-431.157895h431.157895v-53.894736zM916.210526 896h107.789474v-1024h-107.789474z" horiz-adv-x="1024" />
<glyph glyph-name="yuanjiao" unicode="&#59338;" d="M958.650786 415.231679v-31.947511c0-246.663188-200.692141-447.344056-447.366602-447.344055H479.336674v-63.917567h31.94751c281.924942 0 511.272895 229.359226 511.272896 511.261622v31.947511h-63.906294zM974.635814 759.293063h31.94751v-77.050541h-31.94751zM974.635814 624.01779h31.94751v-77.050541h-31.94751zM974.635814 817.517796h31.94751V895.988727h-77.039268v-31.958783h45.091758zM0.011289 624.01779h31.958783v-77.050541H0.011289zM0.011289 488.742517h31.958783v-77.050541H0.011289zM0.011289 353.455971h31.958783v-77.039269H0.011289zM0.011289 759.293063h31.958783v-77.050541H0.011289zM31.970072 864.029944h27.697612V895.988727H0.011289v-78.470931h31.958783zM31.970072-52.369849000000045H0.011289v-59.63385h96.936006v31.94751H31.970072zM0.011289 218.180697h31.958783v-77.039268H0.011289zM0.011289 82.90542400000004h31.958783v-77.039268H0.011289zM155.172027-80.05618900000002h77.050541v-31.94751h-77.050541zM290.4473-80.05618900000002h77.050542v-31.94751h-77.050542zM794.268783 895.988727h77.039268v-31.958783h-77.039268zM253.16769 895.988727h77.050541v-31.958783h-77.050541zM388.442963 895.988727h77.050541v-31.958783h-77.050541zM117.892416 895.988727h77.050542v-31.958783h-77.050542zM658.99351 895.988727h77.039268v-31.958783h-77.039268zM523.718236 895.988727h77.039268v-31.958783h-77.039268z" horiz-adv-x="1024" />
<glyph glyph-name="zitifont8" unicode="&#59336;" d="M287.58016 687.99488l263.68 0c51.7632 0 93.06112-14.03904 123.86304-42.10688 30.79168-28.06784 46.19264-64.45056 46.19264-109.14816 0-26.97216-6.74816-51.57888-20.23424-73.78944-13.49632-22.21056-33.59744-39.44448-60.3136-51.70176 37.48864-14.17216 51.53792-32.98304 69.1712-56.4224 17.64352-23.43936 26.48064-53.54496 26.48064-90.33728 0-51.78368-18.69824-94.30016-56.064-127.54944-37.36576-33.24928-73.22624-49.8688-134.59456-49.8688L287.58016 87.07072 287.58016 687.99488zM381.21472 433.72544l134.06208 0c43.06944 0 63.36512 7.8336 83.39456 23.51104 20.0192 15.6672 30.04416 40.12032 30.04416 73.37984 0 28.6208-9.48224 50.41152-28.416 65.40288-18.944 14.98112-39.49568 22.48704-84.18304 22.48704L381.21472 618.50624 381.21472 433.72544zM381.21472 156.57984l159.82592 0c42.50624 0 58.63424 9.8816 79.89248 29.6448 21.248 19.75296 31.86688 46.39744 31.86688 79.91296 0 34.06848-11.83744 59.48416-35.55328 76.2368-23.71584 16.76288-42.96704 25.1392-89.30304 25.1392l-146.7392 0L381.20448 156.57984z" horiz-adv-x="1024" />
<glyph glyph-name="ziti" unicode="&#59337;" d="M609.28 663.68H152.96V491.52h100.48V563.2h127.36v-417.92H306.56v-100.48h249.6v100.48H481.28V563.2h128v-71.68h100.48V663.68H609.28zM812.8 403.84H547.84v-99.84h58.24V345.6h74.24v-242.56h-42.88v-58.24H782.08v58.24h-43.52V345.6h74.24v-41.6h58.24V403.84h-58.24z" horiz-adv-x="1024" />
<glyph glyph-name="anjianfengexian" unicode="&#59334;" d="M486.4 793.6l51.2 0 0-819.2-51.2 0 0 819.2Z" horiz-adv-x="1024" />
<glyph glyph-name="huanhang" unicode="&#59335;" d="M46.802824 858.352941a30.117647 30.117647 0 0 0 30.117647 30.117647h903.529411a30.117647 30.117647 0 0 0 30.117647-30.117647v-4.035765a30.117647 30.117647 0 0 0-30.117647-30.117647h-903.529411a30.117647 30.117647 0 0 0-30.117647 30.117647V858.352941zM46.802824 601.328941a30.117647 30.117647 0 0 0 30.117647 30.117647h903.529411a30.117647 30.117647 0 0 0 30.117647-30.117647v-3.975529a30.117647 30.117647 0 0 0-30.117647-30.117647h-903.529411a30.117647 30.117647 0 0 0-30.117647 30.117647v3.975529zM46.802824 344.365176a30.117647 30.117647 0 0 0 30.117647 30.117648h765.831529a30.117647 30.117647 0 0 0 30.117647-30.117648v-4.035764a30.117647 30.117647 0 0 0-30.117647-30.117647H76.920471a30.117647 30.117647 0 0 0-30.117647 30.117647v4.035764zM46.802824 87.341176a30.117647 30.117647 0 0 0 30.117647 30.117648h352.798117a30.117647 30.117647 0 0 0 30.117647-30.117648v-4.035764a30.117647 30.117647 0 0 0-30.117647-30.117647H76.920471a30.117647 30.117647 0 0 0-30.117647 30.117647v4.035764zM971.836235 374.482824a30.117647 30.117647 0 0 1-30.117647-30.117648v-196.788705a30.117647 30.117647 0 0 0-30.117647-30.117647h-176.368941v128.481882l-176.007529-136.854588a30.117647 30.117647 0 0 1 0-47.525647l176.007529-136.854589v128.481883h245.217882a30.117647 30.117647 0 0 1 30.117647 30.117647V344.365176a30.117647 30.117647 0 0 1-30.117647 30.117648h-8.613647z" horiz-adv-x="1024" />
<glyph glyph-name="kuangjiaframe23" unicode="&#59320;" d="M977.454545-81.454545 884.363636-81.454545 884.363636-128 1024-128 1024 11.636364 977.454545 11.636364ZM1024 896 884.363636 896 884.363636 849.454545 977.454545 849.454545 977.454545 756.363636 1024 756.363636ZM0-128 139.636364-128 139.636364-81.454545 46.545455-81.454545 46.545455 11.636364 0 11.636364ZM93.090909-34.909091l837.818182 0L930.909091 802.909091 93.090909 802.909091 93.090909-34.909091zM139.636364 756.363636l744.727273 0 0-744.727273L139.636364 11.636364 139.636364 756.363636zM0 756.363636 46.545455 756.363636 46.545455 849.454545 139.636364 849.454545 139.636364 896 0 896Z" horiz-adv-x="1024" />
<glyph glyph-name="icon-xiankuang" unicode="&#59329;" d="M904.504 100.349v570.567c32.463 10.87 55.862 41.503 55.862 77.624 0 45.213-36.648 81.863-81.864 81.863-35.722 0-66.084-22.89-77.263-54.798h-575.089c-11.178 31.908-41.538 54.799-77.263 54.799-45.214 0-81.864-36.652-81.864-81.864 0-35.53 22.638-65.762 54.271-77.087v-571.642c-31.633-11.325-54.271-41.555-54.271-77.085 0-45.213 36.653-81.864 81.864-81.864 34.496 0 63.982 21.342 76.037 51.533h577.544c12.056-30.191 41.546-51.533 76.036-51.533 45.218 0 81.864 36.652 81.864 81.864-0.002 36.121-23.401 66.753-55.864 77.623zM799.321 43.559h-571.254c-7.228 27.548-28.448 49.415-55.61 57.57v569.005c26.078 7.829 46.683 28.301 54.682 54.306h573.109c7.835-25.473 27.768-45.634 53.090-53.809v-570c-26.395-8.519-46.931-30.066-54.018-57.073z" horiz-adv-x="1024" />
<glyph glyph-name="box-select" unicode="&#59330;" d="M951.5 580.8v240h-240v-95h-399v95h-240v-240h95v-393.6h-95v-240h240v95h399v-95h240v240h-95v393.6h95zM761.5 770.8h140v-140h-140v140zM122.5 630.8v140h140v-140h-140zM262.5-2.8h-140v140h140v-140zM901.5 137.2v-140h-140v140h140zM806.5 187.2h-95v-95h-399v95h-95v393.6h95v95h399v-95h95v-393.6z" horiz-adv-x="1024" />
<glyph glyph-name="xiakuangxian" unicode="&#59541;" d="M538.947368 303.157895H485.052632v-53.894737h53.894736v53.894737z m0 215.578947H485.052632v-53.894737h53.894736V518.736842z m0-107.789474H485.052632v-53.894736h53.894736V410.947368z m0 215.578948H485.052632v-53.894737h53.894736V626.526316z m0-431.157895H485.052632v-53.894737h53.894736v53.894737zM323.368421 410.947368H269.473684v-53.894736h53.894737V410.947368z m107.789474 0H377.263158v-53.894736h53.894737V410.947368zM323.368421 842.105263H269.473684v-53.894737h53.894737V842.105263z m107.789474 0H377.263158v-53.894737h53.894737V842.105263z m107.789473-754.526316H485.052632v-53.894736h53.894736v53.894736z m215.578948 754.526316h-53.894737v-53.894737h53.894737V842.105263z m107.789473-431.157895h-53.894736v-53.894736h53.894736V410.947368z m-323.368421 323.368421H485.052632v-53.894736h53.894736V734.315789z m323.368421 107.789474h-53.894736v-53.894737h53.894736V842.105263z m-107.789473-431.157895h-53.894737v-53.894736h53.894737V410.947368z m-107.789474 431.157895h-53.894737v-53.894737h53.894737V842.105263z m-107.789474 0H485.052632v-53.894737h53.894736V842.105263z m107.789474-431.157895h-53.894737v-53.894736h53.894737V410.947368z m269.473684-377.263157h53.894737v53.894736h-53.894737v-53.894736z m0 215.578947h53.894737v53.894737h-53.894737v-53.894737z m0 107.789474h53.894737V410.947368h-53.894737v-53.894736zM107.789474 87.578947H53.894737v-53.894736h53.894737v53.894736z m808.421052 53.894737h53.894737v53.894737h-53.894737v-53.894737z m0 323.368421h53.894737V518.736842h-53.894737v-53.894737z m0 377.263158v-53.894737h53.894737V842.105263h-53.894737z m0-269.473684h53.894737V626.526316h-53.894737v-53.894737z m0 107.789474h53.894737V734.315789h-53.894737v-53.894736zM215.578947 842.105263H161.684211v-53.894737h53.894736V842.105263zM107.789474 626.526316H53.894737v-53.894737h53.894737V626.526316z m107.789473-215.578948H161.684211v-53.894736h53.894736V410.947368zM107.789474 518.736842H53.894737v-53.894737h53.894737V518.736842z m0 323.368421H53.894737v-53.894737h53.894737V842.105263z m0-107.789474H53.894737v-53.894736h53.894737V734.315789z m0-323.368421H53.894737v-53.894736h53.894737V410.947368z m0-215.578947H53.894737v-53.894737h53.894737v53.894737z m0 107.789474H53.894737v-53.894737h53.894737v53.894737z m-53.894737-377.263158h916.210526v53.894737H53.894737v-53.894737z" horiz-adv-x="1024" />
<glyph glyph-name="shangkuangxian" unicode="&#59542;" d="M538.947368 303.157895H485.052632v-53.894737h53.894736v53.894737z m0 323.368421H485.052632v-53.894737h53.894736V626.526316z m0 107.789473H485.052632v-53.894736h53.894736V734.315789z m0-323.368421H485.052632v-53.894736h53.894736V410.947368z m0 107.789474H485.052632v-53.894737h53.894736V518.736842zM323.368421 410.947368H269.473684v-53.894736h53.894737V410.947368z m107.789474-431.157894H377.263158v-53.894737h53.894737v53.894737z m0 431.157894H377.263158v-53.894736h53.894737V410.947368z m323.368421-431.157894h-53.894737v-53.894737h53.894737v53.894737z m0 431.157894h-53.894737v-53.894736h53.894737V410.947368zM215.578947-20.210526H161.684211v-53.894737h53.894736v53.894737z m646.736842 431.157894h-53.894736v-53.894736h53.894736V410.947368z m-323.368421-215.578947H485.052632v-53.894737h53.894736v53.894737z m323.368421-215.578947h-53.894736v-53.894737h53.894736v53.894737z m-323.368421 0H485.052632v-53.894737h53.894736v53.894737z m0 107.789473H485.052632v-53.894736h53.894736v53.894736z m107.789474-107.789473h-53.894737v-53.894737h53.894737v53.894737z m0 431.157894h-53.894737v-53.894736h53.894737V410.947368z m-323.368421-431.157894H269.473684v-53.894737h53.894737v53.894737z m592.842105 485.052631h53.894737V518.736842h-53.894737v-53.894737z m0-107.789473h53.894737V410.947368h-53.894737v-53.894736zM215.578947 410.947368H161.684211v-53.894736h53.894736V410.947368z m700.631579-161.68421h53.894737v53.894737h-53.894737v-53.894737z m0-215.578947h53.894737v53.894736h-53.894737v-53.894736z m53.894737-107.789474v53.894737h-53.894737v-53.894737h53.894737zM916.210526 680.421053h53.894737V734.315789h-53.894737v-53.894736z m0-538.947369h53.894737v53.894737h-53.894737v-53.894737z m0 431.157895h53.894737V626.526316h-53.894737v-53.894737zM107.789474 195.368421H53.894737v-53.894737h53.894737v53.894737z m0 107.789474H53.894737v-53.894737h53.894737v53.894737z m0-215.578948H53.894737v-53.894736h53.894737v53.894736z m0-107.789473H53.894737v-53.894737h53.894737v53.894737z m0 431.157894H53.894737v-53.894736h53.894737V410.947368z m0 215.578948H53.894737v-53.894737h53.894737V626.526316z m0 107.789473H53.894737v-53.894736h53.894737V734.315789z m0-215.578947H53.894737v-53.894737h53.894737V518.736842z m808.421052 269.473684h53.894737V842.105263H53.894737v-53.894737h862.315789z" horiz-adv-x="1024" />
<glyph glyph-name="zuokuangxian" unicode="&#59543;" d="M538.947368 141.473684v53.894737H485.052632v-53.894737h53.894736z m431.157895 0v53.894737h-53.894737v-53.894737h53.894737z m0 107.789474v53.894737h-53.894737v-53.894737h53.894737z m-431.157895-215.578947v53.894736H485.052632v-53.894736h53.894736z m431.157895 0v53.894736h-53.894737v-53.894736h53.894737z m-107.789474 323.368421V410.947368h-53.894736v-53.894736h53.894736z m-323.368421-107.789474v53.894737H485.052632v-53.894737h53.894736z m215.578948 107.789474V410.947368h-53.894737v-53.894736h53.894737z m215.578947 0V410.947368h-53.894737v-53.894736h53.894737z m0-431.157895v53.894737h-53.894737v-53.894737h53.894737z m-215.578947 0v53.894737h-53.894737v-53.894737h53.894737z m-107.789474 0v53.894737h-53.894737v-53.894737h53.894737z m-431.157895 0v53.894737H161.684211v-53.894737h53.894736z m646.736842 0v53.894737h-53.894736v-53.894737h53.894736z m-323.368421 0v53.894737H485.052632v-53.894737h53.894736z m-107.789473 0v53.894737H377.263158v-53.894737h53.894737z m215.578947 431.157895V410.947368h-53.894737v-53.894736h53.894737z m-323.368421-431.157895v53.894737H269.473684v-53.894737h53.894737zM862.315789 788.210526V842.105263h-53.894736v-53.894737h53.894736z m-323.368421 0V842.105263H485.052632v-53.894737h53.894736z m215.578948 0V842.105263h-53.894737v-53.894737h53.894737z m-107.789474 0V842.105263h-53.894737v-53.894737h53.894737z m-107.789474-107.789473V734.315789H485.052632v-53.894736h53.894736z m431.157895 107.789473V842.105263h-53.894737v-53.894737h53.894737z m-431.157895-431.157894V410.947368H485.052632v-53.894736h53.894736zM323.368421 788.210526V842.105263H269.473684v-53.894737h53.894737z m107.789474 0V842.105263H377.263158v-53.894737h53.894737zM215.578947 788.210526V842.105263H161.684211v-53.894737h53.894736z m754.526316-323.368421V518.736842h-53.894737v-53.894737h53.894737zM323.368421 357.052632V410.947368H269.473684v-53.894736h53.894737z m-107.789474 0V410.947368H161.684211v-53.894736h53.894736z m215.578948 0V410.947368H377.263158v-53.894736h53.894737z m107.789473 107.789473V518.736842H485.052632v-53.894737h53.894736z m0 107.789474V626.526316H485.052632v-53.894737h53.894736z m431.157895 0V626.526316h-53.894737v-53.894737h53.894737z m0 107.789474V734.315789h-53.894737v-53.894736h53.894737zM53.894737-74.105263h53.894737V842.105263H53.894737v-916.210526z" horiz-adv-x="1024" />
<glyph glyph-name="youkuangxian" unicode="&#59544;" d="M538.947368 141.473684v53.894737H485.052632v-53.894737h53.894736z m-431.157894 0v53.894737H53.894737v-53.894737h53.894737z m0 107.789474v53.894737H53.894737v-53.894737h53.894737z m431.157894-215.578947v53.894736H485.052632v-53.894736h53.894736z m-431.157894 0v53.894736H53.894737v-53.894736h53.894737z m107.789473 323.368421V410.947368H161.684211v-53.894736h53.894736z m323.368421-107.789474v53.894737H485.052632v-53.894737h53.894736z m-215.578947 107.789474V410.947368H269.473684v-53.894736h53.894737z m-215.578947 0V410.947368H53.894737v-53.894736h53.894737z m0-431.157895v53.894737H53.894737v-53.894737h53.894737z m215.578947 0v53.894737H269.473684v-53.894737h53.894737z m107.789474 0v53.894737H377.263158v-53.894737h53.894737z m431.157894 0v53.894737h-53.894736v-53.894737h53.894736zM215.578947-74.105263v53.894737H161.684211v-53.894737h53.894736z m323.368421 0v53.894737H485.052632v-53.894737h53.894736z m107.789474 0v53.894737h-53.894737v-53.894737h53.894737z m-215.578947 431.157895V410.947368H377.263158v-53.894736h53.894737z m323.368421-431.157895v53.894737h-53.894737v-53.894737h53.894737zM215.578947 788.210526V842.105263H161.684211v-53.894737h53.894736z m323.368421 0V842.105263H485.052632v-53.894737h53.894736zM323.368421 788.210526V842.105263H269.473684v-53.894737h53.894737z m107.789474 0V842.105263H377.263158v-53.894737h53.894737z m107.789473-107.789473V734.315789H485.052632v-53.894736h53.894736zM107.789474 788.210526V842.105263H53.894737v-53.894737h53.894737z m431.157894-431.157894V410.947368H485.052632v-53.894736h53.894736z m215.578948 431.157894V842.105263h-53.894737v-53.894737h53.894737z m-107.789474 0V842.105263h-53.894737v-53.894737h53.894737z m215.578947 0V842.105263h-53.894736v-53.894737h53.894736zM107.789474 464.842105V518.736842H53.894737v-53.894737h53.894737z m646.736842-107.789473V410.947368h-53.894737v-53.894736h53.894737z m107.789473 0V410.947368h-53.894736v-53.894736h53.894736z m-215.578947 0V410.947368h-53.894737v-53.894736h53.894737z m-107.789474 107.789473V518.736842H485.052632v-53.894737h53.894736z m0 107.789474V626.526316H485.052632v-53.894737h53.894736zM107.789474 572.631579V626.526316H53.894737v-53.894737h53.894737z m0 107.789474V734.315789H53.894737v-53.894736h53.894737z m862.315789 161.68421h-53.894737v-916.210526h53.894737V842.105263z" horiz-adv-x="1024" />
<glyph glyph-name="waicekuangxian" unicode="&#59547;" d="M269.473684 788.210526h53.894737V842.105263H269.473684v-53.894737z m107.789474-862.315789h53.894737v53.894737H377.263158v-53.894737z m-107.789474 431.157895h53.894737V410.947368H269.473684v-53.894736z m0-431.157895h53.894737v53.894737H269.473684v-53.894737zM161.684211 788.210526h53.894736V842.105263H161.684211v-53.894737z m323.368421-646.736842h53.894736v53.894737H485.052632v-53.894737z m0-107.789473h53.894736v53.894736H485.052632v-53.894736z m-323.368421 323.368421h53.894736V410.947368H161.684211v-53.894736z m215.578947 431.157894h53.894737V842.105263H377.263158v-53.894737z m107.789474-862.315789h53.894736v53.894737H485.052632v-53.894737z m0 323.368421h53.894736v53.894737H485.052632v-53.894737z m-107.789474 107.789474h53.894737V410.947368H377.263158v-53.894736z m-323.368421-215.578948h53.894737v53.894737H53.894737v-53.894737z m0 107.789474h53.894737v53.894737H53.894737v-53.894737z m0-215.578947h53.894737v53.894736H53.894737v-53.894736z m0 323.368421h53.894737V410.947368H53.894737v-53.894736z m107.789474-431.157895h53.894736v53.894737H161.684211v-53.894737z m-107.789474 0h53.894737v53.894737H53.894737v-53.894737zM53.894737 788.210526h53.894737V842.105263H53.894737v-53.894737z m0-107.789473h53.894737V734.315789H53.894737v-53.894736z m0-107.789474h53.894737V626.526316H53.894737v-53.894737z m0-107.789474h53.894737V518.736842H53.894737v-53.894737z m862.315789 0h53.894737V518.736842h-53.894737v-53.894737z m0-538.947368h53.894737v53.894737h-53.894737v-53.894737z m0 215.578947h53.894737v53.894737h-53.894737v-53.894737z m0-107.789473h53.894737v53.894736h-53.894737v-53.894736zM808.421053 788.210526h53.894736V842.105263h-53.894736v-53.894737z m0-862.315789h53.894736v53.894737h-53.894736v-53.894737z m0 431.157895h53.894736V410.947368h-53.894736v-53.894736z m107.789473-107.789474h53.894737v53.894737h-53.894737v-53.894737z m0 592.842105v-53.894737h53.894737V842.105263h-53.894737z m0-161.68421h53.894737V734.315789h-53.894737v-53.894736z m0-107.789474h53.894737V626.526316h-53.894737v-53.894737z m0-215.578947h53.894737V410.947368h-53.894737v-53.894736zM485.052632 464.842105h53.894736V518.736842H485.052632v-53.894737z m0 323.368421h53.894736V842.105263H485.052632v-53.894737z m0-107.789473h53.894736V734.315789H485.052632v-53.894736z m0-323.368421h53.894736V410.947368H485.052632v-53.894736z m0 215.578947h53.894736V626.526316H485.052632v-53.894737z m107.789473-646.736842h53.894737v53.894737h-53.894737v-53.894737z m107.789474 862.315789h53.894737V842.105263h-53.894737v-53.894737z m0-431.157894h53.894737V410.947368h-53.894737v-53.894736z m0-431.157895h53.894737v53.894737h-53.894737v-53.894737z m-107.789474 431.157895h53.894737V410.947368h-53.894737v-53.894736z m0 431.157894h53.894737V842.105263h-53.894737v-53.894737zM916.210526 842.105263H53.894737v-916.210526h916.210526V842.105263h-53.894737z m0-862.315789H107.789474V788.210526h808.421052v-808.421052z" horiz-adv-x="1024" />
<glyph glyph-name="chuizhijianju-" unicode="&#59332;" d="M670.5 653.9H42.7c-11 0-20 9-20 20s9 20 20 20h627.8c11 0 20-9 20-20s-9-20-20-20zM356.6-1.2c-11 0-20 9-20 20v650c0 11 9 20 20 20s20-9 20-20v-650c0-11-9-20-20-20zM970 517.1c-7.1 0-14 3.8-17.6 10.5l-76 141.6L798 527.4c-5.3-9.7-17.5-13.2-27.2-7.8-9.7 5.3-13.2 17.5-7.8 27.2l96.2 174c3.5 6.4 10.2 10.3 17.5 10.3h0.1c7.3 0 14-4.1 17.5-10.5l93.4-174c5.2-9.7 1.6-21.9-8.2-27.1-3.1-1.6-6.3-2.4-9.5-2.4zM876.6-10.9c-7.3 0-14 4-17.5 10.3l-96.2 174c-5.3 9.7-1.8 21.8 7.8 27.2 9.7 5.3 21.8 1.8 27.2-7.8L876.3 51l76 141.6c5.2 9.7 17.3 13.4 27.1 8.2 9.7-5.2 13.4-17.3 8.2-27.1l-93.4-174c-3.5-6.5-10.2-10.5-17.5-10.5 0-0.1-0.1-0.1-0.1-0.1zM876.9 5.7c-11 0-20 9-20 20V686.9c0 11 9 20 20 20s20-9 20-20v-661.3c0-11-9-19.9-20-19.9z" horiz-adv-x="1024" />
<glyph glyph-name="shuipingjianju-" unicode="&#59333;" d="M828.4 772.5H225.6c-11 0-20 9-20 20s9 20 20 20h602.8c11 0 20-9 20-20s-8.9-20-20-20zM527 143.4c-11 0-20 9-20 20V787.6c0 11 9 20 20 20s20-9 20-20v-624.2c0-11-9-20-20-20zM359.5-56.9c-3.3 0-6.6 0.8-9.7 2.5l-167 92.3c-6.4 3.5-10.4 10.3-10.3 17.6s4.1 14 10.5 17.5l167 89.7c9.7 5.2 21.9 1.6 27.1-8.2s1.6-21.9-8.2-27.1l-134.7-72.3 134.9-74.6c9.7-5.3 13.2-17.5 7.8-27.2-3.6-6.4-10.4-10.2-17.4-10.2zM694.5-56.9c-7 0-13.9 3.7-17.5 10.3-5.3 9.7-1.8 21.8 7.8 27.2l134.9 74.6L685 127.5c-9.7 5.2-13.4 17.3-8.2 27.1s17.3 13.4 27.1 8.2l167-89.7c6.5-3.5 10.5-10.2 10.5-17.5 0-7.3-3.9-14.1-10.3-17.6l-167-92.3c-3-1.8-6.3-2.6-9.6-2.6zM845.7 35.7H215.6c-11 0-20 9-20 20s9 20 20 20h630.1c11 0 20-9 20-20s-9-20-20-20z" horiz-adv-x="1024" />
<glyph glyph-name="bukeshi" unicode="&#59327;" d="M926.996 385.457S729.322 639.034 510.872 639.034c-57.598 0-113.594-17.634-164.83-43.596L214.651 726.83l-45.197-45.197 119.494-119.494C175.66 487.515 97.004 385.457 97.004 385.457S292.426 128.71 510.872 128.71c58.128 0 114.785 18.181 166.639 44.865l131.974-131.974 45.197 45.197-120.338 120.339c113.491 75.504 192.652 178.32 192.652 178.32z m-416.124-199.84c-159.704 0-299.215 148.691-341.438 200.094 24.507 28.765 81.795 91.543 156.779 139.163l83.789-83.789c-9.658-17.014-15.203-36.586-15.203-57.309 0-64.25 53.238-117.485 117.485-117.485 20.722 0 40.295 5.544 57.309 15.203l67.122-67.122c-39.339-17.444-81.82-28.755-125.843-28.755z m62.351 182.641l-74.624 74.624a64.246 64.246 0 0 0 13.685 1.476c34.882 0 62.414-27.539 62.414-62.418 0-4.714-0.519-9.287-1.475-13.682z m-43.952-46.443a63.95 63.95 0 0 0-16.987-2.289c-34.876 0-62.411 27.539-62.411 62.414a63.93 63.93 0 0 0 2.289 16.985l77.109-77.11z m166.242-75.848l-80.787 80.787c9.558 16.947 15.041 36.416 15.041 57.021 0 64.254-53.234 117.488-117.484 117.488-20.606 0-40.076-5.483-57.023-15.043l-70.432 70.432c39.395 17.659 81.946 29.149 126.043 29.149 159.707 0 299.222-148.692 341.441-200.09-24.509-29.839-81.805-92.454-156.799-139.744z" horiz-adv-x="1024" />
<glyph glyph-name="keshi" unicode="&#59328;" d="M926.996 385.457S729.322 639.034 510.872 639.034c-218.446 0-413.868-253.577-413.868-253.577S292.426 128.71 510.872 128.71c218.449 0.001 416.124 256.747 416.124 256.747m-416.124-199.84c-159.704 0-299.215 148.691-341.438 200.094 42.223 49.558 181.734 200.09 341.438 200.09 159.707 0 299.222-148.692 341.441-200.09-42.223-51.403-181.734-200.094-341.441-200.094z m0 0M512.284 501.263c-64.247 0-117.485-53.234-117.485-117.488 0-64.25 53.238-117.485 117.485-117.485 64.25 0 117.484 53.235 117.484 117.485 0 64.254-53.234 117.488-117.484 117.488z m0-181.738c-34.876 0-62.411 27.539-62.411 62.414 0 34.879 27.535 62.418 62.411 62.418 34.882 0 62.414-27.539 62.414-62.418 0-34.875-27.532-62.414-62.414-62.414z m0 0" horiz-adv-x="1024" />
<glyph glyph-name="colum-height" unicode="&#59325;" d="M886.857143 13.714286H137.142857c-5.028571 0-9.142857-4.114286-9.142857-9.142857v-68.571429c0-5.028571 4.114286-9.142857 9.142857-9.142857h749.714286c5.028571 0 9.142857 4.114286 9.142857 9.142857v68.571429c0 5.028571-4.114286 9.142857-9.142857 9.142857z m0 827.428571H137.142857c-5.028571 0-9.142857-4.114286-9.142857-9.142857v-68.571429c0-5.028571 4.114286-9.142857 9.142857-9.142857h749.714286c5.028571 0 9.142857 4.114286 9.142857 9.142857v68.571429c0 5.028571-4.114286 9.142857-9.142857 9.142857zM624.914286 537.142857c6.857143 0 10.742857 8 6.514285 13.371429L516.228571 696.342857a8.16 8.16 0 0 1-12.914285 0L388.114286 550.514286a8.262857 8.262857 0 0 1 6.514285-13.371429H470.857143v-306.285714h-71.771429c-6.857143 0-10.742857-8-6.514285-13.371429l115.2-145.714285c3.314286-4.228571 9.714286-4.228571 12.914285 0l115.2 145.714285c4.228571 5.371429 0.457143 13.371429-6.514285 13.371429H553.142857V537.142857h71.771429z" horiz-adv-x="1024" />
<glyph glyph-name="column-width" unicode="&#59326;" d="M180 720h-60c-4.4 0-8-3.6-8-8v-656c0-4.4 3.6-8 8-8h60c4.4 0 8 3.6 8 8V712c0 4.4-3.6 8-8 8z m724 0h-60c-4.4 0-8-3.6-8-8v-656c0-4.4 3.6-8 8-8h60c4.4 0 8 3.6 8 8V712c0 4.4-3.6 8-8 8zM785.3 391.7L657.7 492.4c-4.7 3.7-11.7 0.4-11.7-5.7V420H378v62.8c0 6-7 9.4-11.7 5.7L238.7 387.7c-3.7-2.9-3.7-8.5 0-11.3l127.5-100.8c4.7-3.7 11.7-0.4 11.7 5.7V348h268v-62.8c0-6 7-9.4 11.7-5.7l127.5 100.8c3.8 2.9 3.8 8.5 0.2 11.4z" horiz-adv-x="1024" />
<glyph glyph-name="chuizhijuzhongduiqi" unicode="&#59314;" d="M486.4 793.6l51.2 0 0-409.6-51.2 0 0 409.6ZM486.4 76.8l51.2 0 0-102.4-51.2 0 0 102.4ZM307.2 691.2l409.6 0 0-256-409.6 0 0 256ZM768 332.8l0-204.8L256 128l0 204.8L768 332.8M819.2 384 204.8 384l0-307.2 614.4 0L819.2 384 819.2 384z" horiz-adv-x="1024" />
<glyph glyph-name="shuipingjuzhongduiqi" unicode="&#59315;" d="M102.4 409.6l102.4 0 0-51.2-102.4 0 0 51.2ZM512 409.6l409.6 0 0-51.2-409.6 0 0 51.2ZM563.2 563.2l256 0 0-358.4-256 0 0 358.4ZM460.8 640l0-512L256 128 256 640 460.8 640M512 691.2 204.8 691.2l0-614.4 307.2 0L512 691.2 512 691.2z" horiz-adv-x="1024" />
<glyph glyph-name="youduiqi" unicode="&#59317;" d="M819.2 793.6l51.2 0 0-819.2-51.2 0 0 819.2ZM358.4 691.2l409.6 0 0-256-409.6 0 0 256ZM716.8 332.8l0-204.8L204.8 128l0 204.8L716.8 332.8M768 384 153.6 384l0-307.2 614.4 0L768 384 768 384z" horiz-adv-x="1024" />
<glyph glyph-name="zuoduiqi" unicode="&#59318;" d="M153.6 793.6l51.2 0 0-819.2-51.2 0 0 819.2ZM256 691.2l409.6 0 0-256-409.6 0 0 256ZM819.2 332.8l0-204.8L307.2 128l0 204.8L819.2 332.8M870.4 384 256 384l0-307.2 614.4 0L870.4 384 870.4 384z" horiz-adv-x="1024" />
<glyph glyph-name="wangye1" unicode="&#59319;" d="M959.488 584.9088c19.968 53.76 28.672 102.6048 26.8288 144.4864C983.8592 775.168 969.4208 812.032 941.8752 840.192 887.5008 894.0544 747.9296 884.6336 593.3056 816.4352a460.0832 460.0832 0 0 1-318.464-97.5872 461.1072 461.1072 0 0 1-160.768-249.1392l-8.192-33.792 21.2992 27.648c56.9344 73.1136 115.0976 126.3616 182.6816 165.7856l-30.0032-30.1056a1055.744 1055.744 0 0 1-154.624-195.1744 925.5936 925.5936 0 0 1-91.3408-194.6624C13.9264 148.6848 3.8912 91.7504 4.5056 44.8512c0.6144-48.8448 12.4928-85.7088 34.4064-107.6224 30.0032-30.1056 70.656-44.4416 121.4464-44.4416 54.9888 0 121.344 18.1248 195.1744 53.76A460.9024 460.9024 0 0 1 996.352 209.408l3.072 9.4208H739.84l-1.8432-3.7888c-33.792-61.952-98.304-100.7616-168.96-100.7616-70.0416 0-135.168 38.8096-168.96 100.7616a197.632 197.632 0 0 0-22.528 84.48h639.5904l0.6144 6.8608a468.1728 468.1728 0 0 1-58.1632 278.528zM132.096 186.2656a457.6256 457.6256 0 0 1 178.3808-216.576c-43.8272-18.7392-82.5344-29.3888-116.3264-31.232-36.352-2.56-63.8976 5.632-82.0224 23.7568-38.1952 38.1952-30.72 118.8864 20.0704 224.0512zM936.3456 620.544a456.192 456.192 0 0 1-84.992 91.9552 439.9104 439.9104 0 0 1-104.5504 64.512c85.7088 33.792 149.504 33.792 182.0672 1.2288 29.3888-29.3888 31.9488-83.8656 7.4752-157.696zM377.4464 431.5136a182.8864 182.8864 0 1 0 364.2368 0H377.4464z" horiz-adv-x="1024" />
<glyph glyph-name="dingbuduiqi" unicode="&#59321;" d="M891.4 714.5c0 17.8-14.6 32.4-32.4 32.4H164.7c-17.8 0-32.4-14.6-32.4-32.4 0-17.8 14.6-32.4 32.4-32.4H859c17.8 0 32.4 14.6 32.4 32.4zM546.1 220.9V585.1c0 16.5 13.5 30 30 30h240c16.5 0 30-13.5 30-30v-364.2c0-16.5-13.5-30-30-30h-240c-16.5 0-30 13.5-30 30zM417.7 555.1v-474.2h-180V555.1h180m30 60h-240c-16.5 0-30-13.5-30-30v-534.2c0-16.5 13.5-30 30-30h240c16.5 0 30 13.5 30 30V585.1c0 16.5-13.5 30-30 30z" horiz-adv-x="1024" />
<glyph glyph-name="dibuduiqi" unicode="&#59322;" d="M891.4 53.3c0-17.8-14.6-32.4-32.4-32.4H164.7c-17.8 0-32.4 14.6-32.4 32.4 0 17.8 14.6 32.4 32.4 32.4H859c17.8 0 32.4-14.6 32.4-32.4zM546.1 546.8v-364.2c0-16.5 13.5-30 30-30h240c16.5 0 30 13.5 30 30V546.8c0 16.5-13.5 30-30 30h-240c-16.5 0-30-13.5-30-30zM417.7 686.8v-474.2h-180V686.8h180m30 60h-240c-16.5 0-30-13.5-30-30v-534.2c0-16.5 13.5-30 30-30h240c16.5 0 30 13.5 30 30V716.8c0 16.5-13.5 30-30 30z" horiz-adv-x="1024" />
<glyph glyph-name="shuipingdengjufenbu" unicode="&#59323;" d="M365.1 638.7V115c0-2.2 1.8-4 4-4h284.4c2.2 0 4 1.8 4 4V638.7c0 2.2-1.8 4-4 4H369.1c-2.2 0-4-1.8-4-4zM631 87.7H391.7c-27.5 0-49.8 22.4-49.8 49.8V616.1c0 27.5 22.4 49.8 49.8 49.8H631c27.5 0 49.8-22.4 49.8-49.8v-478.5c0-27.5-22.3-49.9-49.8-49.9zM391.7 619.4c-1.8 0-3.3-1.5-3.3-3.3v-478.5c0-1.8 1.5-3.3 3.3-3.3H631c1.8 0 3.3 1.5 3.3 3.3V616.1c0 1.8-1.5 3.3-3.3 3.3H391.7zM185.7-65.1c-12.8 0-23.3 10.4-23.3 23.3V808.9c0 12.8 10.4 23.3 23.3 23.3 12.8 0 23.3-10.4 23.3-23.3v-850.7c-0.1-12.9-10.5-23.3-23.3-23.3zM837-65.1c-12.8 0-23.3 10.4-23.3 23.3V808.9c0 12.8 10.4 23.3 23.3 23.3 12.8 0 23.3-10.4 23.3-23.3v-850.7c0-12.9-10.4-23.3-23.3-23.3z" horiz-adv-x="1024" />
<glyph glyph-name="chuizhidengjufenbu" unicode="&#59324;" d="M767.5 530H245.3c-2.2 0-4-1.8-4-4v-283.6c0-2.2 1.8-4 4-4h522.2c2.2 0 4 1.8 4 4V526c0 2.2-1.8 4-4 4zM745 215.2H267.8c-27.4 0-49.7 22.3-49.7 49.7V503.5c0 27.4 22.3 49.7 49.7 49.7H745c27.4 0 49.7-22.3 49.7-49.7v-238.6c0-27.4-22.3-49.7-49.7-49.7zM267.8 506.8c-1.8 0-3.3-1.5-3.3-3.3v-238.6c0-1.8 1.5-3.3 3.3-3.3H745c1.8 0 3.3 1.5 3.3 3.3V503.5c0 1.8-1.5 3.3-3.3 3.3H267.8zM937.2 685.8H88.8c-12.8 0-23.2 10.4-23.2 23.2s10.4 23.2 23.2 23.2h848.3c12.8 0 23.2-10.4 23.2-23.2s-10.3-23.2-23.1-23.2zM937.2 36.3H88.8c-12.8 0-23.2 10.4-23.2 23.2 0 12.8 10.4 23.2 23.2 23.2h848.3c12.8 0 23.2-10.4 23.2-23.2 0.1-12.9-10.3-23.2-23.1-23.2z" horiz-adv-x="1024" />
<glyph glyph-name="youxiang" unicode="&#59313;" d="M872.558 735.939H152.42c-66.384 0-120.022-53.627-120.022-119.879v-464.275c0-66.25 53.638-119.882 120.022-119.882h720.137c66.136 0 120.022 53.632 120.022 119.882V616.06c0 66.252-53.886 119.879-120.022 119.879z m56.008-584.154c0-30.808-25.13-55.875-56.007-55.875H152.422c-30.882 0-56.008 25.066-56.008 55.875V616.06c0 30.75 25.127 55.878 56.008 55.878h720.137c30.878 0 56.007-25.127 56.007-55.878v-464.275zM833.235 519.802L512.49 313.044 191.618 519.802c-14.881 9.501-34.633 5.256-44.258-9.562-9.505-14.874-5.257-34.686 9.625-44.25l338.19-217.887c5.249-3.434 11.315-5.062 17.315-5.062 6.003 0 12.063 1.628 17.316 5.062L867.865 465.99c14.881 9.564 19.196 29.376 9.571 44.25-9.572 14.877-29.51 19.063-44.2 9.562z" horiz-adv-x="1025" />
......@@ -608,7 +752,7 @@ Created by iconfont
<glyph glyph-name="zhuanjiao" unicode="&#59091;" d="M5.625-2.548000000000002c5.742-18.44 104.507-48.91 238.944-50.46 96.335-1.15 208.817 14.525 241.107 47.83 0 0 3.715 12.09-16.145 22.225-29.185 12.225-98.025 36.07-140.587 48.705-3.715 1.155-4.188 1.42-4.188 16.415 0 12.5 5.068 25.135 10.067 35.745 5.47 11.545 11.89 31.005 14.187 48.43 6.552 7.5 15.335 22.365 21.007 50.535 4.932 24.79 2.638 33.91-0.675 42.425-0.402 0.945-0.675 1.76-0.945 2.635-1.35 5.88 0.405 36.14 4.595 59.655 3.04 16.075-0.675 50.395-22.902 78.767-13.985 17.902-40.802 39.925-89.85 43.032l-26.82-0.067c-48.167-3.04-74.987-25.062-89.04-42.965-22.157-28.372-25.872-62.692-22.9-78.767 4.257-23.515 5.945-53.775 4.66-59.45-0.202-1.08-0.54-1.895-0.945-2.84-3.242-8.515-5.537-17.635-0.675-42.425 5.675-28.17 14.457-43.035 21.007-50.535 2.3-17.425 8.782-36.885 14.187-48.43 3.987-8.445 5.812-20 5.812-36.28 0-15.2-0.607-15.34-3.985-16.355-43.98-13.035-114.24-38.37-140.317-49.85C21.227 15.427000000000021 1.775 10.086999999999989 5.625-2.548000000000002zM546.069-2.548000000000002c5.745-18.44 104.51-48.91 238.949-50.46 96.335-1.15 208.814 14.525 241.104 47.83 0 0 3.715 12.09-16.145 22.225-29.185 12.225-98.025 36.07-140.585 48.705-3.715 1.155-4.185 1.42-4.185 16.415 0 12.5 5.065 25.135 10.065 35.745 5.475 11.545 11.89 31.005 14.185 48.43 6.55 7.5 15.335 22.365 21.01 50.535 4.93 24.79 2.635 33.91-0.675 42.425-0.405 0.945-0.675 1.76-0.95 2.635-1.35 5.88 0.41 36.14 4.6 59.655 3.04 16.075-0.675 50.395-22.9 78.767-13.99 17.902-40.81 39.925-89.85 43.032l-26.825-0.067c-48.165-3.04-74.985-25.062-89.035-42.965-22.16-28.372-25.875-62.692-22.905-78.767 4.26-23.515 5.945-53.775 4.665-59.45-0.275-1.08-0.61-1.895-1.015-2.84-3.245-8.515-5.54-17.635-0.675-42.425 5.675-28.17 14.455-43.035 21.005-50.535 2.305-17.425 8.785-36.885 14.19-48.43 3.99-8.445 5.81-20 5.81-36.28 0-15.2-0.61-15.34-3.985-16.355-43.98-13.035-114.24-38.37-140.315-49.85C561.674 15.427000000000021 542.224 10.086999999999989 546.069-2.548000000000002zM775.558 614.308c1.96-6.01 1.55-12.7-1.42-18.577-2.835-5.607-7.835-10.065-14.05-12.227l-185.78-61.88c-12.16-4.055-26.55 2.97-30.605 15.332-4.185 12.567 2.64 26.417 15.34 30.67l130.38 43.507-29.52 14.727c-207.194 122.075-376.559 63.975-443.841-15.942 7.43 13.847 19.317 27.36 44.79 52.962 41.68 41.885 185.912 131.535 420.396 6.417l29.39-14.387-43.03 129.842c-4.26 12.767 2.565 26.482 15.2 30.737 12.29 4.12 26.615-2.972 30.67-15.335L775.558 614.308z" horiz-adv-x="1027" />
<glyph glyph-name="dakaiyanjing" unicode="&#59105;" d="M512 123c-121.5 0-234 45-319.5 130.5L66.5 384l139.5 139.5c171 171 445.5 171 616.5 0L962 384l-130.5-130.5c-85.5-85.5-198-130.5-319.5-130.5zM129.5 384l99-99c76.5-76.5 180-117 283.5-117s211.5 40.5 283.5 117l99 99-108 108c-153 153-400.5 153-553.5 0L129.5 384zM629 465c4.5-4.5 4.5-13.5 4.5-22.5 0-31.5-27-58.5-58.5-58.5S512 411 512 442.5s27 58.5 58.5 58.5c9 0 13.5 0 22.5-4.5-22.5 18-49.5 27-81 27-76.5 0-139.5-63-139.5-139.5s63-139.5 139.5-139.5 139.5 63 139.5 139.5c0 31.5-9 58.5-22.5 81z" horiz-adv-x="1024" />
<glyph glyph-name="dakaiyanjing" unicode="&#59105;" d="M512 105.60000000000002c-129.6 0-249.6 48-340.8 139.2L36.8 384l148.8 148.8c182.4 182.4 475.2 182.4 657.6 0L992 384l-139.2-139.2c-91.2-91.2-211.2-139.2-340.8-139.2zM104 384l105.6-105.6c81.6-81.6 192-124.8 302.4-124.8s225.6 43.2 302.4 124.8l105.6 105.6-115.2 115.2c-163.2 163.2-427.2 163.2-590.4 0L104 384zM636.8 470.4c4.8-4.8 4.8-14.4 4.8-24 0-33.6-28.8-62.4-62.4-62.4S512 412.8 512 446.4s28.8 62.4 62.4 62.4c9.6 0 14.4 0 24-4.8-24 19.2-52.8 28.8-86.4 28.8-81.6 0-148.8-67.2-148.8-148.8s67.2-148.8 148.8-148.8 148.8 67.2 148.8 148.8c0 33.6-9.6 62.4-24 86.4z" horiz-adv-x="1024" />
<glyph glyph-name="dianji" unicode="&#59489;" d="M767.872 445.242c-10.112 0-19.584-1.664-28.851-4.813-0.973 0.512-1.971 0.845-3.021 1.152-17.331 27.725-46.797 44.749-80.026 44.749-11.213 0-22.272-1.869-32.691-5.504-17.152 28.877-47.309 46.643-81.306 46.643-6.093 0-12.083-0.538-17.946-1.613l0 52.403c0 54.605-41.882 97.382-95.36 97.382-54.016 0-97.971-43.674-97.971-97.382l0-257.306-15.053 15.027c-17.459 17.331-41.805 26.906-68.557 26.906-26.931 0-53.069-10.086-69.914-26.957-36.71-36.71-48.947-100.454-5.837-143.59l219.93-218.47c5.043-4.992 10.829-9.549 17.178-13.517 41.267-33.408 90.419-55.578 194.33-55.578 241.51 0 261.734 141.594 261.734 286.643l0 156.39c-0.026 54.656-41.574 97.434-96.64 97.434zM826.138 191.44299999999998c0-140.646-16.461-248.243-223.334-248.243-93.747 0-134.938 18.278-171.085 47.744l-2.202 1.562c-4.224 2.56-7.987 5.453-11.187 8.653l-219.878 218.419c-28.749 28.774-13.875 69.504 5.862 89.242 9.677 9.677 26.061 15.693 42.778 15.693 16.538 0 31.283-5.606 41.472-15.718l80.538-80.256 0 349.773c0 32.538 26.726 58.982 59.571 58.982 31.949 0 56.96-25.907 56.96-58.982l0-111.386 0.486 0.256 0-114.432c0-10.598 8.602-19.2 19.2-19.2s19.2 8.602 19.2 19.2l0 133.453c5.632 1.741 11.418 2.944 17.485 2.944 24.781 0 45.44-15.36 53.888-40.013l2.432-7.117 0-125.67c0-10.598 8.602-19.2 19.2-19.2s19.2 8.602 19.2 19.2l0 128.179c6.221 2.074 12.698 3.482 19.251 3.482 24.781 0 45.414-15.36 53.888-40.013l1.306-3.814 0-125.619c0-10.598 8.602-19.2 19.2-19.2s19.2 8.602 19.2 19.2l0 124.57c6.17 2.278 12.595 3.763 20.378 3.763 32 0 56.141-25.37 56.166-59.034l0-156.416zM271.13 397.549c3.43-2.586 7.475-3.789 11.443-3.789 5.862 0 11.648 2.662 15.411 7.731 6.349 8.525 4.582 20.557-3.942 26.88-51.379 38.246-80.87 96.896-80.87 160.87 0 110.464 89.882 200.371 200.371 200.371 110.49 0 200.397-89.907 200.397-200.371 0-13.414-1.331-26.88-3.968-39.936-2.099-10.394 4.634-20.531 15.027-22.63 10.394-2.022 20.531 4.659 22.63 15.027 3.149 15.539 4.736 31.539 4.736 47.514 0 131.661-107.136 238.771-238.797 238.771s-238.771-107.136-238.771-238.771c0-75.11 36.019-146.765 96.333-191.667z" horiz-adv-x="1024" />
......@@ -794,7 +938,7 @@ Created by iconfont
<glyph glyph-name="fenxiang2" unicode="&#59040;" d="M480.768 457.5232c0-36.864-30.208-67.072-67.072-67.072H175.4112c-36.864 0-67.072 30.208-67.072 67.072V706.048c0 36.864 30.208 67.072 67.072 67.072h238.3872c36.864 0 67.072-30.208 67.072-67.072v-248.5248h-0.1024m0 0zM480.768 32.051199999999994c0-36.864-30.208-67.072-67.072-67.072H175.4112c-36.864 0-67.072 30.208-67.072 67.072V280.47360000000003c0 36.9664 30.208 67.072 67.072 67.072h238.3872c36.864 0 67.072-30.208 67.072-67.072v-248.4224h-0.1024m0 0zM916.48 457.5232c0-36.864-30.208-67.072-67.072-67.072H611.0208c-36.864 0-67.072 30.208-67.072 67.072V706.048c0 36.864 30.208 67.072 67.072 67.072h238.3872c36.864 0 67.072-30.208 67.072-67.072v-248.5248m0 0zM916.48 32.051199999999994c0-36.864-30.208-67.072-67.072-67.072H611.0208c-36.864 0-67.072 30.208-67.072 67.072V280.47360000000003c0 36.864 30.208 67.072 67.072 67.072h238.3872c36.9664 0 67.072-30.208 67.072-67.072v-248.4224m0 0z" horiz-adv-x="1024" />
<glyph glyph-name="code" unicode="&#59041;" d="M306.752 156c-11.328 0-22.752 3.984-31.872 12.096L32 384l256.368 227.904C308.144 629.424 338.48 627.744 356.096 607.9200000000001c17.616-19.824 15.84-50.16-3.984-67.776L176.48 384l162.144-144.096c19.824-17.616 21.6-47.952 3.984-67.776C333.152 161.42399999999998 319.952 156 306.752 156zM736.112 156.096L992.48 384l-242.88 215.904c-19.824 17.616-50.16 15.84-67.728-3.984-17.616-19.824-15.84-50.16 3.984-67.776L848 384l-175.632-156.096c-19.824-17.616-21.6-47.952-3.984-67.776C677.84 149.42399999999998 691.04 144 704.24 144 715.568 144 726.992 147.98400000000004 736.112 156.096zM511.568 88.08000000000004l96 576c4.368 26.16-13.296 50.88-39.456 55.248-26.256 4.416-50.928-13.296-55.2-39.456l-96-576c-4.368-26.16 13.296-50.88 39.456-55.248C459.056 48.19200000000001 461.648 48 464.288 48 487.328 48 507.68 64.65599999999995 511.568 88.08000000000004z" horiz-adv-x="1025" />
<glyph glyph-name="code" unicode="&#59041;" d="M293.0688 140.79999999999995c-12.0832 0-24.2688 4.2496-33.9968 12.9024L0 384l273.4592 243.0976C294.5536 645.7855999999999 326.912 643.9936 345.7024 622.848c18.7904-21.1456 16.896-53.504-4.2496-72.2944L154.112 384l172.9536-153.7024c21.1456-18.7904 23.04-51.1488 4.2496-72.2944C321.2288 146.5856 307.1488 140.79999999999995 293.0688 140.79999999999995zM751.0528 140.90239999999994L1024.512 384l-259.072 230.2976c-21.1456 18.7904-53.504 16.896-72.2432-4.2496-18.7904-21.1456-16.896-53.504 4.2496-72.2944L870.4 384l-187.3408-166.5024c-21.1456-18.7904-23.04-51.1488-4.2496-72.2944C688.896 133.78560000000004 702.976 128 717.056 128 729.1392 128 741.3248 132.2496 751.0528 140.90239999999994zM511.5392 68.35199999999998l102.4 614.4c4.6592 27.904-14.1824 54.272-42.0864 58.9312-28.0064 4.7104-54.3232-14.1824-58.88-42.0864l-102.4-614.4c-4.6592-27.904 14.1824-54.272 42.0864-58.9312C455.5264 25.8048 458.2912 25.600000000000023 461.1072 25.600000000000023 485.6832 25.600000000000023 507.392 43.3664 511.5392 68.35199999999998z" horiz-adv-x="1025" />
<glyph glyph-name="yingyong" unicode="&#59269;" d="M701.953 832.979H322.715c-57.135 0-103.428-46.325-103.428-103.424v-689.492c0-57.099 46.294-103.425 103.428-103.425h379.237c57.135 0 103.429 46.326 103.429 103.426v689.49c0 57.098-46.294 103.424-103.428 103.425zM477.856 798.504h68.954c9.527 0 17.237-7.71 17.237-17.237 0-9.527-7.71-17.237-17.238-17.237h-68.953c-9.526 0-17.237 7.71-17.237 17.237 0 9.527 7.711 17.237 17.237 17.237z m34.477-819.749c-24.342 0-44.071 19.729-44.071 44.07 0 24.34 19.73 44.07 44.071 44.07 24.342 0 44.072-19.73 44.072-44.07 0-24.342-19.73-44.069-44.072-44.07z m224.093 147.493c0-9.527-7.709-17.236-17.237-17.236H305.477c-9.528 0-17.239 7.709-17.239 17.236V712.317c0 9.527 7.711 17.237 17.239 17.237h413.712c9.528 0 17.237-7.711 17.237-17.237v-586.069z" horiz-adv-x="1024" />
......
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