feat:初始化 -融骅

This commit is contained in:
2023-10-17 09:15:30 +08:00
parent c9ff84e6a2
commit 405e152b38
1190 changed files with 138344 additions and 455 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

BIN
serve/tf/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

539
serve/tf/font/demo.css Normal file
View File

@@ -0,0 +1,539 @@
/* 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;
}

File diff suppressed because it is too large Load Diff

485
serve/tf/font/iconfont.css Normal file
View File

@@ -0,0 +1,485 @@
@font-face {
font-family: "iconfont"; /* Project id 3739288 */
src: url('iconfont.ttf?t=1684825215477') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.i-cai:before {
content: "\e654";
}
.i-zan:before {
content: "\e6d0";
}
.i-xls:before {
content: "\e63c";
}
.i-shipin:before {
content: "\e63d";
}
.i-yinyue:before {
content: "\e63e";
}
.i-ppt:before {
content: "\e63f";
}
.i-pptx:before {
content: "\e640";
}
.i-xlsx:before {
content: "\e643";
}
.i-tupiao:before {
content: "\e64e";
}
.i-doc:before {
content: "\e650";
}
.i-docx:before {
content: "\e651";
}
.i-pdf:before {
content: "\e653";
}
.i-wenjianjia:before {
content: "\e64d";
}
.i-pingjia:before {
content: "\e63a";
}
.i-kaoheceping:before {
content: "\e63b";
}
.i-zanting:before {
content: "\e693";
}
.i-bofang:before {
content: "\e733";
}
.i-xitongguanli:before {
content: "\e683";
}
.i-zaixiankecheng:before {
content: "\e639";
}
.i-zaixianjiaoxue:before {
content: "\e66b";
}
.i-ksrk-mnks:before {
content: "\e637";
}
.i-dao-hang:before {
content: "\e635";
}
.i-dbsy-twdn:before {
content: "\e689";
}
.i-csrk-ctgg:before {
content: "\e652";
}
.i-dbsy-sjpg:before {
content: "\e62d";
}
.i-dbsy-zbsk:before {
content: "\e633";
}
.i-ksrk-sczy:before {
content: "\e627";
}
.i-ksrk-kcgl:before {
content: "\e628";
}
.i-ksrk-tjst:before {
content: "\e62b";
}
.i-ksrk-jlsj:before {
content: "\e664";
}
.i-ksrk-cjzb:before {
content: "\e62c";
}
.i-bg-upload:before {
content: "\e64b";
}
.i-lock:before {
content: "\e6c3";
}
.i-user:before {
content: "\e73f";
}
.i-logo:before {
content: "\e64a";
}
.i-zy-folder:before {
content: "\e85e";
}
.i-j-ksap-bianji2:before {
content: "\ec7c";
}
.i-x-ctgg-gonggulianxi:before {
content: "\e626";
}
.i-h-sczy-cuowu:before {
content: "\e68d";
}
.i-h-sczy-wancheng:before {
content: "\e625";
}
.i-h-yhgl-shoujitianchong:before {
content: "\e6b9";
}
.i-h-yhgl-farenshenfenzheng:before {
content: "\e621";
}
.i-h-yhgl-gender:before {
content: "\e6d7";
}
.i-h-yhgl-pipeizhiwei:before {
content: "\e624";
}
.i-h-yhgl-zuzhijiagoujiekou:before {
content: "\e89a";
}
.i-h-yhgl-wo:before {
content: "\e636";
}
.i-h-yhgl-youxiang:before {
content: "\e62f";
}
.i-h-jsgl-duoren:before {
content: "\e6d6";
}
.i-x-wdkk-shijian:before {
content: "\e638";
}
.i-x-wdkk-jxxx:before {
content: "\e72d";
}
.i-x-wdkk-tongji:before {
content: "\e65b";
}
.i-x-wdkk-jiangshi:before {
content: "\e660";
}
.i-x-wdkk-kaishixuexi:before {
content: "\e64f";
}
.i-x-kskk-biaoji:before {
content: "\e672";
}
.i-x-zxks-canjiakaoshi:before {
content: "\e61f";
}
.i-j-kcgl--zuo:before {
content: "\e62a";
}
.i-j-hfzb--playCircle:before {
content: "\ea82";
}
.i-j-jxzb-yuan:before {
content: "\e629";
}
.i-j-jxzb-checkin:before {
content: "\e61e";
}
.i-j-jxzb-wenzi:before {
content: "\e6ed";
}
.i-j-jxzb-juxing:before {
content: "\e620";
}
.i-j-jxzb-shanchu:before {
content: "\e8b6";
}
.i-j-jxzb-chexiao:before {
content: "\e641";
}
.i-j-jxzb-xiangpi:before {
content: "\e622";
}
.i-j-jxzb-line:before {
content: "\e6bb";
}
.i-j-jxzb-quanping:before {
content: "\e61c";
}
.i-j-jxzb-nuanchang:before {
content: "\e666";
}
.i-j-jxzb-datika:before {
content: "\e631";
}
.i-j-jxzb-yangshengqi:before {
content: "\e619";
}
.i-j-jxzb-diannao:before {
content: "\e61b";
}
.i-j-jxzb--shiping:before {
content: "\e62e";
}
.i-j-jxzb-maikefeng:before {
content: "\e64c";
}
.i-j-jxzb-kejian:before {
content: "\e659";
}
.i-j-jxzb-baiban:before {
content: "\e61d";
}
.i-mima:before {
content: "\e617";
}
.i-caidan:before {
content: "\e7af";
}
.i-zy-lb:before {
content: "\e616";
}
.i-zy-slt:before {
content: "\e675";
}
.i-zy-sj-d:before {
content: "\e647";
}
.i-zy-sj:before {
content: "\e648";
}
.i-zy-sj-u:before {
content: "\e649";
}
.i-tb-tuichudenglu:before {
content: "\e6ec";
}
.i-zy-dx:before {
content: "\e644";
}
.i-zy-dx-u:before {
content: "\e645";
}
.i-zy-dx-d:before {
content: "\e646";
}
.i-j-zblb-huifang:before {
content: "\e618";
}
.i-j-rypj-xiazai:before {
content: "\e856";
}
.i-j-rypj-kaishi:before {
content: "\e614";
}
.i-j-rypj-zhongxin:before {
content: "\e615";
}
.i-j-rgpj-xiangqing:before {
content: "\e634";
}
.i-j-fbks-rili:before {
content: "\e73d";
}
.i-j-fbks-yulan:before {
content: "\e642";
}
.i-j-ksap-shanchu:before {
content: "\e68c";
}
.i-j-ksap-bianji:before {
content: "\e6d4";
}
.i-j-ksap-renyuan:before {
content: "\e61a";
}
.i-j-ksap-fuzhi:before {
content: "\e632";
}
.i-j-fbks-pingyu:before {
content: "\e623";
}
.i-x-ktbj-tianjia:before {
content: "\e630";
}
.i-x-ktbj-add-plus-circle:before {
content: "\e600";
}
.i-x-ktbj-close-circle:before {
content: "\e601";
}
.i-x-ktbj-double-quotes-left:before {
content: "\e602";
}
.i-x-ktbj-clean:before {
content: "\e603";
}
.i-x-ktbj-bold:before {
content: "\e604";
}
.i-x-ktbj-image:before {
content: "\e605";
}
.i-x-ktbj-italic:before {
content: "\e606";
}
.i-x-ktbj-paperclip-attechment-tilt:before {
content: "\e607";
}
.i-x-ktbj-move-vertical:before {
content: "\e608";
}
.i-x-ktbj-redo:before {
content: "\e609";
}
.i-x-ktbj-underline:before {
content: "\e60a";
}
.i-x-ktbj-text-align-justify:before {
content: "\e60b";
}
.i-x-ktbj-table-remove:before {
content: "\e60c";
}
.i-x-ktbj-text-align-left:before {
content: "\e60d";
}
.i-x-ktbj-list-checked:before {
content: "\e60e";
}
.i-x-ktbj-move-horizontal:before {
content: "\e60f";
}
.i-x-ktbj-text-align-right:before {
content: "\e610";
}
.i-x-ktbj-bg-color:before {
content: "\e611";
}
.i-x-ktbj-painter:before {
content: "\e612";
}
.i-x-ktbj-font-color:before {
content: "\e613";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

835
serve/tf/font/iconfont.json Normal file
View File

@@ -0,0 +1,835 @@
{
"id": "3739288",
"name": "怀励",
"font_family": "iconfont",
"css_prefix_text": "i-",
"description": "",
"glyphs": [
{
"icon_id": "22533620",
"name": "踩",
"font_class": "cai",
"unicode": "e654",
"unicode_decimal": 58964
},
{
"icon_id": "18372382",
"name": "赞",
"font_class": "zan",
"unicode": "e6d0",
"unicode_decimal": 59088
},
{
"icon_id": "34364736",
"name": "XLS",
"font_class": "xls",
"unicode": "e63c",
"unicode_decimal": 58940
},
{
"icon_id": "34364737",
"name": "shipin",
"font_class": "shipin",
"unicode": "e63d",
"unicode_decimal": 58941
},
{
"icon_id": "34364738",
"name": "yinyue",
"font_class": "yinyue",
"unicode": "e63e",
"unicode_decimal": 58942
},
{
"icon_id": "34364739",
"name": "PPT",
"font_class": "ppt",
"unicode": "e63f",
"unicode_decimal": 58943
},
{
"icon_id": "34364740",
"name": "pptx",
"font_class": "pptx",
"unicode": "e640",
"unicode_decimal": 58944
},
{
"icon_id": "34364741",
"name": "XLSX",
"font_class": "xlsx",
"unicode": "e643",
"unicode_decimal": 58947
},
{
"icon_id": "34364742",
"name": "tupiao",
"font_class": "tupiao",
"unicode": "e64e",
"unicode_decimal": 58958
},
{
"icon_id": "34364743",
"name": "DOC",
"font_class": "doc",
"unicode": "e650",
"unicode_decimal": 58960
},
{
"icon_id": "34364744",
"name": "DOCX",
"font_class": "docx",
"unicode": "e651",
"unicode_decimal": 58961
},
{
"icon_id": "34364745",
"name": "PDF",
"font_class": "pdf",
"unicode": "e653",
"unicode_decimal": 58963
},
{
"icon_id": "5121520",
"name": "文件夹",
"font_class": "wenjianjia",
"unicode": "e64d",
"unicode_decimal": 58957
},
{
"icon_id": "2570060",
"name": "评价",
"font_class": "pingjia",
"unicode": "e63a",
"unicode_decimal": 58938
},
{
"icon_id": "2080134",
"name": "学生考核",
"font_class": "kaoheceping",
"unicode": "e63b",
"unicode_decimal": 58939
},
{
"icon_id": "7156146",
"name": "暂停",
"font_class": "zanting",
"unicode": "e693",
"unicode_decimal": 59027
},
{
"icon_id": "7712700",
"name": "play3",
"font_class": "bofang",
"unicode": "e733",
"unicode_decimal": 59187
},
{
"icon_id": "7001721",
"name": "系统管理",
"font_class": "xitongguanli",
"unicode": "e683",
"unicode_decimal": 59011
},
{
"icon_id": "10359983",
"name": "行政班课程",
"font_class": "zaixiankecheng",
"unicode": "e639",
"unicode_decimal": 58937
},
{
"icon_id": "12842687",
"name": "w_教学",
"font_class": "zaixianjiaoxue",
"unicode": "e66b",
"unicode_decimal": 58987
},
{
"icon_id": "6606711",
"name": "考试-选中",
"font_class": "ksrk-mnks",
"unicode": "e637",
"unicode_decimal": 58935
},
{
"icon_id": "8765227",
"name": "导航",
"font_class": "dao-hang",
"unicode": "e635",
"unicode_decimal": 58933
},
{
"icon_id": "23787412",
"name": "icon_专家答疑",
"font_class": "dbsy-twdn",
"unicode": "e689",
"unicode_decimal": 59017
},
{
"icon_id": "683271",
"name": "错题",
"font_class": "csrk-ctgg",
"unicode": "e652",
"unicode_decimal": 58962
},
{
"icon_id": "1119",
"name": "编辑文件",
"font_class": "dbsy-sjpg",
"unicode": "e62d",
"unicode_decimal": 58925
},
{
"icon_id": "1312045",
"name": "讲师-01",
"font_class": "dbsy-zbsk",
"unicode": "e633",
"unicode_decimal": 58931
},
{
"icon_id": "534146",
"name": "添加学员",
"font_class": "ksrk-sczy",
"unicode": "e627",
"unicode_decimal": 58919
},
{
"icon_id": "7384771",
"name": "课程管理",
"font_class": "ksrk-kcgl",
"unicode": "e628",
"unicode_decimal": 58920
},
{
"icon_id": "7409743",
"name": "添加",
"font_class": "ksrk-tjst",
"unicode": "e62b",
"unicode_decimal": 58923
},
{
"icon_id": "7450633",
"name": "试卷",
"font_class": "ksrk-jlsj",
"unicode": "e664",
"unicode_decimal": 58980
},
{
"icon_id": "11125636",
"name": "直播",
"font_class": "ksrk-cjzb",
"unicode": "e62c",
"unicode_decimal": 58924
},
{
"icon_id": "11882898",
"name": "bg-upload",
"font_class": "bg-upload",
"unicode": "e64b",
"unicode_decimal": 58955
},
{
"icon_id": "1261902",
"name": "lock",
"font_class": "lock",
"unicode": "e6c3",
"unicode_decimal": 59075
},
{
"icon_id": "7712744",
"name": "username",
"font_class": "user",
"unicode": "e73f",
"unicode_decimal": 59199
},
{
"icon_id": "33792800",
"name": "logo",
"font_class": "logo",
"unicode": "e64a",
"unicode_decimal": 58954
},
{
"icon_id": "4936624",
"name": "folder-open-fill",
"font_class": "zy-folder",
"unicode": "e85e",
"unicode_decimal": 59486
},
{
"icon_id": "6194670",
"name": "编辑色块",
"font_class": "j-ksap-bianji2",
"unicode": "ec7c",
"unicode_decimal": 60540
},
{
"icon_id": "17990793",
"name": "日志",
"font_class": "x-ctgg-gonggulianxi",
"unicode": "e626",
"unicode_decimal": 58918
},
{
"icon_id": "1546560",
"name": "错误",
"font_class": "h-sczy-cuowu",
"unicode": "e68d",
"unicode_decimal": 59021
},
{
"icon_id": "12706085",
"name": "完成",
"font_class": "h-sczy-wancheng",
"unicode": "e625",
"unicode_decimal": 58917
},
{
"icon_id": "151393",
"name": "手机_填充",
"font_class": "h-yhgl-shoujitianchong",
"unicode": "e6b9",
"unicode_decimal": 59065
},
{
"icon_id": "741875",
"name": "法人身份证",
"font_class": "h-yhgl-farenshenfenzheng",
"unicode": "e621",
"unicode_decimal": 58913
},
{
"icon_id": "1016750",
"name": "性别",
"font_class": "h-yhgl-gender",
"unicode": "e6d7",
"unicode_decimal": 59095
},
{
"icon_id": "1189644",
"name": "匹配职位-填充",
"font_class": "h-yhgl-pipeizhiwei",
"unicode": "e624",
"unicode_decimal": 58916
},
{
"icon_id": "1727361",
"name": "24组织架构、接口",
"font_class": "h-yhgl-zuzhijiagoujiekou",
"unicode": "e89a",
"unicode_decimal": 59546
},
{
"icon_id": "3996231",
"name": "我",
"font_class": "h-yhgl-wo",
"unicode": "e636",
"unicode_decimal": 58934
},
{
"icon_id": "7084886",
"name": "邮箱",
"font_class": "h-yhgl-youxiang",
"unicode": "e62f",
"unicode_decimal": 58927
},
{
"icon_id": "139829",
"name": "群组多人",
"font_class": "h-jsgl-duoren",
"unicode": "e6d6",
"unicode_decimal": 59094
},
{
"icon_id": "1305122",
"name": "时间",
"font_class": "x-wdkk-shijian",
"unicode": "e638",
"unicode_decimal": 58936
},
{
"icon_id": "1615639",
"name": "时间",
"font_class": "x-wdkk-jxxx",
"unicode": "e72d",
"unicode_decimal": 59181
},
{
"icon_id": "6548552",
"name": "统计",
"font_class": "x-wdkk-tongji",
"unicode": "e65b",
"unicode_decimal": 58971
},
{
"icon_id": "7450609",
"name": "讲师",
"font_class": "x-wdkk-jiangshi",
"unicode": "e660",
"unicode_decimal": 58976
},
{
"icon_id": "11490910",
"name": "自主学习",
"font_class": "x-wdkk-kaishixuexi",
"unicode": "e64f",
"unicode_decimal": 58959
},
{
"icon_id": "167204",
"name": "标记",
"font_class": "x-kskk-biaoji",
"unicode": "e672",
"unicode_decimal": 58994
},
{
"icon_id": "12791710",
"name": "考试",
"font_class": "x-zxks-canjiakaoshi",
"unicode": "e61f",
"unicode_decimal": 58911
},
{
"icon_id": "11227034",
"name": "5-左4",
"font_class": "j-kcgl--zuo",
"unicode": "e62a",
"unicode_decimal": 58922
},
{
"icon_id": "7594157",
"name": "24gf-playCircle",
"font_class": "j-hfzb--playCircle",
"unicode": "ea82",
"unicode_decimal": 60034
},
{
"icon_id": "1159905",
"name": "圆",
"font_class": "j-jxzb-yuan",
"unicode": "e629",
"unicode_decimal": 58921
},
{
"icon_id": "3207736",
"name": "笔",
"font_class": "j-jxzb-checkin",
"unicode": "e61e",
"unicode_decimal": 58910
},
{
"icon_id": "4890393",
"name": "文字",
"font_class": "j-jxzb-wenzi",
"unicode": "e6ed",
"unicode_decimal": 59117
},
{
"icon_id": "10048835",
"name": "矩形",
"font_class": "j-jxzb-juxing",
"unicode": "e620",
"unicode_decimal": 58912
},
{
"icon_id": "11372693",
"name": "删除",
"font_class": "j-jxzb-shanchu",
"unicode": "e8b6",
"unicode_decimal": 59574
},
{
"icon_id": "18863165",
"name": "撤销",
"font_class": "j-jxzb-chexiao",
"unicode": "e641",
"unicode_decimal": 58945
},
{
"icon_id": "19378103",
"name": "橡皮",
"font_class": "j-jxzb-xiangpi",
"unicode": "e622",
"unicode_decimal": 58914
},
{
"icon_id": "26525862",
"name": "直线",
"font_class": "j-jxzb-line",
"unicode": "e6bb",
"unicode_decimal": 59067
},
{
"icon_id": "7533288",
"name": "全屏",
"font_class": "j-jxzb-quanping",
"unicode": "e61c",
"unicode_decimal": 58908
},
{
"icon_id": "1297888",
"name": "操作_氛围灯",
"font_class": "j-jxzb-nuanchang",
"unicode": "e666",
"unicode_decimal": 58982
},
{
"icon_id": "23344700",
"name": "答题卡",
"font_class": "j-jxzb-datika",
"unicode": "e631",
"unicode_decimal": 58929
},
{
"icon_id": "1010",
"name": "扬声器",
"font_class": "j-jxzb-yangshengqi",
"unicode": "e619",
"unicode_decimal": 58905
},
{
"icon_id": "715831",
"name": "电脑",
"font_class": "j-jxzb-diannao",
"unicode": "e61b",
"unicode_decimal": 58907
},
{
"icon_id": "1464111",
"name": "摄像头",
"font_class": "j-jxzb--shiping",
"unicode": "e62e",
"unicode_decimal": 58926
},
{
"icon_id": "2570115",
"name": "麦克风",
"font_class": "j-jxzb-maikefeng",
"unicode": "e64c",
"unicode_decimal": 58956
},
{
"icon_id": "6526149",
"name": "课件-填充",
"font_class": "j-jxzb-kejian",
"unicode": "e659",
"unicode_decimal": 58969
},
{
"icon_id": "13397099",
"name": "白板",
"font_class": "j-jxzb-baiban",
"unicode": "e61d",
"unicode_decimal": 58909
},
{
"icon_id": "1249063",
"name": "密码",
"font_class": "mima",
"unicode": "e617",
"unicode_decimal": 58903
},
{
"icon_id": "6129225",
"name": "184会员",
"font_class": "caidan",
"unicode": "e7af",
"unicode_decimal": 59311
},
{
"icon_id": "2945759",
"name": "菜单配置",
"font_class": "zy-lb",
"unicode": "e616",
"unicode_decimal": 58902
},
{
"icon_id": "29522599",
"name": "10D菜单",
"font_class": "zy-slt",
"unicode": "e675",
"unicode_decimal": 58997
},
{
"icon_id": "33181176",
"name": "time-asc",
"font_class": "zy-sj-d",
"unicode": "e647",
"unicode_decimal": 58951
},
{
"icon_id": "33181177",
"name": "time",
"font_class": "zy-sj",
"unicode": "e648",
"unicode_decimal": 58952
},
{
"icon_id": "33181178",
"name": "time-desc",
"font_class": "zy-sj-u",
"unicode": "e649",
"unicode_decimal": 58953
},
{
"icon_id": "16322580",
"name": "关机",
"font_class": "tb-tuichudenglu",
"unicode": "e6ec",
"unicode_decimal": 59116
},
{
"icon_id": "33181099",
"name": "size",
"font_class": "zy-dx",
"unicode": "e644",
"unicode_decimal": 58948
},
{
"icon_id": "33181100",
"name": "size-asc",
"font_class": "zy-dx-u",
"unicode": "e645",
"unicode_decimal": 58949
},
{
"icon_id": "33181101",
"name": "size-desc",
"font_class": "zy-dx-d",
"unicode": "e646",
"unicode_decimal": 58950
},
{
"icon_id": "11206682",
"name": "回放",
"font_class": "j-zblb-huifang",
"unicode": "e618",
"unicode_decimal": 58904
},
{
"icon_id": "24859980",
"name": "下载-文件下载-16",
"font_class": "j-rypj-xiazai",
"unicode": "e856",
"unicode_decimal": 59478
},
{
"icon_id": "3513169",
"name": "未开始",
"font_class": "j-rypj-kaishi",
"unicode": "e614",
"unicode_decimal": 58900
},
{
"icon_id": "3640208",
"name": "重新上报",
"font_class": "j-rypj-zhongxin",
"unicode": "e615",
"unicode_decimal": 58901
},
{
"icon_id": "4996801",
"name": "详情",
"font_class": "j-rgpj-xiangqing",
"unicode": "e634",
"unicode_decimal": 58932
},
{
"icon_id": "854959",
"name": "日历",
"font_class": "j-fbks-rili",
"unicode": "e73d",
"unicode_decimal": 59197
},
{
"icon_id": "1440924",
"name": "预览",
"font_class": "j-fbks-yulan",
"unicode": "e642",
"unicode_decimal": 58946
},
{
"icon_id": "145719",
"name": "删除_填充",
"font_class": "j-ksap-shanchu",
"unicode": "e68c",
"unicode_decimal": 59020
},
{
"icon_id": "297678",
"name": "文本编辑_填充",
"font_class": "j-ksap-bianji",
"unicode": "e6d4",
"unicode_decimal": 59092
},
{
"icon_id": "13014641",
"name": "人员",
"font_class": "j-ksap-renyuan",
"unicode": "e61a",
"unicode_decimal": 58906
},
{
"icon_id": "695134",
"name": "复制",
"font_class": "j-ksap-fuzhi",
"unicode": "e632",
"unicode_decimal": 58930
},
{
"icon_id": "31953494",
"name": "icon_评语填写",
"font_class": "j-fbks-pingyu",
"unicode": "e623",
"unicode_decimal": 58915
},
{
"icon_id": "7029937",
"name": "添加",
"font_class": "x-ktbj-tianjia",
"unicode": "e630",
"unicode_decimal": 58928
},
{
"icon_id": "27468982",
"name": "add-plus-circle",
"font_class": "x-ktbj-add-plus-circle",
"unicode": "e600",
"unicode_decimal": 58880
},
{
"icon_id": "27468984",
"name": "close-circle",
"font_class": "x-ktbj-close-circle",
"unicode": "e601",
"unicode_decimal": 58881
},
{
"icon_id": "27468986",
"name": "double-quotes-left",
"font_class": "x-ktbj-double-quotes-left",
"unicode": "e602",
"unicode_decimal": 58882
},
{
"icon_id": "27468997",
"name": "clean",
"font_class": "x-ktbj-clean",
"unicode": "e603",
"unicode_decimal": 58883
},
{
"icon_id": "27469003",
"name": "bold",
"font_class": "x-ktbj-bold",
"unicode": "e604",
"unicode_decimal": 58884
},
{
"icon_id": "27469006",
"name": "image",
"font_class": "x-ktbj-image",
"unicode": "e605",
"unicode_decimal": 58885
},
{
"icon_id": "27469007",
"name": "italic",
"font_class": "x-ktbj-italic",
"unicode": "e606",
"unicode_decimal": 58886
},
{
"icon_id": "27469023",
"name": "paperclip-attechment-tilt",
"font_class": "x-ktbj-paperclip-attechment-tilt",
"unicode": "e607",
"unicode_decimal": 58887
},
{
"icon_id": "27469025",
"name": "move-vertical",
"font_class": "x-ktbj-move-vertical",
"unicode": "e608",
"unicode_decimal": 58888
},
{
"icon_id": "27469030",
"name": "redo",
"font_class": "x-ktbj-redo",
"unicode": "e609",
"unicode_decimal": 58889
},
{
"icon_id": "27469031",
"name": "underline",
"font_class": "x-ktbj-underline",
"unicode": "e60a",
"unicode_decimal": 58890
},
{
"icon_id": "27469055",
"name": "text-align-justify",
"font_class": "x-ktbj-text-align-justify",
"unicode": "e60b",
"unicode_decimal": 58891
},
{
"icon_id": "27469061",
"name": "table-remove",
"font_class": "x-ktbj-table-remove",
"unicode": "e60c",
"unicode_decimal": 58892
},
{
"icon_id": "27469062",
"name": "text-align-left",
"font_class": "x-ktbj-text-align-left",
"unicode": "e60d",
"unicode_decimal": 58893
},
{
"icon_id": "27469066",
"name": "list-checked",
"font_class": "x-ktbj-list-checked",
"unicode": "e60e",
"unicode_decimal": 58894
},
{
"icon_id": "27469067",
"name": "move-horizontal",
"font_class": "x-ktbj-move-horizontal",
"unicode": "e60f",
"unicode_decimal": 58895
},
{
"icon_id": "27469070",
"name": "text-align-right",
"font_class": "x-ktbj-text-align-right",
"unicode": "e610",
"unicode_decimal": 58896
},
{
"icon_id": "27469082",
"name": "bg-color",
"font_class": "x-ktbj-bg-color",
"unicode": "e611",
"unicode_decimal": 58897
},
{
"icon_id": "27469087",
"name": "painter",
"font_class": "x-ktbj-painter",
"unicode": "e612",
"unicode_decimal": 58898
},
{
"icon_id": "27469094",
"name": "font-color",
"font_class": "x-ktbj-font-color",
"unicode": "e613",
"unicode_decimal": 58899
}
]
}

BIN
serve/tf/font/iconfont.ttf Normal file

Binary file not shown.

2
serve/tf/index.html Normal file
View File

@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en" class="beauty-scroll"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.ico"><title>Admin</title><link href="static/css/chunk-19400648.7ce87d8b.css" rel="prefetch"><link href="static/css/chunk-3b4e252e.2db9e46c.css" rel="prefetch"><link href="static/css/chunk-488247af.7ce87d8b.css" rel="prefetch"><link href="static/css/chunk-580ca977.06a65142.css" rel="prefetch"><link href="static/css/chunk-6a5b4dbe.f777d6be.css" rel="prefetch"><link href="static/css/chunk-75e685f5.7ce87d8b.css" rel="prefetch"><link href="static/css/chunk-7a26dadf.ae432fdf.css" rel="prefetch"><link href="static/css/chunk-98971e2c.a23f5c8d.css" rel="prefetch"><link href="static/js/chunk-19400648.05b336fb.js" rel="prefetch"><link href="static/js/chunk-2d0f0f76.678638ec.js" rel="prefetch"><link href="static/js/chunk-3b4e252e.63a4c246.js" rel="prefetch"><link href="static/js/chunk-488247af.833d2082.js" rel="prefetch"><link href="static/js/chunk-580ca977.fadf558e.js" rel="prefetch"><link href="static/js/chunk-6a5b4dbe.21157920.js" rel="prefetch"><link href="static/js/chunk-75e685f5.72a01e0a.js" rel="prefetch"><link href="static/js/chunk-7a26dadf.e80e6a6f.js" rel="prefetch"><link href="static/js/chunk-83a57bd6.1aba2685.js" rel="prefetch"><link href="static/js/chunk-98971e2c.256bbe91.js" rel="prefetch"><link href="static/css/app.79cf2c9e.css" rel="preload" as="style"><link href="static/css/chunk-vendors.dbcdfda1.css" rel="preload" as="style"><link href="static/js/app.dee09f7c.js" rel="preload" as="script"><link href="static/js/chunk-vendors.ac44f027.js" rel="preload" as="script"><link href="static/css/chunk-vendors.dbcdfda1.css" rel="stylesheet"><link href="static/css/app.79cf2c9e.css" rel="stylesheet"></head><link rel="stylesheet" href="./font/iconfont.css"><body><noscript><strong>We're sorry but vue-antd-admin doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="popContainer" class="beauty-scroll" style="height: 100vh; overflow-y: scroll"><div id="app"></div></div><script src="static/js/chunk-vendors.ac44f027.js"></script><script src="static/js/app.dee09f7c.js"></script></body></html><script>const FILE_BASE_URL = 'http://192.168.2.99:3000/'
const MODEL_UPLOAD_URL = 'http://192.168.2.3:5980/'</script><style></style>

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -0,0 +1 @@
.week-mode[data-v-10ee62ea]{overflow:hidden;-webkit-filter:invert(80%);filter:invert(80%)}.beauty-scroll[data-v-10ee62ea]{scrollbar-color:#13c2c2 #b5f5ec;scrollbar-width:thin;-ms-overflow-style:none;position:relative}.beauty-scroll[data-v-10ee62ea]::-webkit-scrollbar{width:3px;height:1px}.beauty-scroll[data-v-10ee62ea]::-webkit-scrollbar-thumb{border-radius:3px;background:#13c2c2}.beauty-scroll[data-v-10ee62ea]::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0);border-radius:3px;background:#87e8de}.split-right[data-v-10ee62ea]:not(:last-child){border-right:1px solid rgba(98,98,98,.2)}.disabled[data-v-10ee62ea]{cursor:not-allowed;color:rgba(0,0,0,.25);pointer-events:none}#nprogress[data-v-10ee62ea]{pointer-events:none}#nprogress .bar[data-v-10ee62ea]{background:#13c2c2;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg[data-v-10ee62ea]{display:block;position:absolute;right:0;width:100px;height:100%;-webkit-box-shadow:0 0 10px #13c2c2,0 0 5px #13c2c2;box-shadow:0 0 10px #13c2c2,0 0 5px #13c2c2;opacity:1;-webkit-transform:rotate(3deg) translateY(-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner[data-v-10ee62ea]{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon[data-v-10ee62ea]{width:18px;height:18px;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid transparent;border-top-color:#13c2c2;border-left-color:#13c2c2;border-radius:50%;-webkit-animation:nprogress-spinner-10ee62ea .4s linear infinite;animation:nprogress-spinner-10ee62ea .4s linear infinite}.nprogress-custom-parent[data-v-10ee62ea]{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar[data-v-10ee62ea],.nprogress-custom-parent #nprogress .spinner[data-v-10ee62ea]{position:absolute}@-webkit-keyframes nprogress-spinner-10ee62ea{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes nprogress-spinner-10ee62ea{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.exception-page[data-v-10ee62ea]{border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff}.exception-page .img[data-v-10ee62ea]{padding-right:52px;zoom:1}.exception-page .img img[data-v-10ee62ea]{max-width:430px}.exception-page .content h1[data-v-10ee62ea]{color:#434e59;font-size:72px;font-weight:600;line-height:72px;margin-bottom:24px}.exception-page .content .desc[data-v-10ee62ea]{color:rgba(0,0,0,.45);font-size:20px;line-height:28px;margin-bottom:16px}

View File

@@ -0,0 +1 @@
.week-mode[data-v-4776a9cb]{overflow:hidden;-webkit-filter:invert(80%);filter:invert(80%)}.beauty-scroll[data-v-4776a9cb]{scrollbar-color:#13c2c2 #b5f5ec;scrollbar-width:thin;-ms-overflow-style:none;position:relative}.beauty-scroll[data-v-4776a9cb]::-webkit-scrollbar{width:3px;height:1px}.beauty-scroll[data-v-4776a9cb]::-webkit-scrollbar-thumb{border-radius:3px;background:#13c2c2}.beauty-scroll[data-v-4776a9cb]::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0);border-radius:3px;background:#87e8de}.split-right[data-v-4776a9cb]:not(:last-child){border-right:1px solid rgba(98,98,98,.2)}.disabled[data-v-4776a9cb]{cursor:not-allowed;color:rgba(0,0,0,.25);pointer-events:none}#nprogress[data-v-4776a9cb]{pointer-events:none}#nprogress .bar[data-v-4776a9cb]{background:#13c2c2;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg[data-v-4776a9cb]{display:block;position:absolute;right:0;width:100px;height:100%;-webkit-box-shadow:0 0 10px #13c2c2,0 0 5px #13c2c2;box-shadow:0 0 10px #13c2c2,0 0 5px #13c2c2;opacity:1;-webkit-transform:rotate(3deg) translateY(-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner[data-v-4776a9cb]{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon[data-v-4776a9cb]{width:18px;height:18px;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid transparent;border-top-color:#13c2c2;border-left-color:#13c2c2;border-radius:50%;-webkit-animation:nprogress-spinner-4776a9cb .4s linear infinite;animation:nprogress-spinner-4776a9cb .4s linear infinite}.nprogress-custom-parent[data-v-4776a9cb]{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar[data-v-4776a9cb],.nprogress-custom-parent #nprogress .spinner[data-v-4776a9cb]{position:absolute}@-webkit-keyframes nprogress-spinner-4776a9cb{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes nprogress-spinner-4776a9cb{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.manuals-maintain[data-v-4776a9cb]{height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-flex:1;-ms-flex:1;flex:1}.manuals-maintain[data-v-4776a9cb] .ant-card-body{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.manuals-maintain[data-v-4776a9cb] ::-webkit-scrollbar{background-image:-webkit-gradient(linear,left top,left bottom,from(#d0368a),color-stop(99%,#708ad4));background-image:linear-gradient(180deg,#d0368a,#708ad4 99%);-webkit-box-shadow:inset 2px 2px 5px 0 rgba(255,255,255,.5);box-shadow:inset 2px 2px 5px 0 rgba(255,255,255,.5);border-radius:100px}.manuals-maintain[data-v-4776a9cb] ::-webkit-scrollbar-track-piece{background-color:#f8f8f8}.manuals-maintain[data-v-4776a9cb] ::-webkit-scrollbar{width:9px;height:9px}.manuals-maintain[data-v-4776a9cb] ::-webkit-scrollbar-thumb{background-color:#dddddd;background-clip:padding-box;min-height:28px}.manuals-maintain[data-v-4776a9cb] ::-webkit-scrollbar-thumb:hover{background-color:#bbb}.manuals-maintain[data-v-4776a9cb] .tree-card .ant-card-body{padding-top:10px}.manuals-maintain[data-v-4776a9cb] .ant-tree>li:first-child>.tree-node-input-box{top:9px}.manuals-maintain[data-v-4776a9cb] .ant-tree-child-tree>li:first-child>.tree-node-input-box{top:10px}.manuals-maintain .input-tree-node[data-v-4776a9cb]{z-index:10}.manuals-maintain .close-drawer-button[data-v-4776a9cb]{position:absolute;top:15px;right:20px;cursor:pointer}.manuals-maintain .close-drawer-button[data-v-4776a9cb]:hover{opacity:.5}.manuals-maintain .sort-iconfont[data-v-4776a9cb]{color:#10a6b4;font-size:30px;margin-left:10px}

View File

@@ -0,0 +1 @@
.week-mode[data-v-10ee62ea]{overflow:hidden;-webkit-filter:invert(80%);filter:invert(80%)}.beauty-scroll[data-v-10ee62ea]{scrollbar-color:#13c2c2 #b5f5ec;scrollbar-width:thin;-ms-overflow-style:none;position:relative}.beauty-scroll[data-v-10ee62ea]::-webkit-scrollbar{width:3px;height:1px}.beauty-scroll[data-v-10ee62ea]::-webkit-scrollbar-thumb{border-radius:3px;background:#13c2c2}.beauty-scroll[data-v-10ee62ea]::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0);border-radius:3px;background:#87e8de}.split-right[data-v-10ee62ea]:not(:last-child){border-right:1px solid rgba(98,98,98,.2)}.disabled[data-v-10ee62ea]{cursor:not-allowed;color:rgba(0,0,0,.25);pointer-events:none}#nprogress[data-v-10ee62ea]{pointer-events:none}#nprogress .bar[data-v-10ee62ea]{background:#13c2c2;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg[data-v-10ee62ea]{display:block;position:absolute;right:0;width:100px;height:100%;-webkit-box-shadow:0 0 10px #13c2c2,0 0 5px #13c2c2;box-shadow:0 0 10px #13c2c2,0 0 5px #13c2c2;opacity:1;-webkit-transform:rotate(3deg) translateY(-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner[data-v-10ee62ea]{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon[data-v-10ee62ea]{width:18px;height:18px;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid transparent;border-top-color:#13c2c2;border-left-color:#13c2c2;border-radius:50%;-webkit-animation:nprogress-spinner-10ee62ea .4s linear infinite;animation:nprogress-spinner-10ee62ea .4s linear infinite}.nprogress-custom-parent[data-v-10ee62ea]{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar[data-v-10ee62ea],.nprogress-custom-parent #nprogress .spinner[data-v-10ee62ea]{position:absolute}@-webkit-keyframes nprogress-spinner-10ee62ea{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes nprogress-spinner-10ee62ea{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.exception-page[data-v-10ee62ea]{border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff}.exception-page .img[data-v-10ee62ea]{padding-right:52px;zoom:1}.exception-page .img img[data-v-10ee62ea]{max-width:430px}.exception-page .content h1[data-v-10ee62ea]{color:#434e59;font-size:72px;font-weight:600;line-height:72px;margin-bottom:24px}.exception-page .content .desc[data-v-10ee62ea]{color:rgba(0,0,0,.45);font-size:20px;line-height:28px;margin-bottom:16px}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -0,0 +1 @@
.week-mode[data-v-10ee62ea]{overflow:hidden;-webkit-filter:invert(80%);filter:invert(80%)}.beauty-scroll[data-v-10ee62ea]{scrollbar-color:#13c2c2 #b5f5ec;scrollbar-width:thin;-ms-overflow-style:none;position:relative}.beauty-scroll[data-v-10ee62ea]::-webkit-scrollbar{width:3px;height:1px}.beauty-scroll[data-v-10ee62ea]::-webkit-scrollbar-thumb{border-radius:3px;background:#13c2c2}.beauty-scroll[data-v-10ee62ea]::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0);border-radius:3px;background:#87e8de}.split-right[data-v-10ee62ea]:not(:last-child){border-right:1px solid rgba(98,98,98,.2)}.disabled[data-v-10ee62ea]{cursor:not-allowed;color:rgba(0,0,0,.25);pointer-events:none}#nprogress[data-v-10ee62ea]{pointer-events:none}#nprogress .bar[data-v-10ee62ea]{background:#13c2c2;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg[data-v-10ee62ea]{display:block;position:absolute;right:0;width:100px;height:100%;-webkit-box-shadow:0 0 10px #13c2c2,0 0 5px #13c2c2;box-shadow:0 0 10px #13c2c2,0 0 5px #13c2c2;opacity:1;-webkit-transform:rotate(3deg) translateY(-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner[data-v-10ee62ea]{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon[data-v-10ee62ea]{width:18px;height:18px;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid transparent;border-top-color:#13c2c2;border-left-color:#13c2c2;border-radius:50%;-webkit-animation:nprogress-spinner-10ee62ea .4s linear infinite;animation:nprogress-spinner-10ee62ea .4s linear infinite}.nprogress-custom-parent[data-v-10ee62ea]{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar[data-v-10ee62ea],.nprogress-custom-parent #nprogress .spinner[data-v-10ee62ea]{position:absolute}@-webkit-keyframes nprogress-spinner-10ee62ea{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes nprogress-spinner-10ee62ea{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.exception-page[data-v-10ee62ea]{border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff}.exception-page .img[data-v-10ee62ea]{padding-right:52px;zoom:1}.exception-page .img img[data-v-10ee62ea]{max-width:430px}.exception-page .content h1[data-v-10ee62ea]{color:#434e59;font-size:72px;font-weight:600;line-height:72px;margin-bottom:24px}.exception-page .content .desc[data-v-10ee62ea]{color:rgba(0,0,0,.45);font-size:20px;line-height:28px;margin-bottom:16px}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,103 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by IcoMoon</metadata>
<defs>
<font id="icomoon" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
<glyph unicode="&#xe900;" d="M51.328 652.030c0.088 0.001 0.192 0.001 0.297 0.001 14.1 0 26.873-5.686 36.15-14.889l-0.003 0.003c9.2-9.274 14.886-22.046 14.886-36.146 0-0.104 0-0.209-0.001-0.313v0.016-562.302h562.815c28.348 0 51.328-22.98 51.328-51.328s-22.98-51.328-51.328-51.328v0h-562.815c-56.696 0-102.657 45.961-102.657 102.657v0 562.302c0 28.348 22.98 51.328 51.328 51.328v0z" />
<glyph unicode="&#xe901;" d="M921.6 857.343h-613.63v-614.143h613.63zM307.97 960h613.63c56.696 0 102.657-45.961 102.657-102.657v0-614.143c0-56.696-45.961-102.657-102.657-102.657v0h-613.63c-56.696 0-102.657 45.961-102.657 102.657v0 614.143c0 56.696 45.961 102.657 102.657 102.657v0z" />
<glyph unicode="&#xe902;" d="M614.4 754.687c28.348 0 51.328-22.98 51.328-51.328v0-307.97c0-28.348-22.98-51.328-51.328-51.328s-51.328 22.98-51.328 51.328v0 307.97c0 28.348 22.98 51.328 51.328 51.328v0z" />
<glyph unicode="&#xe903;" d="M410.627 549.373c0 28.348 22.98 51.328 51.328 51.328v0h307.97c28.348 0 51.328-22.98 51.328-51.328s-22.98-51.328-51.328-51.328v0h-307.97c-28.348 0-51.328 22.98-51.328 51.328v0z" />
<glyph unicode="&#xe904;" d="M51.2 550.4c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h665.6c169.662 0 307.2-137.538 307.2-307.2s-137.538-307.2-307.2-307.2v0h-256c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h256c113.108 0 204.8 91.692 204.8 204.8s-91.692 204.8-204.8 204.8v0z" />
<glyph unicode="&#xe905;" d="M291.84 842.752c9.277-9.267 15.016-22.075 15.016-36.224s-5.739-26.957-15.016-36.224v0l-168.448-168.704 168.448-168.448c7.652-8.895 12.311-20.555 12.311-33.303 0-28.277-22.923-51.2-51.2-51.2-12.749 0-24.409 4.659-33.371 12.368l0.067-0.057-204.8 204.8c-9.201 9.255-14.889 22.011-14.889 36.096s5.687 26.842 14.891 36.098l204.798 204.798c9.255 9.201 22.011 14.889 36.096 14.889s26.842-5.687 36.098-14.891l-0.002 0.002z" />
<glyph unicode="&#xe906;" d="M307.2 550.4c-113.108 0-204.8-91.692-204.8-204.8s91.692-204.8 204.8-204.8v0h256c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0h-256c-169.662 0-307.2 137.538-307.2 307.2s137.538 307.2 307.2 307.2v0h665.6c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0z" />
<glyph unicode="&#xe907;" d="M731.136 842.752c9.255 9.201 22.011 14.889 36.096 14.889s26.842-5.687 36.098-14.891l204.798-204.798c9.201-9.255 14.889-22.011 14.889-36.096s-5.687-26.842-14.891-36.098l-204.798-204.798c-8.895-7.652-20.555-12.311-33.303-12.311-28.277 0-51.2 22.923-51.2 51.2 0 12.749 4.659 24.409 12.368 33.371l-0.057-0.067 168.448 168.448-168.448 168.704c-9.277 9.267-15.016 22.075-15.016 36.224s5.739 26.957 15.016 36.224v0z" />
<glyph unicode="&#xe908;" horiz-adv-x="861" d="M481.113-65.282h-207.363c-42.469 0-76.896 34.428-76.896 76.896v0 235.815c0 42.469 34.428 76.896 76.896 76.896v0h207.363c42.469 0 76.896-34.428 76.896-76.896v0-235.815c0-42.469-34.428-76.896-76.896-76.896v0zM299.382 37.247h156.099v184.551h-156.099z" />
<glyph unicode="&#xe909;" horiz-adv-x="861" d="M428.824 273.061h-102.528v148.666c0 42.469 34.428 76.896 76.896 76.896v0h355.004v227.1h-117.395v102.528h143.027c42.469 0 76.896-34.428 76.896-76.896v0-278.364c0-42.469-34.428-76.896-76.896-76.896v0h-355.004z" />
<glyph unicode="&#xe90a;" horiz-adv-x="861" d="M598.252 582.953h-521.356c-42.469 0-76.896 34.428-76.896 76.896v0 223.255c0 42.469 34.428 76.896 76.896 76.896v0h521.356c42.469 0 76.896-34.428 76.896-76.896v0-223.255c0-42.469-34.428-76.896-76.896-76.896v0zM102.528 685.481h470.092v171.991h-470.092z" />
<glyph unicode="&#xe90b;" d="M139.52 362.24l316.928-283.648 420.096 448.512-316.928 283.648-420.096-448.512zM513.536 928.768c10.75 11.3 25.899 18.329 42.69 18.329 14.975 0 28.645-5.591 39.035-14.798l-0.062 0.054 403.2-359.936c11.495-10.268 18.698-25.134 18.698-41.682 0-14.788-5.752-28.233-15.141-38.219l0.027 0.029-499.2-531.968c-10.792-11.316-25.986-18.353-42.823-18.353-15.019 0-28.73 5.599-39.16 14.823l0.063-0.055-402.176 359.936c-10.879 9.731-17.919 23.559-18.683 39.037l-0.005 0.131c-0.024 0.62-0.038 1.348-0.038 2.080 0 14.931 5.758 28.518 15.175 38.66l-0.033-0.036zM313.344 531.712l76.8 83.712 299.52-275.712-77.824-83.712-298.496 275.712z" />
<glyph unicode="&#xe90c;" d="M1024 0c0-34.639-28.081-62.72-62.72-62.72v0h-496.64c-34.639 0-62.72 28.081-62.72 62.72s28.081 62.72 62.72 62.72h496.128c0.152 0.001 0.332 0.002 0.512 0.002 34.639 0 62.72-28.081 62.72-62.72 0-0.001 0-0.001 0-0.002v0z" />
<glyph unicode="&#xe90d;" horiz-adv-x="704" d="M0 448c0 35.346 28.654 64 64 64v0h352c159.058 0 288-128.942 288-288s-128.942-288-288-288v0h-352c-35.346 0-64 28.654-64 64s28.654 64 64 64v0h352c88.366 0 160 71.634 160 160s-71.634 160-160 160v0h-352c-35.346 0-64 28.654-64 64v0z" />
<glyph unicode="&#xe90e;" horiz-adv-x="704" d="M64 960c35.346 0 64-28.654 64-64v0-896c0-0.038 0-0.082 0-0.126 0-35.346-28.654-64-64-64-11.782 0-22.821 3.184-32.302 8.738l0.302-0.163c-19.228 11.367-31.936 31.968-32 55.543v896.009c0 35.346 28.654 64 64 64v0z" />
<glyph unicode="&#xe90f;" horiz-adv-x="704" d="M0 896c0 35.346 28.654 64 64 64v0h288c159.058 0 288-128.942 288-288s-128.942-288-288-288v0h-288c-35.346 0-64 28.654-64 64s28.654 64 64 64v0h288c88.366 0 160 71.634 160 160s-71.634 160-160 160v0h-288c-35.346 0-64 28.654-64 64v0z" />
<glyph unicode="&#xe910;" horiz-adv-x="640" d="M465.664 957.44c26.913-8.069 46.188-32.615 46.188-61.663 0-6.21-0.881-12.214-2.525-17.894l0.112 0.454-256-896c-7.93-27.005-32.485-46.388-61.568-46.388-35.375 0-64.052 28.677-64.052 64.052 0 6.292 0.907 12.372 2.598 18.117l-0.114-0.453 256 896c5.042 16.512 15.907 29.957 30.148 38.231l0.316 0.169c8.901 5.019 19.543 7.976 30.875 7.976 6.424 0 12.625-0.95 18.472-2.718l-0.451 0.117z" />
<glyph unicode="&#xe911;" horiz-adv-x="640" d="M0 0c0 35.346 28.654 64 64 64v0h256c35.346 0 64-28.654 64-64s-28.654-64-64-64v0h-256c-35.346 0-64 28.654-64 64v0zM256 896c0 35.346 28.654 64 64 64v0h256c35.29-0.074 63.87-28.699 63.87-64 0-11.782-3.184-22.821-8.738-32.302l0.164 0.302c-11.085-19.25-31.544-32.001-54.981-32.001-0.111 0-0.221 0-0.332 0.001h-255.983c-0.076 0-0.166-0.001-0.257-0.001-35.205 0-63.744 28.539-63.744 63.744 0 0.090 0 0.18 0.001 0.27v-0.014z" />
<glyph unicode="&#xe912;" d="M455.168 448c0 31.387 25.445 56.832 56.832 56.832v0c0.619 0.004 1.353 0.006 2.086 0.006 60.676 0 118.155-13.69 169.517-38.149l-2.387 1.023c24.797-11.829 46.139-25.14 65.79-40.513l-0.766 0.577c23.798-18.816 44.25-40.407 61.305-64.569l0.647-0.967c28.129-39.598 44.968-88.929 44.968-142.192 0-3.202-0.061-6.389-0.181-9.561l0.014 0.457c-2.779-56.18-23.572-107.023-56.672-147.387l0.352 0.443c-35.136-43.089-80.273-76.71-131.946-97.522l-2.198-0.782c-45.25-19.043-97.848-30.108-153.031-30.108-6.413 0-12.791 0.149-19.13 0.445l0.898-0.033c-61.36 3.053-118.21 19.657-168.488 46.857l2.088-1.033c-50.039 26.609-90.707 64.979-119.301 111.559l-0.763 1.337c-4.923 8.243-7.834 18.182-7.834 28.8 0 31.402 25.456 56.858 56.858 56.858 20.783 0 38.962-11.151 48.88-27.797l0.144-0.261c18.947-29.89 44.938-53.747 75.712-69.633l1.088-0.511c34.038-18.431 74.21-30.046 116.905-31.978l0.599-0.022c4.684-0.273 10.163-0.428 15.678-0.428 38.53 0 75.287 7.586 108.861 21.347l-1.915-0.695c35.329 13.788 64.971 35.53 87.776 63.129l0.288 0.359c18.425 22.111 30.148 50.381 31.73 81.329l0.014 0.335c0.030 1.056 0.047 2.299 0.047 3.546 0 29.651-9.62 57.055-25.909 79.261l0.262-0.375c-10.836 15.461-23.437 28.712-37.739 39.887l-0.405 0.305c-12.675 9.576-27.061 18.133-42.358 25.028l-1.418 0.572c-34.281 16.178-74.466 25.621-116.857 25.621-1.218 0-2.434-0.008-3.648-0.023l0.184 0.002c-31.289 0.129-56.604 25.524-56.604 56.832 0 0.63 0.010 1.258 0.031 1.884l-0.002-0.091z" />
<glyph unicode="&#xe913;" d="M0 448c0 31.387 25.445 56.832 56.832 56.832v0h910.336c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-910.336c-31.387 0-56.832 25.445-56.832 56.832v0z" />
<glyph unicode="&#xe914;" d="M393.728 544.256c-7.415 4.486-13.766 8.962-19.789 13.828l0.333-0.26c-14.736 11.547-27.409 24.789-38.008 39.615l-0.392 0.577c-16.023 21.998-25.635 49.56-25.635 79.367 0 1.078 0.013 2.153 0.038 3.225l-0.003-0.159c1.731 31.263 13.428 59.499 31.935 81.902l-0.191-0.238c23.186 27.846 52.798 49.559 86.604 62.977l1.46 0.511c31.727 13.058 68.558 20.639 107.159 20.639 5.44 0 10.845-0.151 16.211-0.448l-0.746 0.033c43.381-1.95 83.641-13.565 119.237-32.727l-1.477 0.727c31.325-16.608 56.862-40.423 75.043-69.332l0.477-0.812c10.099-17.099 28.435-28.389 49.408-28.389 31.585 0 57.189 25.604 57.189 57.189 0 10.612-2.89 20.548-7.927 29.066l0.145-0.266c-29.111 47.721-69.532 85.927-117.656 111.586l-1.64 0.798c-48.146 26.4-104.99 43.185-165.448 46.297l-0.952 0.039c-6.305 0.351-13.684 0.551-21.109 0.551-54.182 0-105.878-10.64-153.114-29.944l2.703 0.977c-53.935-22.023-99.069-56.057-133.652-98.953l-0.492-0.631c-32.801-40.164-53.6-91.273-56.298-147.132l-0.022-0.58c-0.104-2.673-0.163-5.811-0.163-8.963 0-48.92 14.278-94.505 38.895-132.814l-0.588 0.977z" />
<glyph unicode="&#xe915;" horiz-adv-x="896" d="M0 0.016c0.146 35.245 28.75 63.76 64.015 63.76 0 0 0 0 0.001 0h768.192c35.355 0 64.016-28.661 64.016-64.016s-28.661-64.016-64.016-64.016v0h-768.192c0 0 0 0-0.001 0-35.355 0-64.016 28.661-64.016 64.016 0 0.090 0 0.18 0.001 0.27v-0.014z" />
<glyph unicode="&#xe916;" horiz-adv-x="896" d="M192.048 960c35.355 0 64.016-28.661 64.016-64.016v0-384.096c0-106.065 85.983-192.048 192.048-192.048s192.048 85.983 192.048 192.048v0 384.096c0 35.355 28.661 64.016 64.016 64.016s64.016-28.661 64.016-64.016v0-384.096c0-176.775-143.305-320.080-320.080-320.080s-320.080 143.305-320.080 320.080v0 384.096c0 35.355 28.661 64.016 64.016 64.016v0z" />
<glyph unicode="&#xe917;" horiz-adv-x="826" d="M546.697-64.256c-0.060 0-0.132 0-0.203 0-18.856 0-35.332 10.191-44.221 25.365l-0.131 0.242-494.46 811.979c-4.794 7.728-7.635 17.104-7.635 27.143 0 28.753 23.309 52.062 52.062 52.062 18.714 0 35.122-9.874 44.299-24.697l0.129-0.223 494.46-812.491c5.3-7.936 8.457-17.694 8.457-28.19 0-28.284-22.929-51.213-51.213-51.213-0.543 0-1.083 0.008-1.622 0.025l0.079-0.002z" />
<glyph unicode="&#xe918;" horiz-adv-x="826" d="M51.213-64.256c-9.517 0.269-18.322 3.093-25.819 7.807l0.213-0.125c-15.511 8.997-25.776 25.524-25.776 44.449 0 10.102 2.925 19.522 7.975 27.457l-0.124-0.208 494.46 812.491c9.305 15.046 25.713 24.92 44.427 24.92 28.753 0 52.062-23.309 52.062-52.062 0-10.039-2.841-19.414-7.764-27.366l0.129 0.223-494.46-811.979c-9.326-15.442-26.018-25.607-45.085-25.607-0.084 0-0.168 0-0.251 0.001h0.013z" />
<glyph unicode="&#xe919;" horiz-adv-x="826" d="M697.518 726.982h98.329c0.697 0.049 1.51 0.077 2.33 0.077 7.46 0 14.376-2.328 20.061-6.298l-0.114 0.075c4.694-3.54 7.697-9.107 7.697-15.375 0-0.266-0.005-0.531-0.016-0.795l0.001 0.038c0.005-0.167 0.007-0.362 0.007-0.559 0-5.866-2.348-11.184-6.156-15.064l0.003 0.003c-4.29-4.018-10.075-6.485-16.436-6.485-0.704 0-1.402 0.030-2.091 0.090l0.090-0.006h-138.531c-0.492-0.028-1.068-0.044-1.647-0.044-7.832 0-14.979 2.93-20.406 7.753l0.031-0.027c-4.872 4.65-7.909 11.186-7.938 18.431v0.005c0.576 6.632 2.405 12.719 5.248 18.193l-0.127-0.269c3.043 6.767 6.818 12.592 11.336 17.749l-0.069-0.081c16.644 17.156 31.752 32.008 45.067 44.299 8.838 8.956 18.193 17.336 28.041 25.12l0.639 0.487c9.534 6.794 17.906 14.028 25.553 21.966l0.053 0.056c6.113 6.144 11.388 13.132 15.631 20.772l0.245 0.481c3.105 6.689 4.977 14.503 5.121 22.738l0.001 0.051c0.005 0.227 0.007 0.495 0.007 0.764 0 7.648-2.096 14.807-5.744 20.934l0.104-0.188c-3.788 6.231-9.089 11.203-15.404 14.493l-0.215 0.102c-6.133 3.386-13.444 5.378-21.221 5.378-0.101 0-0.203 0-0.304-0.001h0.016c-0.286 0.007-0.623 0.011-0.961 0.011-16.032 0-30.040-8.667-37.594-21.57l-0.111-0.206c-2.344-4.333-4.514-9.417-6.219-14.71l-0.182-0.654c-2.187-7.374-5.609-13.779-10.070-19.311l0.083 0.106c-3.583-4.84-9.272-7.943-15.686-7.943-0.157 0-0.313 0.002-0.469 0.006h0.023c-6.127 0.133-11.59 2.871-15.343 7.146l-0.020 0.024c-3.978 4.022-6.436 9.556-6.436 15.663 0 0.435 0.012 0.867 0.037 1.296l-0.003-0.059c0.352 9.908 2.674 19.189 6.585 27.581l-0.183-0.438c4.222 9.994 10.108 18.508 17.394 25.589l0.018 0.018c7.953 7.854 17.503 14.113 28.116 18.244l0.564 0.193c11.523 4.559 24.871 7.202 38.837 7.202 0.93 0 1.858-0.012 2.782-0.035l-0.137 0.003c0.879 0.023 1.915 0.035 2.953 0.035 16.655 0 32.538-3.306 47.029-9.297l-0.818 0.3c8.991-4.199 16.637-9.796 23.007-16.603l0.038-0.041c6.704-7.136 12.019-15.664 15.457-25.096l0.163-0.511c3.502-8.484 5.566-18.331 5.633-28.652v-0.027c0.003-0.262 0.005-0.571 0.005-0.881 0-15.372-4.287-29.744-11.73-41.984l0.202 0.358c-6.788-11.344-14.678-21.109-23.744-29.639l-0.070-0.065c-7.938-7.426-21.253-18.693-40.202-34.057-14.319-11.156-27.039-22.902-38.716-35.621l-0.206-0.228c-3.223-3.339-6.247-6.932-9.016-10.721l-0.202-0.29z" />
<glyph unicode="&#xe91a;" horiz-adv-x="825" d="M546.697 43.547c-0.060 0-0.132 0-0.203 0-18.856 0-35.332 10.191-44.221 25.365l-0.131 0.242-494.46 811.723c-4.67 7.634-7.436 16.873-7.436 26.759 0 28.643 23.22 51.863 51.863 51.863 18.758 0 35.19-9.958 44.298-24.877l0.129-0.228 494.46-811.723c5.194-7.879 8.286-17.543 8.286-27.929 0-28.284-22.929-51.213-51.213-51.213-0.483 0-0.964 0.007-1.443 0.020l0.071-0.002z" />
<glyph unicode="&#xe91b;" horiz-adv-x="825" d="M51.213 43.547c-9.517 0.269-18.322 3.093-25.819 7.807l0.213-0.125c-15.445 9.013-25.658 25.504-25.658 44.381 0 10.024 2.88 19.376 7.858 27.272l-0.125-0.212 494.46 811.723c9.282 15.079 25.698 24.981 44.427 24.981 28.716 0 51.996-23.279 51.996-51.996 0-9.988-2.816-19.318-7.698-27.239l0.129 0.225-494.46-811.979c-9.471-15.014-25.969-24.841-44.762-24.841-0.197 0-0.395 0.001-0.591 0.003h0.030z" />
<glyph unicode="&#xe91c;" horiz-adv-x="825" d="M696.238-19.701h97.56c0.674 0.044 1.462 0.070 2.255 0.070 7.448 0 14.377-2.224 20.159-6.044l-0.137 0.085c4.7-3.64 7.697-9.285 7.697-15.629 0-0.267-0.005-0.533-0.016-0.797l0.001 0.038c0.005-0.167 0.007-0.362 0.007-0.559 0-5.866-2.348-11.184-6.156-15.064l0.003 0.003c-4.255-4.021-10.010-6.494-16.344-6.494-0.737 0-1.466 0.033-2.186 0.099l0.093-0.007h-137.762c-0.53-0.034-1.15-0.053-1.773-0.053-7.711 0-14.735 2.938-20.015 7.756l0.023-0.021c-4.872 4.65-7.909 11.186-7.938 18.431v0.005c0.435 6.628 2.28 12.737 5.236 18.154l-0.114-0.229c2.851 6.788 6.556 12.628 11.070 17.736l-0.059-0.068c16.644 17.156 31.752 32.008 45.067 44.299 8.904 8.923 18.341 17.305 28.262 25.097l0.673 0.51c9.593 6.602 17.973 13.763 25.546 21.702l0.060 0.063c6.085 6.491 11.294 13.908 15.373 21.994l0.247 0.54c3.299 6.656 5.272 14.48 5.377 22.755v0.035c0.001 0.102 0.001 0.223 0.001 0.343 0 7.82-2.191 15.129-5.993 21.346l0.102-0.179c-3.722 6.285-9.041 11.275-15.406 14.498l-0.213 0.098c-6.028 3.387-13.231 5.382-20.9 5.382-0.214 0-0.428-0.002-0.642-0.005h0.032c-0.244 0.005-0.531 0.008-0.819 0.008-16.011 0-30.026-8.543-37.736-21.319l-0.111-0.198c-2.226-4.314-4.393-9.479-6.172-14.823l-0.23-0.797c-2.254-7.363-5.667-13.758-10.079-19.326l0.092 0.121c-3.548-4.265-8.857-6.96-14.795-6.96-0.47 0-0.937 0.017-1.399 0.050l0.062-0.004c-0.25-0.011-0.543-0.017-0.838-0.017-5.828 0-11.080 2.464-14.771 6.408l-0.010 0.011c-3.829 4.067-6.182 9.562-6.182 15.607 0 0.455 0.013 0.907 0.040 1.356l-0.003-0.062c0.103 9.735 2.165 18.962 5.81 27.341l-0.176-0.455c4.333 9.953 10.203 18.449 17.408 25.602l0.005 0.005c8.237 7.871 18.022 14.202 28.842 18.482l0.605 0.211c11.646 4.397 25.109 6.943 39.167 6.943 0.904 0 1.806-0.011 2.705-0.031l-0.134 0.002c0.877 0.023 1.911 0.036 2.947 0.036 16.57 0 32.367-3.306 46.769-9.295l-0.807 0.297c9.11-4.127 16.851-9.736 23.263-16.603l0.038-0.042c12.709-13.95 20.491-32.582 20.491-53.031 0-0.351-0.002-0.701-0.007-1.051l0.001 0.053c0.004-0.312 0.007-0.68 0.007-1.049 0-15.231-4.29-29.46-11.727-41.545l0.197 0.344c-6.643-11.469-14.461-21.325-23.5-29.905l-0.057-0.054c-8.194-7.17-21.509-18.693-40.458-34.057-14.319-11.156-27.039-22.902-38.716-35.621l-0.206-0.228c-2.801-3.534-5.668-7.541-8.34-11.685l-0.366-0.606z" />
<glyph unicode="&#xe91d;" d="M732.16 692.992c9.255 9.201 22.011 14.889 36.096 14.889s26.842-5.687 36.098-14.891l204.798-204.798c9.201-9.255 14.889-22.011 14.889-36.096s-5.687-26.842-14.891-36.098l-204.798-204.798c-8.895-7.652-20.555-12.311-33.303-12.311-28.277 0-51.2 22.923-51.2 51.2 0 12.749 4.659 24.409 12.368 33.371l-0.057-0.067 168.448 168.448-168.448 168.704c-9.277 9.267-15.016 22.075-15.016 36.224s5.739 26.957 15.016 36.224v0z" />
<glyph unicode="&#xe91e;" d="M291.84 211.968c-9.255-9.201-22.011-14.889-36.096-14.889s-26.842 5.687-36.098 14.891l-204.798 204.798c-9.277 9.267-15.016 22.075-15.016 36.224s5.739 26.957 15.016 36.224v0l204.8 204.8c9.267 9.173 22.020 14.84 36.096 14.84 28.343 0 51.32-22.977 51.32-51.32 0-14.267-5.822-27.174-15.219-36.476l-0.004-0.004-168.448-168.192 168.448-168.448c9.277-9.267 15.016-22.075 15.016-36.224s-5.739-26.957-15.016-36.224v0z" />
<glyph unicode="&#xe91f;" d="M364.544 72.96c-0.125-0.001-0.273-0.002-0.421-0.002-7.272 0-14.169 1.604-20.357 4.478l0.299-0.124c-17.835 8.264-29.984 26.012-29.984 46.598 0 7.504 1.614 14.631 4.515 21.053l-0.13-0.323 286.464 656.64c7.499 19.558 26.122 33.191 47.928 33.191 28.277 0 51.2-22.923 51.2-51.2 0-8.368-2.007-16.266-5.567-23.241l0.134 0.29-287.232-656.64c-8.093-18.211-26.010-30.687-46.844-30.72h-0.004z" />
<glyph unicode="&#xe920;" horiz-adv-x="1006" d="M801.249 194.784h-601.756c-36.183 0-65.515 29.332-65.515 65.515s29.332 65.515 65.515 65.515v0h601.756c36.183 0 65.515-29.332 65.515-65.515s-29.332-65.515-65.515-65.515v0z" />
<glyph unicode="&#xe921;" horiz-adv-x="1006" d="M65.515-64c-0.080 0-0.174-0.001-0.268-0.001-10.39 0-20.215 2.418-28.942 6.723l0.384-0.171c-21.991 10.879-36.846 33.159-36.846 58.909 0 10.516 2.478 20.453 6.881 29.26l-0.172-0.379 437.313 892.97c10.557 22.865 33.29 38.447 59.662 38.447 36.183 0 65.515-29.332 65.515-65.515 0-11.188-2.805-21.722-7.749-30.935l0.172 0.35-436.985-892.97c-10.909-21.904-33.144-36.689-58.832-36.689-0.046 0-0.092 0-0.138 0h0.007z" />
<glyph unicode="&#xe922;" horiz-adv-x="1006" d="M940.141-64c-0.039 0-0.085 0-0.131 0-25.688 0-47.924 14.785-58.661 36.309l-0.171 0.38-437.313 892.97c-4.773 8.863-7.577 19.397-7.577 30.585 0 36.183 29.332 65.515 65.515 65.515 26.372 0 49.105-15.582 59.494-38.041l0.168-0.406 437.313-892.97c4.215-8.414 6.683-18.332 6.683-28.827 0-36.114-29.22-65.403-65.308-65.515h-0.011z" />
<glyph unicode="&#xe923;" d="M169.425 217.445l-138.395-268.102h331.404l80.368 157.013-273.377 111.088z" />
<glyph unicode="&#xe924;" d="M792.824 250.337c-15.276 0.088-29.677 3.746-42.439 10.18l0.548-0.25-618.124 311.855c-21.944 11.218-38.554 30.248-46.353 53.337l-0.192 0.656c-2.636 8.226-4.156 17.688-4.156 27.505 0 16.059 4.067 31.169 11.226 44.355l-0.244-0.49 106.434 211.006c15.687 30.563 46.988 51.112 83.088 51.112 14.94 0 29.059-3.52 41.571-9.775l-0.538 0.244 618.124-310.303c30.426-15.731 50.863-46.96 50.863-82.962 0-14.99-3.543-29.152-9.837-41.695l0.244 0.536-106.434-211.006c-14.951-32.061-46.768-53.956-83.736-54.303h-0.045zM806.788 370.424v0zM217.212 668.936l562.89-283.927 78.817 155.152-563.821 285.168z" />
<glyph unicode="&#xe925;" d="M512.621 52.364c-15.658 0.039-30.397 3.938-43.327 10.795l0.505-0.244-335.438 170.046c-31.122 15.501-52.128 47.094-52.128 83.594 0 15.966 4.019 30.993 11.101 44.125l-0.244-0.494 118.846 240.795c9.711 22.369 31.608 37.73 57.093 37.73 34.275 0 62.061-27.785 62.061-62.061 0-11.248-2.992-21.797-8.225-30.895l0.16 0.301-105.813-215.971 283.307-143.36 110.778 214.73c10.793 19.23 31.054 32.010 54.3 32.010 34.275 0 62.061-27.785 62.061-62.061 0-9.839-2.29-19.143-6.365-27.409l0.162 0.364-124.121-242.036c-16.833-30.009-48.443-49.956-84.712-49.959v0zM527.515 173.692v0zM204.49 305.261v0z" />
<glyph unicode="&#xe926;" d="M0 105.216c0 0.076-0.001 0.166-0.001 0.257 0 31.246 25.33 56.576 56.576 56.576 0.090 0 0.18 0 0.271-0.001h568.818c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-568.832c-0.076 0-0.166-0.001-0.257-0.001-31.246 0-56.576 25.33-56.576 56.576 0 0.090 0 0.18 0.001 0.271v-0.014z" />
<glyph unicode="&#xe927;" d="M0 332.8c0 0.076-0.001 0.166-0.001 0.257 0 31.246 25.33 56.576 56.576 56.576 0.090 0 0.18 0 0.271-0.001h910.322c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-910.336c-0.076 0-0.166-0.001-0.257-0.001-31.246 0-56.576 25.33-56.576 56.576 0 0.090 0 0.18 0.001 0.271v-0.014z" />
<glyph unicode="&#xe928;" d="M0 560.384c0 31.387 25.445 56.832 56.832 56.832v0h568.832c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-568.832c-0.076 0-0.166-0.001-0.257-0.001-31.246 0-56.576 25.33-56.576 56.576 0 0.090 0 0.18 0.001 0.271v-0.014z" />
<glyph unicode="&#xe929;" d="M0 787.968c0 0.076-0.001 0.166-0.001 0.257 0 31.246 25.33 56.576 56.576 56.576 0.090 0 0.18 0 0.271-0.001h910.322c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-910.336c-0.035 0-0.076 0-0.117 0-15.658 0-29.829 6.36-40.073 16.639l-0.002 0.002c-10.277 10.167-16.641 24.271-16.641 39.862 0 0.116 0 0.232 0.001 0.348v-0.018z" />
<glyph unicode="&#xe92a;" d="M341.248 105.216c0 0 0 0 0 0.001 0 31.387 25.445 56.832 56.832 56.832 0.090 0 0.18 0 0.27-0.001h568.818c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-568.832c-0.076 0-0.166-0.001-0.256-0.001-31.387 0-56.832 25.445-56.832 56.832 0 0 0 0 0 0.001v0z" />
<glyph unicode="&#xe92b;" d="M0 332.8c0 0.076-0.001 0.166-0.001 0.257 0 31.246 25.33 56.576 56.576 56.576 0.090 0 0.18 0 0.271-0.001h910.322c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-910.336c-0.076 0-0.166-0.001-0.257-0.001-31.246 0-56.576 25.33-56.576 56.576 0 0.090 0 0.18 0.001 0.271v-0.014z" />
<glyph unicode="&#xe92c;" d="M341.248 560.384c0 0 0 0 0 0.001 0 31.387 25.445 56.832 56.832 56.832 0.090 0 0.18 0 0.27-0.001h568.818c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832h-568.832c-0.076 0-0.166-0.001-0.256-0.001-31.387 0-56.832 25.445-56.832 56.832 0 0 0 0 0 0.001v0z" />
<glyph unicode="&#xe92d;" d="M0 787.968c0 31.387 25.445 56.832 56.832 56.832v0h910.336c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-910.336c-0.035 0-0.076 0-0.117 0-15.658 0-29.829 6.36-40.073 16.639l-0.002 0.002c-10.277 10.167-16.641 24.271-16.641 39.862 0 0.116 0 0.232 0.001 0.348v-0.018z" />
<glyph unicode="&#xe92e;" d="M170.752 105.216c0 0.076-0.001 0.166-0.001 0.257 0 31.246 25.33 56.576 56.576 56.576 0.090 0 0.18 0 0.271-0.001h568.818c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-568.832c-0.076 0-0.166-0.001-0.257-0.001-31.246 0-56.576 25.33-56.576 56.576 0 0.090 0 0.18 0.001 0.271v-0.014z" />
<glyph unicode="&#xe92f;" d="M0 332.8c0 0.076-0.001 0.166-0.001 0.257 0 31.246 25.33 56.576 56.576 56.576 0.090 0 0.18 0 0.271-0.001h910.322c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-910.336c-0.076 0-0.166-0.001-0.257-0.001-31.246 0-56.576 25.33-56.576 56.576 0 0.090 0 0.18 0.001 0.271v-0.014z" />
<glyph unicode="&#xe930;" d="M170.752 560.384c0 31.387 25.445 56.832 56.832 56.832v0h568.832c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-568.832c-0.076 0-0.166-0.001-0.257-0.001-31.246 0-56.576 25.33-56.576 56.576 0 0.090 0 0.18 0.001 0.271v-0.014z" />
<glyph unicode="&#xe931;" d="M0 787.968c0 31.387 25.445 56.832 56.832 56.832v0h910.336c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-910.336c-0.035 0-0.076 0-0.117 0-15.658 0-29.829 6.36-40.073 16.639l-0.002 0.002c-10.277 10.167-16.641 24.271-16.641 39.862 0 0.116 0 0.232 0.001 0.348v-0.018z" />
<glyph unicode="&#xe932;" d="M0 787.968c0 0.076-0.001 0.166-0.001 0.257 0 31.246 25.33 56.576 56.576 56.576 0.090 0 0.18 0 0.271-0.001h910.322c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-910.336c-0.035 0-0.076 0-0.117 0-15.658 0-29.829 6.36-40.073 16.639l-0.002 0.002c-10.277 10.167-16.641 24.271-16.641 39.862 0 0.116 0 0.232 0.001 0.348v-0.018z" />
<glyph unicode="&#xe933;" d="M0 539.904c0 0.076-0.001 0.166-0.001 0.257 0 31.246 25.33 56.576 56.576 56.576 0.090 0 0.18 0 0.271-0.001h910.322c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832h-910.336c-31.387 0-56.832 25.445-56.832 56.832v0z" />
<glyph unicode="&#xe934;" d="M0 323.584c0 0.076-0.001 0.166-0.001 0.257 0 31.246 25.33 56.576 56.576 56.576 0.090 0 0.18 0 0.271-0.001h910.322c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-910.336c-0.035 0-0.076 0-0.117 0-15.658 0-29.829 6.36-40.073 16.639l-0.002 0.002c-10.277 10.167-16.641 24.271-16.641 39.862 0 0.116 0 0.232 0.001 0.348v-0.018z" />
<glyph unicode="&#xe935;" d="M0 105.216c0 0.076-0.001 0.166-0.001 0.257 0 31.246 25.33 56.576 56.576 56.576 0.090 0 0.18 0 0.271-0.001h910.322c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-910.336c-31.387 0-56.832 25.445-56.832 56.832v0z" />
<glyph unicode="&#xe936;" d="M398.336 130.816c0 0.076-0.001 0.166-0.001 0.257 0 31.246 25.33 56.576 56.576 56.576 0.090 0 0.18 0 0.271-0.001h511.986c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-512c-31.387 0-56.832 25.445-56.832 56.832v0z" />
<glyph unicode="&#xe937;" d="M320.768 288.256c12.61-10.499 20.578-26.203 20.578-43.767 0-13.872-4.97-26.583-13.227-36.45l0.073 0.089-142.336-170.496c-10.503-12.983-26.434-21.216-44.287-21.216-11.519 0-22.237 3.427-31.191 9.316l0.214-0.132-84.992 57.856c-15.58 10.361-25.708 27.843-25.708 47.69 0 1.235 0.039 2.461 0.116 3.676l-0.008-0.166c1.663 20.732 13.98 38.249 31.417 47.208l0.327 0.152c7.55 3.938 16.489 6.247 25.967 6.247 11.466 0 22.142-3.38 31.086-9.198l-0.221 0.135 42.752-28.416 109.312 130.816c10.497 12.522 26.146 20.427 43.641 20.427 13.93 0 26.689-5.011 36.573-13.33l-0.086 0.071z" />
<glyph unicode="&#xe938;" d="M398.336 415.232c0 0.076-0.001 0.166-0.001 0.256 0 31.387 25.445 56.832 56.832 56.832 0 0 0 0 0.001 0h512c20.932-0.137 39.175-11.518 49.006-28.4l0.146-0.272c4.787-8.151 7.614-17.954 7.614-28.416 0-31.364-25.407-56.794-56.763-56.832h-512.004c-31.387 0-56.832 25.445-56.832 56.832v0z" />
<glyph unicode="&#xe939;" d="M320.768 572.672c12.595-10.453 20.557-26.111 20.557-43.629 0-13.831-4.963-26.502-13.205-36.331l0.072 0.088-142.336-170.752c-10.499-12.594-26.192-20.55-43.744-20.55-11.748 0-22.663 3.564-31.723 9.671l0.202-0.129-84.992 56.832c-15.36 10.36-25.327 27.696-25.327 47.36 0 31.449 25.494 56.943 56.943 56.943 11.785 0 22.734-3.58 31.818-9.712l-0.202 0.129 42.496-27.392 109.312 130.304c10.497 12.522 26.146 20.427 43.641 20.427 13.93 0 26.689-5.011 36.573-13.33l-0.086 0.071z" />
<glyph unicode="&#xe93a;" d="M398.336 699.648c0 0.076-0.001 0.166-0.001 0.256 0 31.387 25.445 56.832 56.832 56.832 0 0 0 0 0.001 0h512c29.841-2.062 53.267-26.776 53.267-56.96s-23.426-54.897-53.089-56.95l-0.178-0.010h-512c-31.387 0-56.832 25.445-56.832 56.832v0z" />
<glyph unicode="&#xe93b;" d="M320.768 857.344c12.61-10.499 20.578-26.203 20.578-43.767 0-13.872-4.97-26.583-13.227-36.45l0.073 0.089-142.336-170.752c-10.499-12.594-26.192-20.55-43.744-20.55-11.748 0-22.663 3.564-31.723 9.671l0.202-0.129-84.992 57.088c-16.663 10.108-27.626 28.151-27.626 48.753 0 31.387 25.445 56.832 56.832 56.832 12.714 0 24.453-4.175 33.92-11.228l-0.151 0.107 42.752-28.416 109.312 131.328c10.544 12.552 26.247 20.474 43.8 20.474 13.845 0 26.538-4.928 36.422-13.126l-0.094 0.076z" />
<glyph unicode="&#xe93c;" d="M341.244 163.496c0 0 0 0 0 0.001 0 31.411 25.463 56.874 56.874 56.874 0.094 0 0.189 0 0.283-0.001h568.725c31.411 0 56.874-25.463 56.874-56.874s-25.463-56.874-56.874-56.874v0h-568.74c-0.080 0-0.174-0.001-0.268-0.001-31.411 0-56.874 25.463-56.874 56.874 0 0 0 0 0 0.001v0z" />
<glyph unicode="&#xe93d;" d="M142.185 277.244c-15.705 0-28.437-12.732-28.437-28.437v0-10.463c0-31.411-25.463-56.874-56.874-56.874s-56.874 25.463-56.874 56.874v0 10.463c0 78.527 63.658 142.185 142.185 142.185v0h2.414c77.193 0 139.771-62.577 139.771-139.771v0c0-0.053 0-0.116 0-0.179 0-33.716-11.187-64.82-30.051-89.802l0.273 0.377-83.97-111.87h56.874c21-0.135 39.311-11.524 49.216-28.434l0.147-0.271c4.79-8.157 7.62-17.967 7.62-28.437 0-31.411-25.463-56.874-56.874-56.874-0.038 0-0.076 0-0.114 0h-170.616c-0.020 0-0.044 0-0.067 0-31.411 0-56.874 25.463-56.874 56.874 0 12.844 4.258 24.694 11.439 34.215l-0.104-0.144 152.379 203.351c4.355 5.726 6.977 12.976 6.977 20.838 0 0.125-0.001 0.25-0.002 0.374v-0.019c0 14.816-12.011 26.827-26.827 26.827v0z" />
<glyph unicode="&#xe93e;" d="M341.244 447.866c0.030 15.753 6.49 29.991 16.894 40.234l0.007 0.007c10.167 10.273 24.27 16.634 39.858 16.634 0.135 0 0.269 0 0.404-0.001h568.719c31.411 0 56.874-25.463 56.874-56.874s-25.463-56.874-56.874-56.874v0h-568.74c0 0 0 0-0.001 0-31.464 0-56.989 25.431-57.142 56.859v0.015z" />
<glyph unicode="&#xe93f;" d="M341.244 732.504c0.152 31.443 25.677 56.874 57.142 56.874 0 0 0 0 0.001 0h568.74c20.952-0.076 39.25-11.363 49.217-28.171l0.146-0.266c4.79-8.157 7.62-17.967 7.62-28.437 0-31.411-25.463-56.874-56.874-56.874-0.038 0-0.076 0-0.114 0h-568.734c-0.080 0-0.174-0.001-0.268-0.001-31.411 0-56.874 25.463-56.874 56.874 0 0 0 0 0 0.001v0z" />
<glyph unicode="&#xe940;" d="M200.669 951.415c16.212-10.207 26.827-28.009 26.827-48.289v0-341.512c0-31.411-25.463-56.874-56.874-56.874s-56.874 25.463-56.874 56.874v0 249.494l-31.388-15.828c-7.239-3.584-15.763-5.681-24.777-5.681-31.411 0-56.874 25.463-56.874 56.874 0 21.839 12.309 40.803 30.368 50.333l0.31 0.149 113.748 57.142c7.394 3.695 16.108 5.858 25.328 5.858 11.177 0 21.612-3.179 30.449-8.683l-0.244 0.142z" />
<glyph unicode="&#xe941;" d="M949.76 48.896h-872.96c-42.415 0-76.8 34.385-76.8 76.8v0 642.304c0 42.415 34.385 76.8 76.8 76.8v0h872.96c42.415 0 76.8-34.385 76.8-76.8v0-642.56c-0.146-42.305-34.474-76.544-76.8-76.544 0 0 0 0 0 0v0zM102.4 151.296h821.504v591.104h-821.504z" />
<glyph unicode="&#xe942;" d="M853.76 520.704h-486.4c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h486.4c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0z" />
<glyph unicode="&#xe943;" d="M853.76 274.176h-486.4c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2v0h486.4c28.277 0 51.2-22.923 51.2-51.2s-22.923-51.2-51.2-51.2v0z" />
<glyph unicode="&#xe944;" d="M172.032 636.16h77.312c14.138 0 25.6-11.462 25.6-25.6v-77.312c0-14.138-11.462-25.6-25.6-25.6h-77.312c-14.138 0-25.6 11.462-25.6 25.6v77.312c0 14.138 11.462 25.6 25.6 25.6z" />
<glyph unicode="&#xe945;" d="M172.032 389.632h77.312c14.138 0 25.6-11.462 25.6-25.6v-77.312c0-14.138-11.462-25.6-25.6-25.6h-77.312c-14.138 0-25.6 11.462-25.6 25.6v77.312c0 14.138 11.462 25.6 25.6 25.6z" />
<glyph unicode="&#xe946;" d="M188.672 276.224c-5.912-6.069-14.165-9.833-23.296-9.833s-17.384 3.764-23.289 9.826l-0.007 0.007-132.352 133.376c-6.069 5.912-9.833 14.165-9.833 23.296s3.764 17.384 9.826 23.289l132.359 132.359c5.972 5.94 14.205 9.612 23.296 9.612 18.245 0 33.036-14.791 33.036-33.036 0-9.155-3.724-17.439-9.739-23.423l-0.001-0.001-108.8-109.824 108.8-109.056c6.069-5.912 9.833-14.165 9.833-23.296s-3.764-17.384-9.826-23.289l-0.007-0.007z" />
<glyph unicode="&#xe947;" d="M0 787.968c0 0.002 0 0.003 0 0.005 0 31.387 25.445 56.832 56.832 56.832 0.27 0 0.54-0.002 0.809-0.006h910.039c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-910.080c-0.228-0.003-0.498-0.005-0.768-0.005-31.387 0-56.832 25.445-56.832 56.832 0 0.002 0 0.004 0 0.005v0z" />
<glyph unicode="&#xe948;" d="M277.248 539.904c0 31.488 18.432 56.832 41.472 56.832h665.6c23.040 0 41.472-25.6 41.472-56.832s-18.432-56.832-41.472-56.832h-665.6c-12.293 0.526-22.979 6.954-29.355 16.505l-0.085 0.135c-7.539 10.963-12.040 24.525-12.040 39.138 0 0.371 0.003 0.741 0.009 1.11l-0.001-0.056z" />
<glyph unicode="&#xe949;" d="M277.248 323.584c0 31.488 18.432 56.832 41.472 56.832h665.6c23.040 0 41.472-25.6 41.472-56.832s-18.432-56.832-41.472-56.832h-665.6c-12.293 0.526-22.979 6.954-29.355 16.505l-0.085 0.135c-7.539 10.911-12.043 24.421-12.043 38.984 0 0.425 0.004 0.849 0.011 1.272l-0.001-0.064z" />
<glyph unicode="&#xe94a;" d="M0 105.216c0 0 0 0 0 0.001 0 31.387 25.445 56.832 56.832 56.832 0.090 0 0.18 0 0.27-0.001h910.578c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-910.080c-0.048 0-0.105 0-0.161 0-15.724 0-29.964 6.357-40.289 16.642l0.002-0.002c-10.404 10.263-16.92 24.445-17.151 40.148l-0.001 0.044z" />
<glyph unicode="&#xe94b;" d="M9.728 276.224c-6.069 5.912-9.833 14.165-9.833 23.296s3.764 17.384 9.826 23.289l0.007 0.007 108.8 109.056-108.8 108.8c-5.824 6.024-9.412 14.241-9.412 23.296s3.589 17.272 9.421 23.305l-0.009-0.009c6.024 5.824 14.241 9.412 23.296 9.412s17.272-3.589 23.305-9.421l-0.009 0.009 132.096-132.352c6.069-5.912 9.833-14.165 9.833-23.296s-3.764-17.384-9.826-23.289l-0.007-0.007-131.84-132.096c-5.983-6.020-14.269-9.745-23.424-9.745s-17.441 3.726-23.422 9.744l-0.002 0.002z" />
<glyph unicode="&#xe94c;" d="M0 787.968c0 0.077-0.001 0.168-0.001 0.258 0 31.246 25.33 56.576 56.576 56.576 0.18 0 0.36-0.001 0.54-0.003h910.309c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-910.336c-0.035 0-0.076 0-0.117 0-15.658 0-29.829 6.36-40.073 16.639l-0.002 0.002c-10.429 10.19-16.896 24.396-16.896 40.113 0 0.028 0 0.056 0 0.083v-0.004z" />
<glyph unicode="&#xe94d;" d="M276.736 539.904c0 31.488 18.688 56.832 41.472 56.832h665.6c22.784 0 41.472-25.6 41.472-56.832s-18.688-56.832-41.472-56.832h-665.6c-12.293 0.526-22.979 6.954-29.355 16.505l-0.085 0.135c-7.539 10.963-12.040 24.525-12.040 39.138 0 0.371 0.003 0.741 0.009 1.11l-0.001-0.056z" />
<glyph unicode="&#xe94e;" d="M276.736 323.584c0 31.488 18.688 56.832 41.472 56.832h665.6c22.784 0 41.472-25.6 41.472-56.832s-18.688-56.832-41.472-56.832h-665.6c-12.293 0.526-22.979 6.954-29.355 16.505l-0.085 0.135c-7.539 10.911-12.043 24.421-12.043 38.984 0 0.425 0.004 0.849 0.011 1.272l-0.001-0.064z" />
<glyph unicode="&#xe94f;" d="M0 105.216c0 0.076-0.001 0.166-0.001 0.257 0 31.246 25.33 56.576 56.576 56.576 0.090 0 0.18 0 0.271-0.001h910.578c31.387 0 56.832-25.445 56.832-56.832s-25.445-56.832-56.832-56.832v0h-910.336c-0.076 0-0.166-0.001-0.256-0.001-31.387 0-56.832 25.445-56.832 56.832 0 0 0 0 0 0.001v0z" />
<glyph unicode="&#xe950;" d="M262.564 796.685c0 32.033 18.117 58.289 41.748 58.289h682.667c23.631 0 42.535-26.256 42.535-58.289s-18.905-58.289-42.535-58.289h-682.667c-12.633 0.447-23.628 7.069-30.107 16.925l-0.088 0.142c-7.264 10.973-11.59 24.443-11.59 38.923 0 0.808 0.013 1.614 0.040 2.416l-0.003-0.117z" />
<glyph unicode="&#xe951;" d="M262.564 542.261c0 32.295 19.167 58.289 42.798 58.289h682.667c23.631 0 42.535-26.256 42.535-58.289s-18.905-58.289-42.535-58.289h-683.717c-12.633 0.447-23.628 7.069-30.107 16.925l-0.088 0.142c-7.262 11.024-11.585 24.543-11.585 39.072 0 0.756 0.012 1.51 0.035 2.26l-0.003-0.11z" />
<glyph unicode="&#xe952;" d="M262.564 320.394c0 32.295 19.167 58.289 42.798 58.289h682.667c23.631 0 42.535-26.256 42.535-58.289s-18.905-58.289-42.535-58.289h-683.717c-12.633 0.447-23.628 7.069-30.107 16.925l-0.088 0.142c-7.264 10.973-11.59 24.443-11.59 38.923 0 0.808 0.013 1.614 0.040 2.416l-0.003-0.117z" />
<glyph unicode="&#xe953;" d="M262.564 96.427c0 32.295 19.167 58.289 42.798 58.289h682.667c23.631 0 42.535-26.256 42.535-58.289s-18.905-58.289-42.535-58.289h-683.717c-12.633 0.447-23.628 7.069-30.107 16.925l-0.088 0.142c-7.262 11.024-11.585 24.543-11.585 39.072 0 0.756 0.012 1.51 0.035 2.26l-0.003-0.11z" />
<glyph unicode="&#xe954;" d="M7.352 265.518c4.636 4.196 10.814 6.765 17.592 6.765s12.956-2.568 17.614-6.785l-0.022 0.020 81.92-81.92 82.183 81.92c4.348 3.777 10.064 6.079 16.319 6.079 13.776 0 24.944-11.168 24.944-24.944 0-6.255-2.302-11.971-6.105-16.35l0.026 0.031-99.512-99.774c-4.653-4.268-10.883-6.884-17.723-6.884s-13.070 2.616-17.742 6.901l0.019-0.018-99.512 99.774c-4.196 4.636-6.765 10.814-6.765 17.592s2.568 12.956 6.785 17.614l-0.020-0.022z" />
<glyph unicode="&#xe955;" d="M124.455 133.973c-14.501 0-26.256 11.755-26.256 26.256v0 212.152c0 14.501 11.755 26.256 26.256 26.256s26.256-11.755 26.256-26.256v0-212.152c0-14.501-11.755-26.256-26.256-26.256v0z" />
<glyph unicode="&#xe956;" d="M241.559 627.594c-4.636-4.196-10.814-6.765-17.592-6.765s-12.956 2.568-17.614 6.785l0.022-0.020-82.183 81.92-81.92-81.92c-4.348-3.777-10.064-6.079-16.319-6.079-13.776 0-24.944 11.168-24.944 24.944 0 6.255 2.302 11.971 6.105 16.35l-0.026-0.031 99.512 99.774c4.636 4.196 10.814 6.765 17.592 6.765s12.956-2.568 17.614-6.785l-0.022 0.020 99.774-99.774c4.196-4.636 6.765-10.814 6.765-17.592s-2.568-12.956-6.785-17.614l0.020 0.022z" />
<glyph unicode="&#xe957;" d="M124.455 494.211c-14.501 0-26.256 11.755-26.256 26.256v0 212.414c0 14.501 11.755 26.256 26.256 26.256s26.256-11.755 26.256-26.256v0-212.414c0-14.501-11.755-26.256-26.256-26.256v0z" />
<glyph unicode="&#xe958;" d="M722.944 658.944c10.77-10.829 17.427-25.757 17.427-42.24s-6.657-31.411-17.43-42.243l-337.405-337.405c-10.891-11.454-26.242-18.578-43.257-18.578-27.441 0-50.554 18.53-57.509 43.759l-0.098 0.419c-1.151 4.371-1.813 9.389-1.813 14.561 0 16.795 6.971 31.962 18.179 42.765l0.018 0.017 338.944 338.944c10.759 10.817 25.654 17.511 42.112 17.511s31.353-6.694 42.109-17.509l0.003-0.003z" />
<glyph unicode="&#xe959;" d="M258.816 532.224c10.817-10.759 17.511-25.654 17.511-42.112s-6.694-31.353-17.509-42.109l-84.483-84.483c-29.177-31.77-47.060-74.319-47.060-121.044 0-98.969 80.231-179.2 179.2-179.2 46.725 0 89.273 17.883 121.174 47.177l-0.13-0.118 84.48 84.48c10.81 10.81 25.744 17.496 42.24 17.496 32.991 0 59.736-26.745 59.736-59.736 0-16.496-6.686-31.43-17.496-42.24v0l-84.48-84.224c-53.985-53.985-128.565-87.376-210.944-87.376-164.758 0-298.32 133.562-298.32 298.32 0 82.379 33.391 156.959 87.376 210.944v0l84.224 84.48c10.829 10.77 25.757 17.427 42.24 17.427s31.411-6.657 42.243-17.43l-0.003 0.003zM849.664 785.408c-32.417 32.356-77.168 52.365-126.592 52.365s-94.175-20.009-126.595-52.368l-84.477-84.221c-10.834-11.043-25.913-17.887-42.59-17.887-32.943 0-59.648 26.705-59.648 59.648 0 16.614 6.792 31.641 17.752 42.457l84.486 84.486c53.985 53.985 128.565 87.376 210.944 87.376 164.758 0 298.32-133.562 298.32-298.32 0-82.379-33.391-156.959-87.376-210.944v0l-84.224-84.48c-10.81-10.81-25.744-17.496-42.24-17.496-32.991 0-59.736 26.745-59.736 59.736 0 16.496 6.686 31.43 17.496 42.24v0l84.48 84.224c32.356 32.417 52.365 77.168 52.365 126.592s-20.009 94.175-52.368 126.595l0.003-0.003z" />
<glyph unicode="&#xe95a;" d="M832 704c-70.692 0-128-57.308-128-128v0-128c0-35.346-28.654-64-64-64s-64 28.654-64 64v0 128c0 141.385 114.615 256 256 256v0c0.038 0 0.082 0 0.126 0 35.346 0 64-28.654 64-64 0-11.782-3.184-22.821-8.738-32.302l0.163 0.302c-11.367-19.228-31.968-31.936-55.543-32h-0.009zM256 704c-70.692 0-128-57.308-128-128v0-128c0-0.038 0-0.082 0-0.126 0-35.346-28.654-64-64-64-11.782 0-22.821 3.184-32.302 8.738l0.302-0.163c-19.228 11.367-31.936 31.968-32 55.543v128.009c0 141.385 114.615 256 256 256v0c0.038 0 0.082 0 0.126 0 35.346 0 64-28.654 64-64 0-11.782-3.184-22.821-8.738-32.302l0.163 0.302c-11.367-19.228-31.968-31.936-55.543-32h-0.009z" />
<glyph unicode="&#xe95b;" d="M576 448c0 35.346 28.654 64 64 64v0h256c70.692 0 128-57.308 128-128v0-192c0-70.692-57.308-128-128-128v0h-192c-70.692 0-128 57.308-128 128v0zM704 384v-192h192v192zM0 448c0 35.346 28.654 64 64 64v0h256c70.692 0 128-57.308 128-128v0-192c0-70.692-57.308-128-128-128v0h-192c-70.692 0-128 57.308-128 128v0zM128 384v-192h192v192z" />
<glyph unicode="&#xe95c;" glyph-name="-67" d="M945.183 375.389l-872.572 4.344c-40.14 0.176-72.612 32.756-72.612 72.921 0 0.109 0 0.219 0.001 0.328v-0.017c0.176 40.14 32.756 72.612 72.921 72.612 0.109 0 0.219 0 0.328-0.001h-0.017l872.882-4.344c40.177-0.351 72.612-33.002 72.612-73.229 0-0.11 0-0.22-0.001-0.33v0.017c-0.35-40.007-32.863-72.303-72.919-72.303-0.219 0-0.438 0.001-0.657 0.003h0.033z" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -0,0 +1 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-19400648"],{"02aa":function(t,e,i){},"3f9a":function(t,e,i){"use strict";i.r(e);var s=function(){var t=this,e=t._self._c;return e("exception-page",{style:"min-height: ".concat(t.minHeight),attrs:{"home-route":"/home",type:"403"}})},c=[],o=i("5530"),a=i("7832"),n=i("2f62"),p={name:"Exp403",components:{ExceptionPage:a["a"]},computed:Object(o["a"])(Object(o["a"])({},Object(n["d"])("setting",["pageMinHeight"])),{},{minHeight:function(){return this.pageMinHeight?this.pageMinHeight+"px":"100vh"}})},r=p,h=i("2877"),u=Object(h["a"])(r,s,c,!1,null,"20a5bc34",null);e["default"]=u.exports},7832:function(t,e,i){"use strict";var s=function(){var t=this,e=t._self._c;return e("div",{staticClass:"exception-page"},[e("div",{staticClass:"img"},[e("img",{attrs:{src:t.config[t.type].img}})]),e("div",{staticClass:"content"},[e("h1",[t._v(t._s(t.config[t.type].title))]),e("div",{staticClass:"desc"},[t._v(t._s(t.config[t.type].desc))]),e("div",{staticClass:"action"},[e("a-button",{attrs:{type:"primary"},on:{click:t.backHome}},[t._v("返回首页")])],1)])])},c=[],o={403:{img:"https://gw.alipayobjects.com/zos/rmsportal/wZcnGqRDyhPOEYFcZDnb.svg",title:"403",desc:"抱歉,你无权访问该页面"},404:{img:"https://gw.alipayobjects.com/zos/rmsportal/KpnpchXsobRgLElEozzI.svg",title:"404",desc:"抱歉,你访问的页面不存在或仍在开发中"},500:{img:"https://gw.alipayobjects.com/zos/rmsportal/RVRUAYdCGeYNBWoKiIwB.svg",title:"500",desc:"抱歉,服务器出错了"}},a=o,n={name:"ExceptionPage",props:["type","homeRoute"],data:function(){return{config:a}},methods:{backHome:function(){var t=this;try{this.homeRoute,this.$router.push(this.homeRoute).catch((function(e){t.$router.push("/login")})),this.$emit("backHome",this.type)}catch(e){this.$router.push("/login")}}}},p=n,r=(i("fc59"),i("2877")),h=Object(r["a"])(p,s,c,!1,null,"10ee62ea",null);e["a"]=h.exports},fc59:function(t,e,i){"use strict";i("02aa")}}]);

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