mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
系统总览页面
This commit is contained in:
539
web/src/assets/iconfont/demo.css
Normal file
539
web/src/assets/iconfont/demo.css
Normal 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;
|
||||
}
|
||||
2788
web/src/assets/iconfont/demo_index.html
Normal file
2788
web/src/assets/iconfont/demo_index.html
Normal file
File diff suppressed because it is too large
Load Diff
468
web/src/assets/iconfont/iconfont.css
Normal file
468
web/src/assets/iconfont/iconfont.css
Normal file
@@ -0,0 +1,468 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4945642 */
|
||||
src: url('iconfont.woff2?t=1756516508134') format('woff2'),
|
||||
url('iconfont.woff?t=1756516508134') format('woff'),
|
||||
url('iconfont.ttf?t=1756516508134') format('truetype'),
|
||||
url('iconfont.svg?t=1756516508134#iconfont') format('svg');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-full:before {
|
||||
content: "\e651";
|
||||
}
|
||||
|
||||
.icon-exit:before {
|
||||
content: "\e652";
|
||||
}
|
||||
|
||||
.icon-a-qiyong:before {
|
||||
content: "\e64e";
|
||||
}
|
||||
|
||||
.icon-a-jinyong:before {
|
||||
content: "\e64f";
|
||||
}
|
||||
|
||||
.icon-tuihuishenqing:before {
|
||||
content: "\e64d";
|
||||
}
|
||||
|
||||
.icon-mti-loudianjiance:before {
|
||||
content: "\e64c";
|
||||
}
|
||||
|
||||
.icon-guanbi:before {
|
||||
content: "\e64b";
|
||||
}
|
||||
|
||||
.icon-a-fenzu1411:before {
|
||||
content: "\e649";
|
||||
}
|
||||
|
||||
.icon-a-fenzu1409:before {
|
||||
content: "\e64a";
|
||||
}
|
||||
|
||||
.icon-xianlu:before {
|
||||
content: "\e647";
|
||||
}
|
||||
|
||||
.icon-jizhongqi:before {
|
||||
content: "\e648";
|
||||
}
|
||||
|
||||
.icon-a-lujing41:before {
|
||||
content: "\e646";
|
||||
}
|
||||
|
||||
.icon-a-lujing4:before {
|
||||
content: "\e645";
|
||||
}
|
||||
|
||||
.icon-Electrocardiogram:before {
|
||||
content: "\e644";
|
||||
}
|
||||
|
||||
.icon-hezha:before {
|
||||
content: "\e642";
|
||||
}
|
||||
|
||||
.icon-bisuo:before {
|
||||
content: "\e643";
|
||||
}
|
||||
|
||||
.icon-lixian:before {
|
||||
content: "\e63b";
|
||||
}
|
||||
|
||||
.icon-dengpao:before {
|
||||
content: "\e63c";
|
||||
}
|
||||
|
||||
.icon-daunlu:before {
|
||||
content: "\e63e";
|
||||
}
|
||||
|
||||
.icon-loudianjiance:before {
|
||||
content: "\e63f";
|
||||
}
|
||||
|
||||
.icon-guozai:before {
|
||||
content: "\e641";
|
||||
}
|
||||
|
||||
.icon-a-fenzu92:before {
|
||||
content: "\e63a";
|
||||
}
|
||||
|
||||
.icon-yonghu2:before {
|
||||
content: "\e68d";
|
||||
}
|
||||
|
||||
.icon-guzhang:before {
|
||||
content: "\e632";
|
||||
}
|
||||
|
||||
.icon-leijishouyi:before {
|
||||
content: "\e631";
|
||||
}
|
||||
|
||||
.icon-fadianliang:before {
|
||||
content: "\e63d";
|
||||
}
|
||||
|
||||
.icon-fengji:before {
|
||||
content: "\e661";
|
||||
}
|
||||
|
||||
.icon-guangfu:before {
|
||||
content: "\e633";
|
||||
}
|
||||
|
||||
.icon-jiantanpaifang:before {
|
||||
content: "\e67d";
|
||||
}
|
||||
|
||||
.icon-hebing:before {
|
||||
content: "\e630";
|
||||
}
|
||||
|
||||
.icon-a-fenzu2:before {
|
||||
content: "\e62e";
|
||||
}
|
||||
|
||||
.icon-jiantou:before {
|
||||
content: "\e62d";
|
||||
}
|
||||
|
||||
.icon-a-fenzu549:before {
|
||||
content: "\e62c";
|
||||
}
|
||||
|
||||
.icon-guanbi1:before {
|
||||
content: "\e62a";
|
||||
}
|
||||
|
||||
.icon-baohuzhuangzhi:before {
|
||||
content: "\e704";
|
||||
}
|
||||
|
||||
.icon-peidianfang:before {
|
||||
content: "\e6ae";
|
||||
}
|
||||
|
||||
.icon-map-mark0:before {
|
||||
content: "\e6ba";
|
||||
}
|
||||
|
||||
.icon-caokongguanli:before {
|
||||
content: "\e62b";
|
||||
}
|
||||
|
||||
.icon-a-CyberMonitoring:before {
|
||||
content: "\e640";
|
||||
}
|
||||
|
||||
.icon-a-GrowthChart:before {
|
||||
content: "\e650";
|
||||
}
|
||||
|
||||
.icon-a-SalesGrowth:before {
|
||||
content: "\e668";
|
||||
}
|
||||
|
||||
.icon-a-TrendChat:before {
|
||||
content: "\e673";
|
||||
}
|
||||
|
||||
.icon-a-CloudComputer:before {
|
||||
content: "\e683";
|
||||
}
|
||||
|
||||
.icon-a-CloudInfrastructure:before {
|
||||
content: "\e687";
|
||||
}
|
||||
|
||||
.icon-a-CloudManagement:before {
|
||||
content: "\e689";
|
||||
}
|
||||
|
||||
.icon-a-CloudSecurity:before {
|
||||
content: "\e68e";
|
||||
}
|
||||
|
||||
.icon-Dataserver:before {
|
||||
content: "\e693";
|
||||
}
|
||||
|
||||
.icon-a-VolumeEqualizer:before {
|
||||
content: "\e6c0";
|
||||
}
|
||||
|
||||
.icon-a-ResourceManagement1:before {
|
||||
content: "\e808";
|
||||
}
|
||||
|
||||
.icon-a-GraphUp:before {
|
||||
content: "\e859";
|
||||
}
|
||||
|
||||
.icon-a-FileCabinet:before {
|
||||
content: "\e97d";
|
||||
}
|
||||
|
||||
.icon-a-SystemSetting:before {
|
||||
content: "\ee41";
|
||||
}
|
||||
|
||||
.icon-map-mark1:before {
|
||||
content: "\ee42";
|
||||
}
|
||||
|
||||
.icon-map-mark2-copy:before {
|
||||
content: "\ee43";
|
||||
}
|
||||
|
||||
.icon-shouye:before {
|
||||
content: "\e625";
|
||||
}
|
||||
|
||||
.icon-dingwei:before {
|
||||
content: "\e8c4";
|
||||
}
|
||||
|
||||
.icon-guanbi2:before {
|
||||
content: "\e62f";
|
||||
}
|
||||
|
||||
.icon-chulizhuangtai:before {
|
||||
content: "\e684";
|
||||
}
|
||||
|
||||
.icon-a-fenzu302:before {
|
||||
content: "\e629";
|
||||
}
|
||||
|
||||
.icon-a-fenzu1163:before {
|
||||
content: "\e605";
|
||||
}
|
||||
|
||||
.icon-tuichu:before {
|
||||
content: "\e627";
|
||||
}
|
||||
|
||||
.icon-yonghu-yuan:before {
|
||||
content: "\e628";
|
||||
}
|
||||
|
||||
.icon-mima:before {
|
||||
content: "\e8b2";
|
||||
}
|
||||
|
||||
.icon-tuichu3:before {
|
||||
content: "\e624";
|
||||
}
|
||||
|
||||
.icon-yueliang:before {
|
||||
content: "\e656";
|
||||
}
|
||||
|
||||
.icon-tongzhi:before {
|
||||
content: "\e674";
|
||||
}
|
||||
|
||||
.icon-tongzhi1:before {
|
||||
content: "\e9cd";
|
||||
}
|
||||
|
||||
.icon-tongzhi2:before {
|
||||
content: "\101d4";
|
||||
}
|
||||
|
||||
.icon-xingzhuangjiehe:before {
|
||||
content: "\e623";
|
||||
}
|
||||
|
||||
.icon-xitongguanli:before {
|
||||
content: "\e672";
|
||||
}
|
||||
|
||||
.icon-pingtaiguanli:before {
|
||||
content: "\e619";
|
||||
}
|
||||
|
||||
.icon-shidu:before {
|
||||
content: "\e635";
|
||||
}
|
||||
|
||||
.icon-dingdan-quanbudingdan:before {
|
||||
content: "\e626";
|
||||
}
|
||||
|
||||
.icon-wendu:before {
|
||||
content: "\e80f";
|
||||
}
|
||||
|
||||
.icon-fengtian-guangzhao:before {
|
||||
content: "\e636";
|
||||
}
|
||||
|
||||
.icon-fengsu:before {
|
||||
content: "\ea32";
|
||||
}
|
||||
|
||||
.icon-wulianzhongxin_normal:before {
|
||||
content: "\e620";
|
||||
}
|
||||
|
||||
.icon-icon-1:before {
|
||||
content: "\e621";
|
||||
}
|
||||
|
||||
.icon-fengexian:before {
|
||||
content: "\e634";
|
||||
}
|
||||
|
||||
.icon-quxiao:before {
|
||||
content: "\e637";
|
||||
}
|
||||
|
||||
.icon-a-xingzhuangjiehe1x:before {
|
||||
content: "\e638";
|
||||
}
|
||||
|
||||
.icon-a-xingzhuangjiehe1x1:before {
|
||||
content: "\e639";
|
||||
}
|
||||
|
||||
.icon-xingzhuang1:before {
|
||||
content: "\e622";
|
||||
}
|
||||
|
||||
.icon-xingzhuang:before {
|
||||
content: "\e604";
|
||||
}
|
||||
|
||||
.icon-a-fenzu1865:before {
|
||||
content: "\e61f";
|
||||
}
|
||||
|
||||
.icon-confirm:before {
|
||||
content: "\e61a";
|
||||
}
|
||||
|
||||
.icon-a-fenzu412:before {
|
||||
content: "\e61b";
|
||||
}
|
||||
|
||||
.icon-shuaxin:before {
|
||||
content: "\e61c";
|
||||
}
|
||||
|
||||
.icon-download:before {
|
||||
content: "\e61d";
|
||||
}
|
||||
|
||||
.icon-upload:before {
|
||||
content: "\e61e";
|
||||
}
|
||||
|
||||
.icon-add:before {
|
||||
content: "\e616";
|
||||
}
|
||||
|
||||
.icon-chongzhi:before {
|
||||
content: "\e617";
|
||||
}
|
||||
|
||||
.icon-setProtectControl:before {
|
||||
content: "\e618";
|
||||
}
|
||||
|
||||
.icon-export:before {
|
||||
content: "\e613";
|
||||
}
|
||||
|
||||
.icon-import:before {
|
||||
content: "\e614";
|
||||
}
|
||||
|
||||
.icon-del:before {
|
||||
content: "\e615";
|
||||
}
|
||||
|
||||
.icon-setProtectValue:before {
|
||||
content: "\e60e";
|
||||
}
|
||||
|
||||
.icon-setLightMode:before {
|
||||
content: "\e60f";
|
||||
}
|
||||
|
||||
.icon-setTimeMode:before {
|
||||
content: "\e610";
|
||||
}
|
||||
|
||||
.icon-switchMode:before {
|
||||
content: "\e611";
|
||||
}
|
||||
|
||||
.icon-setTime:before {
|
||||
content: "\e612";
|
||||
}
|
||||
|
||||
.icon-sousu:before {
|
||||
content: "\e60c";
|
||||
}
|
||||
|
||||
.icon-a-fenzu2241:before {
|
||||
content: "\e60d";
|
||||
}
|
||||
|
||||
.icon-openOrClose:before {
|
||||
content: "\e60b";
|
||||
}
|
||||
|
||||
.icon-zhaoce:before {
|
||||
content: "\e60a";
|
||||
}
|
||||
|
||||
.icon-send:before {
|
||||
content: "\e609";
|
||||
}
|
||||
|
||||
.icon-a-fenzu5:before {
|
||||
content: "\e608";
|
||||
}
|
||||
|
||||
.icon-shezhi:before {
|
||||
content: "\e607";
|
||||
}
|
||||
|
||||
.icon-touxiang:before {
|
||||
content: "\e606";
|
||||
}
|
||||
|
||||
.icon-jiaoyizhanghuguanli:before {
|
||||
content: "\e602";
|
||||
}
|
||||
|
||||
.icon-yingxiaoxuanzhong:before {
|
||||
content: "\e603";
|
||||
}
|
||||
|
||||
.icon-a-lujing1:before {
|
||||
content: "\e600";
|
||||
}
|
||||
|
||||
.icon-a-lujing11:before {
|
||||
content: "\e601";
|
||||
}
|
||||
|
||||
1
web/src/assets/iconfont/iconfont.js
Normal file
1
web/src/assets/iconfont/iconfont.js
Normal file
File diff suppressed because one or more lines are too long
800
web/src/assets/iconfont/iconfont.json
Normal file
800
web/src/assets/iconfont/iconfont.json
Normal file
@@ -0,0 +1,800 @@
|
||||
{
|
||||
"id": "4945642",
|
||||
"name": "海达普平台3.0",
|
||||
"font_family": "iconfont",
|
||||
"css_prefix_text": "icon-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "44946071",
|
||||
"name": "full",
|
||||
"font_class": "full",
|
||||
"unicode": "e651",
|
||||
"unicode_decimal": 58961
|
||||
},
|
||||
{
|
||||
"icon_id": "44946066",
|
||||
"name": "exit",
|
||||
"font_class": "exit",
|
||||
"unicode": "e652",
|
||||
"unicode_decimal": 58962
|
||||
},
|
||||
{
|
||||
"icon_id": "44797354",
|
||||
"name": "qiyong",
|
||||
"font_class": "a-qiyong",
|
||||
"unicode": "e64e",
|
||||
"unicode_decimal": 58958
|
||||
},
|
||||
{
|
||||
"icon_id": "44797352",
|
||||
"name": "jinyong",
|
||||
"font_class": "a-jinyong",
|
||||
"unicode": "e64f",
|
||||
"unicode_decimal": 58959
|
||||
},
|
||||
{
|
||||
"icon_id": "41945643",
|
||||
"name": "退回申请",
|
||||
"font_class": "tuihuishenqing",
|
||||
"unicode": "e64d",
|
||||
"unicode_decimal": 58957
|
||||
},
|
||||
{
|
||||
"icon_id": "44643473",
|
||||
"name": "mti-漏电监测",
|
||||
"font_class": "mti-loudianjiance",
|
||||
"unicode": "e64c",
|
||||
"unicode_decimal": 58956
|
||||
},
|
||||
{
|
||||
"icon_id": "44642653",
|
||||
"name": "关闭",
|
||||
"font_class": "guanbi",
|
||||
"unicode": "e64b",
|
||||
"unicode_decimal": 58955
|
||||
},
|
||||
{
|
||||
"icon_id": "44628330",
|
||||
"name": "启用",
|
||||
"font_class": "a-fenzu1411",
|
||||
"unicode": "e649",
|
||||
"unicode_decimal": 58953
|
||||
},
|
||||
{
|
||||
"icon_id": "44628328",
|
||||
"name": "禁用",
|
||||
"font_class": "a-fenzu1409",
|
||||
"unicode": "e64a",
|
||||
"unicode_decimal": 58954
|
||||
},
|
||||
{
|
||||
"icon_id": "44626923",
|
||||
"name": "线路",
|
||||
"font_class": "xianlu",
|
||||
"unicode": "e647",
|
||||
"unicode_decimal": 58951
|
||||
},
|
||||
{
|
||||
"icon_id": "44626921",
|
||||
"name": "集中器",
|
||||
"font_class": "jizhongqi",
|
||||
"unicode": "e648",
|
||||
"unicode_decimal": 58952
|
||||
},
|
||||
{
|
||||
"icon_id": "44626922",
|
||||
"name": "路径 4 (1)",
|
||||
"font_class": "a-lujing41",
|
||||
"unicode": "e646",
|
||||
"unicode_decimal": 58950
|
||||
},
|
||||
{
|
||||
"icon_id": "44626457",
|
||||
"name": "路径 4",
|
||||
"font_class": "a-lujing4",
|
||||
"unicode": "e645",
|
||||
"unicode_decimal": 58949
|
||||
},
|
||||
{
|
||||
"icon_id": "40668428",
|
||||
"name": "Electrocardiogram",
|
||||
"font_class": "Electrocardiogram",
|
||||
"unicode": "e644",
|
||||
"unicode_decimal": 58948
|
||||
},
|
||||
{
|
||||
"icon_id": "44621269",
|
||||
"name": "分组 10",
|
||||
"font_class": "hezha",
|
||||
"unicode": "e642",
|
||||
"unicode_decimal": 58946
|
||||
},
|
||||
{
|
||||
"icon_id": "44621265",
|
||||
"name": "路径 1 (1)",
|
||||
"font_class": "bisuo",
|
||||
"unicode": "e643",
|
||||
"unicode_decimal": 58947
|
||||
},
|
||||
{
|
||||
"icon_id": "44621293",
|
||||
"name": "离线",
|
||||
"font_class": "lixian",
|
||||
"unicode": "e63b",
|
||||
"unicode_decimal": 58939
|
||||
},
|
||||
{
|
||||
"icon_id": "44621290",
|
||||
"name": "49",
|
||||
"font_class": "dengpao",
|
||||
"unicode": "e63c",
|
||||
"unicode_decimal": 58940
|
||||
},
|
||||
{
|
||||
"icon_id": "44621289",
|
||||
"name": "路径 6",
|
||||
"font_class": "daunlu",
|
||||
"unicode": "e63e",
|
||||
"unicode_decimal": 58942
|
||||
},
|
||||
{
|
||||
"icon_id": "44621287",
|
||||
"name": "mti-漏电监测",
|
||||
"font_class": "loudianjiance",
|
||||
"unicode": "e63f",
|
||||
"unicode_decimal": 58943
|
||||
},
|
||||
{
|
||||
"icon_id": "44621285",
|
||||
"name": "路径 1",
|
||||
"font_class": "guozai",
|
||||
"unicode": "e641",
|
||||
"unicode_decimal": 58945
|
||||
},
|
||||
{
|
||||
"icon_id": "44613655",
|
||||
"name": "分组 92",
|
||||
"font_class": "a-fenzu92",
|
||||
"unicode": "e63a",
|
||||
"unicode_decimal": 58938
|
||||
},
|
||||
{
|
||||
"icon_id": "8998607",
|
||||
"name": "用户",
|
||||
"font_class": "yonghu2",
|
||||
"unicode": "e68d",
|
||||
"unicode_decimal": 59021
|
||||
},
|
||||
{
|
||||
"icon_id": "17398117",
|
||||
"name": "故障",
|
||||
"font_class": "guzhang",
|
||||
"unicode": "e632",
|
||||
"unicode_decimal": 58930
|
||||
},
|
||||
{
|
||||
"icon_id": "683410",
|
||||
"name": "累计收益",
|
||||
"font_class": "leijishouyi",
|
||||
"unicode": "e631",
|
||||
"unicode_decimal": 58929
|
||||
},
|
||||
{
|
||||
"icon_id": "6943378",
|
||||
"name": "发电量",
|
||||
"font_class": "fadianliang",
|
||||
"unicode": "e63d",
|
||||
"unicode_decimal": 58941
|
||||
},
|
||||
{
|
||||
"icon_id": "31328216",
|
||||
"name": "风机",
|
||||
"font_class": "fengji",
|
||||
"unicode": "e661",
|
||||
"unicode_decimal": 58977
|
||||
},
|
||||
{
|
||||
"icon_id": "37843318",
|
||||
"name": "光伏-copy",
|
||||
"font_class": "guangfu",
|
||||
"unicode": "e633",
|
||||
"unicode_decimal": 58931
|
||||
},
|
||||
{
|
||||
"icon_id": "39630640",
|
||||
"name": "减碳排放",
|
||||
"font_class": "jiantanpaifang",
|
||||
"unicode": "e67d",
|
||||
"unicode_decimal": 59005
|
||||
},
|
||||
{
|
||||
"icon_id": "44416323",
|
||||
"name": "合并",
|
||||
"font_class": "hebing",
|
||||
"unicode": "e630",
|
||||
"unicode_decimal": 58928
|
||||
},
|
||||
{
|
||||
"icon_id": "44603155",
|
||||
"name": "分组 2",
|
||||
"font_class": "a-fenzu2",
|
||||
"unicode": "e62e",
|
||||
"unicode_decimal": 58926
|
||||
},
|
||||
{
|
||||
"icon_id": "19877417",
|
||||
"name": "箭头",
|
||||
"font_class": "jiantou",
|
||||
"unicode": "e62d",
|
||||
"unicode_decimal": 58925
|
||||
},
|
||||
{
|
||||
"icon_id": "44581189",
|
||||
"name": "分组 549",
|
||||
"font_class": "a-fenzu549",
|
||||
"unicode": "e62c",
|
||||
"unicode_decimal": 58924
|
||||
},
|
||||
{
|
||||
"icon_id": "4880431",
|
||||
"name": "关闭",
|
||||
"font_class": "guanbi1",
|
||||
"unicode": "e62a",
|
||||
"unicode_decimal": 58922
|
||||
},
|
||||
{
|
||||
"icon_id": "27326599",
|
||||
"name": "保护装置",
|
||||
"font_class": "baohuzhuangzhi",
|
||||
"unicode": "e704",
|
||||
"unicode_decimal": 59140
|
||||
},
|
||||
{
|
||||
"icon_id": "32257173",
|
||||
"name": "配电房",
|
||||
"font_class": "peidianfang",
|
||||
"unicode": "e6ae",
|
||||
"unicode_decimal": 59054
|
||||
},
|
||||
{
|
||||
"icon_id": "35105134",
|
||||
"name": "同心圆",
|
||||
"font_class": "map-mark0",
|
||||
"unicode": "e6ba",
|
||||
"unicode_decimal": 59066
|
||||
},
|
||||
{
|
||||
"icon_id": "40458894",
|
||||
"name": "操控管理",
|
||||
"font_class": "caokongguanli",
|
||||
"unicode": "e62b",
|
||||
"unicode_decimal": 58923
|
||||
},
|
||||
{
|
||||
"icon_id": "40668708",
|
||||
"name": "Cyber Monitoring",
|
||||
"font_class": "a-CyberMonitoring",
|
||||
"unicode": "e640",
|
||||
"unicode_decimal": 58944
|
||||
},
|
||||
{
|
||||
"icon_id": "40668774",
|
||||
"name": "Growth Chart",
|
||||
"font_class": "a-GrowthChart",
|
||||
"unicode": "e650",
|
||||
"unicode_decimal": 58960
|
||||
},
|
||||
{
|
||||
"icon_id": "40668863",
|
||||
"name": "Sales Growth",
|
||||
"font_class": "a-SalesGrowth",
|
||||
"unicode": "e668",
|
||||
"unicode_decimal": 58984
|
||||
},
|
||||
{
|
||||
"icon_id": "40668908",
|
||||
"name": "Trend Chat",
|
||||
"font_class": "a-TrendChat",
|
||||
"unicode": "e673",
|
||||
"unicode_decimal": 58995
|
||||
},
|
||||
{
|
||||
"icon_id": "40668959",
|
||||
"name": "Cloud Computer",
|
||||
"font_class": "a-CloudComputer",
|
||||
"unicode": "e683",
|
||||
"unicode_decimal": 59011
|
||||
},
|
||||
{
|
||||
"icon_id": "40668971",
|
||||
"name": "Cloud Infrastructure",
|
||||
"font_class": "a-CloudInfrastructure",
|
||||
"unicode": "e687",
|
||||
"unicode_decimal": 59015
|
||||
},
|
||||
{
|
||||
"icon_id": "40668978",
|
||||
"name": "Cloud Management",
|
||||
"font_class": "a-CloudManagement",
|
||||
"unicode": "e689",
|
||||
"unicode_decimal": 59017
|
||||
},
|
||||
{
|
||||
"icon_id": "40668994",
|
||||
"name": "Cloud Security",
|
||||
"font_class": "a-CloudSecurity",
|
||||
"unicode": "e68e",
|
||||
"unicode_decimal": 59022
|
||||
},
|
||||
{
|
||||
"icon_id": "40669013",
|
||||
"name": "Dataserver",
|
||||
"font_class": "Dataserver",
|
||||
"unicode": "e693",
|
||||
"unicode_decimal": 59027
|
||||
},
|
||||
{
|
||||
"icon_id": "40669125",
|
||||
"name": "Volume Equalizer",
|
||||
"font_class": "a-VolumeEqualizer",
|
||||
"unicode": "e6c0",
|
||||
"unicode_decimal": 59072
|
||||
},
|
||||
{
|
||||
"icon_id": "40669723",
|
||||
"name": "Resource Management",
|
||||
"font_class": "a-ResourceManagement1",
|
||||
"unicode": "e808",
|
||||
"unicode_decimal": 59400
|
||||
},
|
||||
{
|
||||
"icon_id": "40669819",
|
||||
"name": "Graph Up",
|
||||
"font_class": "a-GraphUp",
|
||||
"unicode": "e859",
|
||||
"unicode_decimal": 59481
|
||||
},
|
||||
{
|
||||
"icon_id": "40670170",
|
||||
"name": "File Cabinet",
|
||||
"font_class": "a-FileCabinet",
|
||||
"unicode": "e97d",
|
||||
"unicode_decimal": 59773
|
||||
},
|
||||
{
|
||||
"icon_id": "40671533",
|
||||
"name": "System Setting",
|
||||
"font_class": "a-SystemSetting",
|
||||
"unicode": "ee41",
|
||||
"unicode_decimal": 60993
|
||||
},
|
||||
{
|
||||
"icon_id": "41578337",
|
||||
"name": "同心圆-copy",
|
||||
"font_class": "map-mark1",
|
||||
"unicode": "ee42",
|
||||
"unicode_decimal": 60994
|
||||
},
|
||||
{
|
||||
"icon_id": "41578361",
|
||||
"name": "同心圆-copy-copy",
|
||||
"font_class": "map-mark2-copy",
|
||||
"unicode": "ee43",
|
||||
"unicode_decimal": 60995
|
||||
},
|
||||
{
|
||||
"icon_id": "1228",
|
||||
"name": "首页",
|
||||
"font_class": "shouye",
|
||||
"unicode": "e625",
|
||||
"unicode_decimal": 58917
|
||||
},
|
||||
{
|
||||
"icon_id": "11372763",
|
||||
"name": "定位",
|
||||
"font_class": "dingwei",
|
||||
"unicode": "e8c4",
|
||||
"unicode_decimal": 59588
|
||||
},
|
||||
{
|
||||
"icon_id": "21164164",
|
||||
"name": "关闭",
|
||||
"font_class": "guanbi2",
|
||||
"unicode": "e62f",
|
||||
"unicode_decimal": 58927
|
||||
},
|
||||
{
|
||||
"icon_id": "35113133",
|
||||
"name": "处理状态",
|
||||
"font_class": "chulizhuangtai",
|
||||
"unicode": "e684",
|
||||
"unicode_decimal": 59012
|
||||
},
|
||||
{
|
||||
"icon_id": "44573704",
|
||||
"name": "分组 302",
|
||||
"font_class": "a-fenzu302",
|
||||
"unicode": "e629",
|
||||
"unicode_decimal": 58921
|
||||
},
|
||||
{
|
||||
"icon_id": "44573686",
|
||||
"name": "分组 1163",
|
||||
"font_class": "a-fenzu1163",
|
||||
"unicode": "e605",
|
||||
"unicode_decimal": 58885
|
||||
},
|
||||
{
|
||||
"icon_id": "44573683",
|
||||
"name": "分组 449",
|
||||
"font_class": "tuichu",
|
||||
"unicode": "e627",
|
||||
"unicode_decimal": 58919
|
||||
},
|
||||
{
|
||||
"icon_id": "44573677",
|
||||
"name": "分组 1565",
|
||||
"font_class": "yonghu-yuan",
|
||||
"unicode": "e628",
|
||||
"unicode_decimal": 58920
|
||||
},
|
||||
{
|
||||
"icon_id": "11372676",
|
||||
"name": "密码",
|
||||
"font_class": "mima",
|
||||
"unicode": "e8b2",
|
||||
"unicode_decimal": 59570
|
||||
},
|
||||
{
|
||||
"icon_id": "28622327",
|
||||
"name": "退出",
|
||||
"font_class": "tuichu3",
|
||||
"unicode": "e624",
|
||||
"unicode_decimal": 58916
|
||||
},
|
||||
{
|
||||
"icon_id": "35972990",
|
||||
"name": "icon_夜间-月亮",
|
||||
"font_class": "yueliang",
|
||||
"unicode": "e656",
|
||||
"unicode_decimal": 58966
|
||||
},
|
||||
{
|
||||
"icon_id": "16388270",
|
||||
"name": "通知",
|
||||
"font_class": "tongzhi",
|
||||
"unicode": "e674",
|
||||
"unicode_decimal": 58996
|
||||
},
|
||||
{
|
||||
"icon_id": "32538041",
|
||||
"name": "通知",
|
||||
"font_class": "tongzhi1",
|
||||
"unicode": "e9cd",
|
||||
"unicode_decimal": 59853
|
||||
},
|
||||
{
|
||||
"icon_id": "42794618",
|
||||
"name": "通知",
|
||||
"font_class": "tongzhi2",
|
||||
"unicode": "101d4",
|
||||
"unicode_decimal": 66004
|
||||
},
|
||||
{
|
||||
"icon_id": "44572036",
|
||||
"name": "形状结合",
|
||||
"font_class": "xingzhuangjiehe",
|
||||
"unicode": "e623",
|
||||
"unicode_decimal": 58915
|
||||
},
|
||||
{
|
||||
"icon_id": "4138428",
|
||||
"name": "系统管理",
|
||||
"font_class": "xitongguanli",
|
||||
"unicode": "e672",
|
||||
"unicode_decimal": 58994
|
||||
},
|
||||
{
|
||||
"icon_id": "5093337",
|
||||
"name": "平台管理",
|
||||
"font_class": "pingtaiguanli",
|
||||
"unicode": "e619",
|
||||
"unicode_decimal": 58905
|
||||
},
|
||||
{
|
||||
"icon_id": "6677873",
|
||||
"name": "湿度",
|
||||
"font_class": "shidu",
|
||||
"unicode": "e635",
|
||||
"unicode_decimal": 58933
|
||||
},
|
||||
{
|
||||
"icon_id": "17541547",
|
||||
"name": "订单-全部订单",
|
||||
"font_class": "dingdan-quanbudingdan",
|
||||
"unicode": "e626",
|
||||
"unicode_decimal": 58918
|
||||
},
|
||||
{
|
||||
"icon_id": "17605421",
|
||||
"name": "温度",
|
||||
"font_class": "wendu",
|
||||
"unicode": "e80f",
|
||||
"unicode_decimal": 59407
|
||||
},
|
||||
{
|
||||
"icon_id": "21135941",
|
||||
"name": "光照",
|
||||
"font_class": "fengtian-guangzhao",
|
||||
"unicode": "e636",
|
||||
"unicode_decimal": 58934
|
||||
},
|
||||
{
|
||||
"icon_id": "25716499",
|
||||
"name": "风速",
|
||||
"font_class": "fengsu",
|
||||
"unicode": "ea32",
|
||||
"unicode_decimal": 59954
|
||||
},
|
||||
{
|
||||
"icon_id": "35264434",
|
||||
"name": "物联中心_normal",
|
||||
"font_class": "wulianzhongxin_normal",
|
||||
"unicode": "e620",
|
||||
"unicode_decimal": 58912
|
||||
},
|
||||
{
|
||||
"icon_id": "39347276",
|
||||
"name": "icon-home",
|
||||
"font_class": "icon-1",
|
||||
"unicode": "e621",
|
||||
"unicode_decimal": 58913
|
||||
},
|
||||
{
|
||||
"icon_id": "41233755",
|
||||
"name": "分割线",
|
||||
"font_class": "fengexian",
|
||||
"unicode": "e634",
|
||||
"unicode_decimal": 58932
|
||||
},
|
||||
{
|
||||
"icon_id": "44546776",
|
||||
"name": "取消-抽屉",
|
||||
"font_class": "quxiao",
|
||||
"unicode": "e637",
|
||||
"unicode_decimal": 58935
|
||||
},
|
||||
{
|
||||
"icon_id": "44565750",
|
||||
"name": "user_login",
|
||||
"font_class": "a-xingzhuangjiehe1x",
|
||||
"unicode": "e638",
|
||||
"unicode_decimal": 58936
|
||||
},
|
||||
{
|
||||
"icon_id": "44565801",
|
||||
"name": "passwd_login",
|
||||
"font_class": "a-xingzhuangjiehe1x1",
|
||||
"unicode": "e639",
|
||||
"unicode_decimal": 58937
|
||||
},
|
||||
{
|
||||
"icon_id": "44572019",
|
||||
"name": "形状",
|
||||
"font_class": "xingzhuang1",
|
||||
"unicode": "e622",
|
||||
"unicode_decimal": 58914
|
||||
},
|
||||
{
|
||||
"icon_id": "44572020",
|
||||
"name": "形状",
|
||||
"font_class": "xingzhuang",
|
||||
"unicode": "e604",
|
||||
"unicode_decimal": 58884
|
||||
},
|
||||
{
|
||||
"icon_id": "44571957",
|
||||
"name": "分组 1865",
|
||||
"font_class": "a-fenzu1865",
|
||||
"unicode": "e61f",
|
||||
"unicode_decimal": 58911
|
||||
},
|
||||
{
|
||||
"icon_id": "44571956",
|
||||
"name": "分组 929",
|
||||
"font_class": "confirm",
|
||||
"unicode": "e61a",
|
||||
"unicode_decimal": 58906
|
||||
},
|
||||
{
|
||||
"icon_id": "44571953",
|
||||
"name": "分组 412",
|
||||
"font_class": "a-fenzu412",
|
||||
"unicode": "e61b",
|
||||
"unicode_decimal": 58907
|
||||
},
|
||||
{
|
||||
"icon_id": "44571951",
|
||||
"name": "分组 1753",
|
||||
"font_class": "shuaxin",
|
||||
"unicode": "e61c",
|
||||
"unicode_decimal": 58908
|
||||
},
|
||||
{
|
||||
"icon_id": "44571950",
|
||||
"name": "分组 2121",
|
||||
"font_class": "download",
|
||||
"unicode": "e61d",
|
||||
"unicode_decimal": 58909
|
||||
},
|
||||
{
|
||||
"icon_id": "44571949",
|
||||
"name": "分组 204",
|
||||
"font_class": "upload",
|
||||
"unicode": "e61e",
|
||||
"unicode_decimal": 58910
|
||||
},
|
||||
{
|
||||
"icon_id": "44571900",
|
||||
"name": "分组 463",
|
||||
"font_class": "add",
|
||||
"unicode": "e616",
|
||||
"unicode_decimal": 58902
|
||||
},
|
||||
{
|
||||
"icon_id": "44571899",
|
||||
"name": "分组 423",
|
||||
"font_class": "chongzhi",
|
||||
"unicode": "e617",
|
||||
"unicode_decimal": 58903
|
||||
},
|
||||
{
|
||||
"icon_id": "44571892",
|
||||
"name": "分组 1977",
|
||||
"font_class": "setProtectControl",
|
||||
"unicode": "e618",
|
||||
"unicode_decimal": 58904
|
||||
},
|
||||
{
|
||||
"icon_id": "44571905",
|
||||
"name": "分组 610",
|
||||
"font_class": "export",
|
||||
"unicode": "e613",
|
||||
"unicode_decimal": 58899
|
||||
},
|
||||
{
|
||||
"icon_id": "44571903",
|
||||
"name": "分组 614",
|
||||
"font_class": "import",
|
||||
"unicode": "e614",
|
||||
"unicode_decimal": 58900
|
||||
},
|
||||
{
|
||||
"icon_id": "44571902",
|
||||
"name": "分组 249",
|
||||
"font_class": "del",
|
||||
"unicode": "e615",
|
||||
"unicode_decimal": 58901
|
||||
},
|
||||
{
|
||||
"icon_id": "44571893",
|
||||
"name": "分组 1237",
|
||||
"font_class": "setProtectValue",
|
||||
"unicode": "e60e",
|
||||
"unicode_decimal": 58894
|
||||
},
|
||||
{
|
||||
"icon_id": "44571891",
|
||||
"name": "分组 2237",
|
||||
"font_class": "setLightMode",
|
||||
"unicode": "e60f",
|
||||
"unicode_decimal": 58895
|
||||
},
|
||||
{
|
||||
"icon_id": "44571888",
|
||||
"name": "分组 2085",
|
||||
"font_class": "setTimeMode",
|
||||
"unicode": "e610",
|
||||
"unicode_decimal": 58896
|
||||
},
|
||||
{
|
||||
"icon_id": "44571885",
|
||||
"name": "分组 1739",
|
||||
"font_class": "switchMode",
|
||||
"unicode": "e611",
|
||||
"unicode_decimal": 58897
|
||||
},
|
||||
{
|
||||
"icon_id": "44571884",
|
||||
"name": "分组 1375",
|
||||
"font_class": "setTime",
|
||||
"unicode": "e612",
|
||||
"unicode_decimal": 58898
|
||||
},
|
||||
{
|
||||
"icon_id": "44571897",
|
||||
"name": "分组 403",
|
||||
"font_class": "sousu",
|
||||
"unicode": "e60c",
|
||||
"unicode_decimal": 58892
|
||||
},
|
||||
{
|
||||
"icon_id": "44571896",
|
||||
"name": "分组 2241",
|
||||
"font_class": "a-fenzu2241",
|
||||
"unicode": "e60d",
|
||||
"unicode_decimal": 58893
|
||||
},
|
||||
{
|
||||
"icon_id": "44567819",
|
||||
"name": "分组 1067",
|
||||
"font_class": "openOrClose",
|
||||
"unicode": "e60b",
|
||||
"unicode_decimal": 58891
|
||||
},
|
||||
{
|
||||
"icon_id": "44567629",
|
||||
"name": "分组 1928",
|
||||
"font_class": "zhaoce",
|
||||
"unicode": "e60a",
|
||||
"unicode_decimal": 58890
|
||||
},
|
||||
{
|
||||
"icon_id": "44567660",
|
||||
"name": "分组 342",
|
||||
"font_class": "send",
|
||||
"unicode": "e609",
|
||||
"unicode_decimal": 58889
|
||||
},
|
||||
{
|
||||
"icon_id": "44567617",
|
||||
"name": "分组 5",
|
||||
"font_class": "a-fenzu5",
|
||||
"unicode": "e608",
|
||||
"unicode_decimal": 58888
|
||||
},
|
||||
{
|
||||
"icon_id": "44567394",
|
||||
"name": "设置",
|
||||
"font_class": "shezhi",
|
||||
"unicode": "e607",
|
||||
"unicode_decimal": 58887
|
||||
},
|
||||
{
|
||||
"icon_id": "44567418",
|
||||
"name": "分组 1565",
|
||||
"font_class": "touxiang",
|
||||
"unicode": "e606",
|
||||
"unicode_decimal": 58886
|
||||
},
|
||||
{
|
||||
"icon_id": "44567099",
|
||||
"name": "交易账户",
|
||||
"font_class": "jiaoyizhanghuguanli",
|
||||
"unicode": "e602",
|
||||
"unicode_decimal": 58882
|
||||
},
|
||||
{
|
||||
"icon_id": "44567095",
|
||||
"name": "营销选中",
|
||||
"font_class": "yingxiaoxuanzhong",
|
||||
"unicode": "e603",
|
||||
"unicode_decimal": 58883
|
||||
},
|
||||
{
|
||||
"icon_id": "44567155",
|
||||
"name": "可视化",
|
||||
"font_class": "a-lujing1",
|
||||
"unicode": "e600",
|
||||
"unicode_decimal": 58880
|
||||
},
|
||||
{
|
||||
"icon_id": "44567153",
|
||||
"name": "用户",
|
||||
"font_class": "a-lujing11",
|
||||
"unicode": "e601",
|
||||
"unicode_decimal": 58881
|
||||
}
|
||||
]
|
||||
}
|
||||
245
web/src/assets/iconfont/iconfont.svg
Normal file
245
web/src/assets/iconfont/iconfont.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 200 KiB |
BIN
web/src/assets/iconfont/iconfont.ttf
Normal file
BIN
web/src/assets/iconfont/iconfont.ttf
Normal file
Binary file not shown.
BIN
web/src/assets/iconfont/iconfont.woff
Normal file
BIN
web/src/assets/iconfont/iconfont.woff
Normal file
Binary file not shown.
BIN
web/src/assets/iconfont/iconfont.woff2
Normal file
BIN
web/src/assets/iconfont/iconfont.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user