!提交代码
This commit is contained in:
539
货架标准上位机/Fonts/demo/demo.css
Normal file
539
货架标准上位机/Fonts/demo/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;
|
||||
}
|
1658
货架标准上位机/Fonts/demo/demo_index.html
Normal file
1658
货架标准上位机/Fonts/demo/demo_index.html
Normal file
File diff suppressed because it is too large
Load Diff
269
货架标准上位机/Fonts/demo/iconfont.css
Normal file
269
货架标准上位机/Fonts/demo/iconfont.css
Normal file
@ -0,0 +1,269 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 3809552 */
|
||||
src: url('iconfont.ttf?t=1699499055878') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-com004:before {
|
||||
content: "\e62d";
|
||||
}
|
||||
|
||||
.icon-wangluo:before {
|
||||
content: "\e630";
|
||||
}
|
||||
|
||||
.icon-lanya:before {
|
||||
content: "\e63f";
|
||||
}
|
||||
|
||||
.icon-wifiwuxianwang:before {
|
||||
content: "\e6f1";
|
||||
}
|
||||
|
||||
.icon-zidongzhihang:before {
|
||||
content: "\e6e3";
|
||||
}
|
||||
|
||||
.icon-shoudong:before {
|
||||
content: "\e729";
|
||||
}
|
||||
|
||||
.icon-biancheng-01:before {
|
||||
content: "\e678";
|
||||
}
|
||||
|
||||
.icon-erweima:before {
|
||||
content: "\e60c";
|
||||
}
|
||||
|
||||
.icon-31saoma:before {
|
||||
content: "\e60e";
|
||||
}
|
||||
|
||||
.icon-qigang:before {
|
||||
content: "\e638";
|
||||
}
|
||||
|
||||
.icon-quanxian:before {
|
||||
content: "\e612";
|
||||
}
|
||||
|
||||
.icon-dianwei:before {
|
||||
content: "\e6dd";
|
||||
}
|
||||
|
||||
.icon-liucheng:before {
|
||||
content: "\e63a";
|
||||
}
|
||||
|
||||
.icon-liucheng1:before {
|
||||
content: "\e6d3";
|
||||
}
|
||||
|
||||
.icon-zhuliucheng:before {
|
||||
content: "\e63e";
|
||||
}
|
||||
|
||||
.icon-sifumada:before {
|
||||
content: "\e607";
|
||||
}
|
||||
|
||||
.icon-p1-3-1:before {
|
||||
content: "\e60a";
|
||||
}
|
||||
|
||||
.icon-jiumingahelp16:before {
|
||||
content: "\e940";
|
||||
}
|
||||
|
||||
.icon-tianjia:before {
|
||||
content: "\e657";
|
||||
}
|
||||
|
||||
.icon-xiugai:before {
|
||||
content: "\e8cf";
|
||||
}
|
||||
|
||||
.icon-zhongmingming:before {
|
||||
content: "\e606";
|
||||
}
|
||||
|
||||
.icon-qingchu:before {
|
||||
content: "\e62c";
|
||||
}
|
||||
|
||||
.icon-24gl-trash2:before {
|
||||
content: "\eb45";
|
||||
}
|
||||
|
||||
.icon-yunliankeji_gongyinglianfuben:before {
|
||||
content: "\e618";
|
||||
}
|
||||
|
||||
.icon-tubiaozhizuomoban-116:before {
|
||||
content: "\e633";
|
||||
}
|
||||
|
||||
.icon-baozhuang:before {
|
||||
content: "\e61b";
|
||||
}
|
||||
|
||||
.icon-45kejichuangxin-chuansongdai:before {
|
||||
content: "\e639";
|
||||
}
|
||||
|
||||
.icon-liebiao2:before {
|
||||
content: "\e605";
|
||||
}
|
||||
|
||||
.icon-yuan:before {
|
||||
content: "\e62f";
|
||||
}
|
||||
|
||||
.icon-dantupailie:before {
|
||||
content: "\e604";
|
||||
}
|
||||
|
||||
.icon-quanping_o:before {
|
||||
content: "\eb99";
|
||||
}
|
||||
|
||||
.icon-pifu1:before {
|
||||
content: "\e62b";
|
||||
}
|
||||
|
||||
.icon-yanseku:before {
|
||||
content: "\ee22";
|
||||
}
|
||||
|
||||
.icon-zhaoming2:before {
|
||||
content: "\e65a";
|
||||
}
|
||||
|
||||
.icon-shijian:before {
|
||||
content: "\e64d";
|
||||
}
|
||||
|
||||
.icon-quxiao:before {
|
||||
content: "\e601";
|
||||
}
|
||||
|
||||
.icon-qidong:before {
|
||||
content: "\e67d";
|
||||
}
|
||||
|
||||
.icon-24gl-pauseCircle:before {
|
||||
content: "\ea6d";
|
||||
}
|
||||
|
||||
.icon-zhaoming:before {
|
||||
content: "\e62e";
|
||||
}
|
||||
|
||||
.icon-huopinleixing-:before {
|
||||
content: "\e632";
|
||||
}
|
||||
|
||||
.icon-fuwei:before {
|
||||
content: "\e61f";
|
||||
}
|
||||
|
||||
.icon-buhege:before {
|
||||
content: "\e602";
|
||||
}
|
||||
|
||||
.icon-hege:before {
|
||||
content: "\e603";
|
||||
}
|
||||
|
||||
.icon-duigou:before {
|
||||
content: "\e65d";
|
||||
}
|
||||
|
||||
.icon-jiqiren:before {
|
||||
content: "\e60d";
|
||||
}
|
||||
|
||||
.icon-jiqiren_o:before {
|
||||
content: "\eb62";
|
||||
}
|
||||
|
||||
.icon-help:before {
|
||||
content: "\e60b";
|
||||
}
|
||||
|
||||
.icon-guanyu:before {
|
||||
content: "\e608";
|
||||
}
|
||||
|
||||
.icon-zhuye1:before {
|
||||
content: "\e625";
|
||||
}
|
||||
|
||||
.icon-icon_shiyongwendang:before {
|
||||
content: "\eb91";
|
||||
}
|
||||
|
||||
.icon-rizhiguanli:before {
|
||||
content: "\e61d";
|
||||
}
|
||||
|
||||
.icon-pifu:before {
|
||||
content: "\e743";
|
||||
}
|
||||
|
||||
.icon-gongzuo:before {
|
||||
content: "\e609";
|
||||
}
|
||||
|
||||
.icon-gongzuoliugongzuoliuguanli:before {
|
||||
content: "\e64c";
|
||||
}
|
||||
|
||||
.icon-chaxun1:before {
|
||||
content: "\ec4c";
|
||||
}
|
||||
|
||||
.icon-liujisuan:before {
|
||||
content: "\ec56";
|
||||
}
|
||||
|
||||
.icon-hand:before {
|
||||
content: "\e91a";
|
||||
}
|
||||
|
||||
.icon-gengduo:before {
|
||||
content: "\e600";
|
||||
}
|
||||
|
||||
.icon-shezhi:before {
|
||||
content: "\e64b";
|
||||
}
|
||||
|
||||
.icon-yonghu:before {
|
||||
content: "\e649";
|
||||
}
|
||||
|
||||
.icon-tiaoshi:before {
|
||||
content: "\eb61";
|
||||
}
|
||||
|
||||
.icon-yonghu1:before {
|
||||
content: "\e616";
|
||||
}
|
||||
|
||||
.icon-zhexiantu:before {
|
||||
content: "\ec66";
|
||||
}
|
||||
|
||||
.icon-chaxun:before {
|
||||
content: "\e63b";
|
||||
}
|
||||
|
1
货架标准上位机/Fonts/demo/iconfont.js
Normal file
1
货架标准上位机/Fonts/demo/iconfont.js
Normal file
File diff suppressed because one or more lines are too long
457
货架标准上位机/Fonts/demo/iconfont.json
Normal file
457
货架标准上位机/Fonts/demo/iconfont.json
Normal file
@ -0,0 +1,457 @@
|
||||
{
|
||||
"id": "3809552",
|
||||
"name": "font1",
|
||||
"font_family": "iconfont",
|
||||
"css_prefix_text": "icon-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "1286979",
|
||||
"name": "COM004",
|
||||
"font_class": "com004",
|
||||
"unicode": "e62d",
|
||||
"unicode_decimal": 58925
|
||||
},
|
||||
{
|
||||
"icon_id": "6582325",
|
||||
"name": "网络2",
|
||||
"font_class": "wangluo",
|
||||
"unicode": "e630",
|
||||
"unicode_decimal": 58928
|
||||
},
|
||||
{
|
||||
"icon_id": "6582355",
|
||||
"name": "蓝牙",
|
||||
"font_class": "lanya",
|
||||
"unicode": "e63f",
|
||||
"unicode_decimal": 58943
|
||||
},
|
||||
{
|
||||
"icon_id": "20009354",
|
||||
"name": "wifi无线网",
|
||||
"font_class": "wifiwuxianwang",
|
||||
"unicode": "e6f1",
|
||||
"unicode_decimal": 59121
|
||||
},
|
||||
{
|
||||
"icon_id": "1790443",
|
||||
"name": "自动执行",
|
||||
"font_class": "zidongzhihang",
|
||||
"unicode": "e6e3",
|
||||
"unicode_decimal": 59107
|
||||
},
|
||||
{
|
||||
"icon_id": "8791338",
|
||||
"name": "手动",
|
||||
"font_class": "shoudong",
|
||||
"unicode": "e729",
|
||||
"unicode_decimal": 59177
|
||||
},
|
||||
{
|
||||
"icon_id": "27100643",
|
||||
"name": "126-编程",
|
||||
"font_class": "biancheng-01",
|
||||
"unicode": "e678",
|
||||
"unicode_decimal": 59000
|
||||
},
|
||||
{
|
||||
"icon_id": "77191",
|
||||
"name": "二维码",
|
||||
"font_class": "erweima",
|
||||
"unicode": "e60c",
|
||||
"unicode_decimal": 58892
|
||||
},
|
||||
{
|
||||
"icon_id": "201568",
|
||||
"name": "3.1-扫码",
|
||||
"font_class": "31saoma",
|
||||
"unicode": "e60e",
|
||||
"unicode_decimal": 58894
|
||||
},
|
||||
{
|
||||
"icon_id": "35634503",
|
||||
"name": "气缸",
|
||||
"font_class": "qigang",
|
||||
"unicode": "e638",
|
||||
"unicode_decimal": 58936
|
||||
},
|
||||
{
|
||||
"icon_id": "736503",
|
||||
"name": "权限",
|
||||
"font_class": "quanxian",
|
||||
"unicode": "e612",
|
||||
"unicode_decimal": 58898
|
||||
},
|
||||
{
|
||||
"icon_id": "26992661",
|
||||
"name": "点位",
|
||||
"font_class": "dianwei",
|
||||
"unicode": "e6dd",
|
||||
"unicode_decimal": 59101
|
||||
},
|
||||
{
|
||||
"icon_id": "6193798",
|
||||
"name": "流程",
|
||||
"font_class": "liucheng",
|
||||
"unicode": "e63a",
|
||||
"unicode_decimal": 58938
|
||||
},
|
||||
{
|
||||
"icon_id": "9874504",
|
||||
"name": "KHCFDC_流程 ",
|
||||
"font_class": "liucheng1",
|
||||
"unicode": "e6d3",
|
||||
"unicode_decimal": 59091
|
||||
},
|
||||
{
|
||||
"icon_id": "11121496",
|
||||
"name": "主流程",
|
||||
"font_class": "zhuliucheng",
|
||||
"unicode": "e63e",
|
||||
"unicode_decimal": 58942
|
||||
},
|
||||
{
|
||||
"icon_id": "12844268",
|
||||
"name": "伺服马达",
|
||||
"font_class": "sifumada",
|
||||
"unicode": "e607",
|
||||
"unicode_decimal": 58887
|
||||
},
|
||||
{
|
||||
"icon_id": "22615372",
|
||||
"name": "编辑流程",
|
||||
"font_class": "p1-3-1",
|
||||
"unicode": "e60a",
|
||||
"unicode_decimal": 58890
|
||||
},
|
||||
{
|
||||
"icon_id": "866275",
|
||||
"name": "救命啊_help16",
|
||||
"font_class": "jiumingahelp16",
|
||||
"unicode": "e940",
|
||||
"unicode_decimal": 59712
|
||||
},
|
||||
{
|
||||
"icon_id": "145479",
|
||||
"name": "添加",
|
||||
"font_class": "tianjia",
|
||||
"unicode": "e657",
|
||||
"unicode_decimal": 58967
|
||||
},
|
||||
{
|
||||
"icon_id": "2076418",
|
||||
"name": "修改",
|
||||
"font_class": "xiugai",
|
||||
"unicode": "e8cf",
|
||||
"unicode_decimal": 59599
|
||||
},
|
||||
{
|
||||
"icon_id": "5923116",
|
||||
"name": "重命名",
|
||||
"font_class": "zhongmingming",
|
||||
"unicode": "e606",
|
||||
"unicode_decimal": 58886
|
||||
},
|
||||
{
|
||||
"icon_id": "1130641",
|
||||
"name": "清除",
|
||||
"font_class": "qingchu",
|
||||
"unicode": "e62c",
|
||||
"unicode_decimal": 58924
|
||||
},
|
||||
{
|
||||
"icon_id": "7596941",
|
||||
"name": "24gl-trash2",
|
||||
"font_class": "24gl-trash2",
|
||||
"unicode": "eb45",
|
||||
"unicode_decimal": 60229
|
||||
},
|
||||
{
|
||||
"icon_id": "5800277",
|
||||
"name": "电子制造业",
|
||||
"font_class": "yunliankeji_gongyinglianfuben",
|
||||
"unicode": "e618",
|
||||
"unicode_decimal": 58904
|
||||
},
|
||||
{
|
||||
"icon_id": "17619289",
|
||||
"name": "生产制造",
|
||||
"font_class": "tubiaozhizuomoban-116",
|
||||
"unicode": "e633",
|
||||
"unicode_decimal": 58931
|
||||
},
|
||||
{
|
||||
"icon_id": "5652692",
|
||||
"name": "包装",
|
||||
"font_class": "baozhuang",
|
||||
"unicode": "e61b",
|
||||
"unicode_decimal": 58907
|
||||
},
|
||||
{
|
||||
"icon_id": "20531556",
|
||||
"name": "传送带",
|
||||
"font_class": "45kejichuangxin-chuansongdai",
|
||||
"unicode": "e639",
|
||||
"unicode_decimal": 58937
|
||||
},
|
||||
{
|
||||
"icon_id": "162727",
|
||||
"name": "列表2",
|
||||
"font_class": "liebiao2",
|
||||
"unicode": "e605",
|
||||
"unicode_decimal": 58885
|
||||
},
|
||||
{
|
||||
"icon_id": "1028153",
|
||||
"name": "圆",
|
||||
"font_class": "yuan",
|
||||
"unicode": "e62f",
|
||||
"unicode_decimal": 58927
|
||||
},
|
||||
{
|
||||
"icon_id": "1278",
|
||||
"name": "单图排列",
|
||||
"font_class": "dantupailie",
|
||||
"unicode": "e604",
|
||||
"unicode_decimal": 58884
|
||||
},
|
||||
{
|
||||
"icon_id": "5387948",
|
||||
"name": "全屏_o",
|
||||
"font_class": "quanping_o",
|
||||
"unicode": "eb99",
|
||||
"unicode_decimal": 60313
|
||||
},
|
||||
{
|
||||
"icon_id": "8765149",
|
||||
"name": "皮肤",
|
||||
"font_class": "pifu1",
|
||||
"unicode": "e62b",
|
||||
"unicode_decimal": 58923
|
||||
},
|
||||
{
|
||||
"icon_id": "22385724",
|
||||
"name": "颜色库",
|
||||
"font_class": "yanseku",
|
||||
"unicode": "ee22",
|
||||
"unicode_decimal": 60962
|
||||
},
|
||||
{
|
||||
"icon_id": "13638717",
|
||||
"name": "照明",
|
||||
"font_class": "zhaoming2",
|
||||
"unicode": "e65a",
|
||||
"unicode_decimal": 58970
|
||||
},
|
||||
{
|
||||
"icon_id": "629339",
|
||||
"name": "时间",
|
||||
"font_class": "shijian",
|
||||
"unicode": "e64d",
|
||||
"unicode_decimal": 58957
|
||||
},
|
||||
{
|
||||
"icon_id": "5645008",
|
||||
"name": "取消",
|
||||
"font_class": "quxiao",
|
||||
"unicode": "e601",
|
||||
"unicode_decimal": 58881
|
||||
},
|
||||
{
|
||||
"icon_id": "7435512",
|
||||
"name": "启动",
|
||||
"font_class": "qidong",
|
||||
"unicode": "e67d",
|
||||
"unicode_decimal": 59005
|
||||
},
|
||||
{
|
||||
"icon_id": "7594046",
|
||||
"name": "24gl-pauseCircle",
|
||||
"font_class": "24gl-pauseCircle",
|
||||
"unicode": "ea6d",
|
||||
"unicode_decimal": 60013
|
||||
},
|
||||
{
|
||||
"icon_id": "8400546",
|
||||
"name": "照明",
|
||||
"font_class": "zhaoming",
|
||||
"unicode": "e62e",
|
||||
"unicode_decimal": 58926
|
||||
},
|
||||
{
|
||||
"icon_id": "11673858",
|
||||
"name": "货品类型-01",
|
||||
"font_class": "huopinleixing-",
|
||||
"unicode": "e632",
|
||||
"unicode_decimal": 58930
|
||||
},
|
||||
{
|
||||
"icon_id": "20599684",
|
||||
"name": "复位",
|
||||
"font_class": "fuwei",
|
||||
"unicode": "e61f",
|
||||
"unicode_decimal": 58911
|
||||
},
|
||||
{
|
||||
"icon_id": "24008052",
|
||||
"name": "不合格",
|
||||
"font_class": "buhege",
|
||||
"unicode": "e602",
|
||||
"unicode_decimal": 58882
|
||||
},
|
||||
{
|
||||
"icon_id": "24008053",
|
||||
"name": "合格",
|
||||
"font_class": "hege",
|
||||
"unicode": "e603",
|
||||
"unicode_decimal": 58883
|
||||
},
|
||||
{
|
||||
"icon_id": "145486",
|
||||
"name": "对勾",
|
||||
"font_class": "duigou",
|
||||
"unicode": "e65d",
|
||||
"unicode_decimal": 58973
|
||||
},
|
||||
{
|
||||
"icon_id": "2614301",
|
||||
"name": "机器人",
|
||||
"font_class": "jiqiren",
|
||||
"unicode": "e60d",
|
||||
"unicode_decimal": 58893
|
||||
},
|
||||
{
|
||||
"icon_id": "5387814",
|
||||
"name": "机器人_o",
|
||||
"font_class": "jiqiren_o",
|
||||
"unicode": "eb62",
|
||||
"unicode_decimal": 60258
|
||||
},
|
||||
{
|
||||
"icon_id": "376340",
|
||||
"name": "帮助",
|
||||
"font_class": "help",
|
||||
"unicode": "e60b",
|
||||
"unicode_decimal": 58891
|
||||
},
|
||||
{
|
||||
"icon_id": "508243",
|
||||
"name": "关于",
|
||||
"font_class": "guanyu",
|
||||
"unicode": "e608",
|
||||
"unicode_decimal": 58888
|
||||
},
|
||||
{
|
||||
"icon_id": "595407",
|
||||
"name": "主页",
|
||||
"font_class": "zhuye1",
|
||||
"unicode": "e625",
|
||||
"unicode_decimal": 58917
|
||||
},
|
||||
{
|
||||
"icon_id": "4347599",
|
||||
"name": "icon_使用文档",
|
||||
"font_class": "icon_shiyongwendang",
|
||||
"unicode": "eb91",
|
||||
"unicode_decimal": 60305
|
||||
},
|
||||
{
|
||||
"icon_id": "12316649",
|
||||
"name": "日志管理",
|
||||
"font_class": "rizhiguanli",
|
||||
"unicode": "e61d",
|
||||
"unicode_decimal": 58909
|
||||
},
|
||||
{
|
||||
"icon_id": "4933365",
|
||||
"name": "皮肤",
|
||||
"font_class": "pifu",
|
||||
"unicode": "e743",
|
||||
"unicode_decimal": 59203
|
||||
},
|
||||
{
|
||||
"icon_id": "1116004",
|
||||
"name": "工作",
|
||||
"font_class": "gongzuo",
|
||||
"unicode": "e609",
|
||||
"unicode_decimal": 58889
|
||||
},
|
||||
{
|
||||
"icon_id": "4772822",
|
||||
"name": "工作流—工作流管理",
|
||||
"font_class": "gongzuoliugongzuoliuguanli",
|
||||
"unicode": "e64c",
|
||||
"unicode_decimal": 58956
|
||||
},
|
||||
{
|
||||
"icon_id": "5961297",
|
||||
"name": "查询",
|
||||
"font_class": "chaxun1",
|
||||
"unicode": "ec4c",
|
||||
"unicode_decimal": 60492
|
||||
},
|
||||
{
|
||||
"icon_id": "5961310",
|
||||
"name": "流计算",
|
||||
"font_class": "liujisuan",
|
||||
"unicode": "ec56",
|
||||
"unicode_decimal": 60502
|
||||
},
|
||||
{
|
||||
"icon_id": "18169504",
|
||||
"name": "手,手掌,巴掌",
|
||||
"font_class": "hand",
|
||||
"unicode": "e91a",
|
||||
"unicode_decimal": 59674
|
||||
},
|
||||
{
|
||||
"icon_id": "77822",
|
||||
"name": "更多",
|
||||
"font_class": "gengduo",
|
||||
"unicode": "e600",
|
||||
"unicode_decimal": 58880
|
||||
},
|
||||
{
|
||||
"icon_id": "629333",
|
||||
"name": "设置",
|
||||
"font_class": "shezhi",
|
||||
"unicode": "e64b",
|
||||
"unicode_decimal": 58955
|
||||
},
|
||||
{
|
||||
"icon_id": "1010173",
|
||||
"name": "用户",
|
||||
"font_class": "yonghu",
|
||||
"unicode": "e649",
|
||||
"unicode_decimal": 58953
|
||||
},
|
||||
{
|
||||
"icon_id": "3868257",
|
||||
"name": "调试",
|
||||
"font_class": "tiaoshi",
|
||||
"unicode": "eb61",
|
||||
"unicode_decimal": 60257
|
||||
},
|
||||
{
|
||||
"icon_id": "5270862",
|
||||
"name": "用户群体-业务查询",
|
||||
"font_class": "yonghu1",
|
||||
"unicode": "e616",
|
||||
"unicode_decimal": 58902
|
||||
},
|
||||
{
|
||||
"icon_id": "5961328",
|
||||
"name": "折线图",
|
||||
"font_class": "zhexiantu",
|
||||
"unicode": "ec66",
|
||||
"unicode_decimal": 60518
|
||||
},
|
||||
{
|
||||
"icon_id": "17228485",
|
||||
"name": "查询",
|
||||
"font_class": "chaxun",
|
||||
"unicode": "e63b",
|
||||
"unicode_decimal": 58939
|
||||
}
|
||||
]
|
||||
}
|
BIN
货架标准上位机/Fonts/demo/iconfont.ttf
Normal file
BIN
货架标准上位机/Fonts/demo/iconfont.ttf
Normal file
Binary file not shown.
BIN
货架标准上位机/Fonts/iconfont.ttf
Normal file
BIN
货架标准上位机/Fonts/iconfont.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user