Authored by wangtao

图标更新

/* 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'),
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;
font-family: "iconfont logo";
font-size: 160px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* tabs */
.nav-tabs {
position: relative;
position: relative;
}
.nav-tabs .nav-more {
position: absolute;
right: 0;
bottom: 0;
height: 42px;
line-height: 42px;
color: #666;
position: absolute;
right: 0;
bottom: 0;
height: 42px;
line-height: 42px;
color: #666;
}
#tabs {
border-bottom: 1px solid #eee;
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;
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;
border-bottom-color: #f00;
color: #222;
}
.tab-container .content {
display: none;
display: none;
}
/* 页面布局 */
.main {
padding: 30px 100px;
width: 960px;
margin: 0 auto;
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;
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;
font-size: 160px;
color: #333;
}
.helps {
margin-top: 40px;
margin-top: 40px;
}
.helps pre {
padding: 20px;
margin: 10px 0;
border: solid 1px #e7e1cd;
background-color: #fffdef;
overflow: auto;
padding: 20px;
margin: 10px 0;
border: solid 1px #e7e1cd;
background-color: #fffdef;
overflow: auto;
}
.icon_lists {
width: 100% !important;
overflow: hidden;
*zoom: 1;
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;
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;
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;
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;
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;
/* 通过设置 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;
color: #666;
}
/* markdown 样式 */
.markdown {
color: #666;
font-size: 14px;
line-height: 1.8;
color: #666;
font-size: 14px;
line-height: 1.8;
}
.highlight {
line-height: 1.5;
line-height: 1.5;
}
.markdown img {
vertical-align: middle;
max-width: 100%;
vertical-align: middle;
max-width: 100%;
}
.markdown h1 {
color: #404040;
font-weight: 500;
line-height: 40px;
margin-bottom: 24px;
color: #404040;
font-weight: 500;
line-height: 40px;
margin-bottom: 24px;
}
.markdown h2,
... ... @@ -173,139 +173,139 @@
.markdown h4,
.markdown h5,
.markdown h6 {
color: #404040;
margin: 1.6em 0 0.6em 0;
font-weight: 500;
clear: both;
color: #404040;
margin: 1.6em 0 0.6em 0;
font-weight: 500;
clear: both;
}
.markdown h1 {
font-size: 28px;
font-size: 28px;
}
.markdown h2 {
font-size: 22px;
font-size: 22px;
}
.markdown h3 {
font-size: 16px;
font-size: 16px;
}
.markdown h4 {
font-size: 14px;
font-size: 14px;
}
.markdown h5 {
font-size: 12px;
font-size: 12px;
}
.markdown h6 {
font-size: 12px;
font-size: 12px;
}
.markdown hr {
height: 1px;
border: 0;
background: #e9e9e9;
margin: 16px 0;
clear: both;
height: 1px;
border: 0;
background: #e9e9e9;
margin: 16px 0;
clear: both;
}
.markdown p {
margin: 1em 0;
margin: 1em 0;
}
.markdown > p,
.markdown > blockquote,
.markdown > .highlight,
.markdown > ol,
.markdown > ul {
width: 80%;
.markdown>p,
.markdown>blockquote,
.markdown>.highlight,
.markdown>ol,
.markdown>ul {
width: 80%;
}
.markdown ul > li {
list-style: circle;
.markdown ul>li {
list-style: circle;
}
.markdown > ul li,
.markdown blockquote ul > li {
margin-left: 20px;
padding-left: 4px;
.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>ul li p,
.markdown>ol li p {
margin: 0.6em 0;
}
.markdown ol > li {
list-style: decimal;
.markdown ol>li {
list-style: decimal;
}
.markdown > ol li,
.markdown blockquote ol > li {
margin-left: 20px;
padding-left: 4px;
.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;
margin: 0 3px;
padding: 0 5px;
background: #eee;
border-radius: 3px;
}
.markdown strong,
.markdown b {
font-weight: 600;
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 {
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 {
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,
.markdown>table td {
border: 1px solid #e9e9e9;
padding: 8px 16px;
text-align: left;
}
.markdown > table th {
background: #F7F7F7;
.markdown>table th {
background: #F7F7F7;
}
.markdown blockquote {
font-size: 90%;
color: #999;
border-left: 4px solid #e9e9e9;
padding-left: 0.8em;
margin: 1em 0;
font-size: 90%;
color: #999;
border-left: 4px solid #e9e9e9;
padding-left: 0.8em;
margin: 1em 0;
}
.markdown blockquote p {
margin: 0;
margin: 0;
}
.markdown .anchor {
opacity: 0;
transition: opacity 0.3s ease;
margin-left: 8px;
opacity: 0;
transition: opacity 0.3s ease;
margin-left: 8px;
}
.markdown .waiting {
color: #ccc;
color: #ccc;
}
.markdown h1:hover .anchor,
... ... @@ -314,27 +314,27 @@
.markdown h4:hover .anchor,
.markdown h5:hover .anchor,
.markdown h6:hover .anchor {
opacity: 1;
display: inline-block;
opacity: 1;
display: inline-block;
}
.markdown > br,
.markdown > p > br {
clear: both;
.markdown>br,
.markdown>p>br {
clear: both;
}
.hljs {
display: block;
background: white;
padding: 0.5em;
color: #333333;
overflow-x: auto;
display: block;
background: white;
padding: 0.5em;
color: #333333;
overflow-x: auto;
}
.hljs-comment,
.hljs-meta {
color: #969896;
color: #969896;
}
.hljs-string,
... ... @@ -343,29 +343,29 @@
.hljs-strong,
.hljs-emphasis,
.hljs-quote {
color: #df5000;
color: #df5000;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
color: #a71d5d;
color: #a71d5d;
}
.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute {
color: #0086b3;
color: #0086b3;
}
.hljs-section,
.hljs-name {
color: #63a35c;
color: #63a35c;
}
.hljs-tag {
color: #333333;
color: #333333;
}
.hljs-title,
... ... @@ -374,21 +374,21 @@
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #795da3;
color: #795da3;
}
.hljs-addition {
color: #55a532;
background-color: #eaffea;
color: #55a532;
background-color: #eaffea;
}
.hljs-deletion {
color: #bd2c00;
background-color: #ffecec;
color: #bd2c00;
background-color: #ffecec;
}
.hljs-link {
text-decoration: underline;
text-decoration: underline;
}
/* 代码高亮 */
... ... @@ -401,83 +401,83 @@ https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javasc
*/
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;
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;
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;
text-shadow: none;
background: #b3d4fc;
}
@media print {
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
padding: 1em;
margin: .5em 0;
overflow: auto;
}
:not(pre) > code[class*="language-"],
:not(pre)>code[class*="language-"],
pre[class*="language-"] {
background: #f5f2f0;
background: #f5f2f0;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
:not(pre)>code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
color: slategray;
}
.token.punctuation {
color: #999;
color: #999;
}
.namespace {
opacity: .7;
opacity: .7;
}
.token.property,
... ... @@ -487,7 +487,7 @@ pre[class*="language-"] {
.token.constant,
.token.symbol,
.token.deleted {
color: #905;
color: #905;
}
.token.selector,
... ... @@ -496,7 +496,7 @@ pre[class*="language-"] {
.token.char,
.token.builtin,
.token.inserted {
color: #690;
color: #690;
}
.token.operator,
... ... @@ -504,36 +504,36 @@ pre[class*="language-"] {
.token.url,
.language-css .token.string,
.style .token.string {
color: #9a6e3a;
background: hsla(0, 0%, 100%, .5);
color: #9a6e3a;
background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
color: #07a;
}
.token.function,
.token.class-name {
color: #DD4A68;
color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
color: #e90;
color: #e90;
}
.token.important,
.token.bold {
font-weight: bold;
font-weight: bold;
}
.token.italic {
font-style: italic;
font-style: italic;
}
.token.entity {
cursor: help;
cursor: help;
}
... ...
@font-face {
font-family: "iconfont"; /* Project id 2843738 */
src: url('iconfont.woff2?t=1639498542236') format('woff2'),
url('iconfont.woff?t=1639498542236') format('woff'),
url('iconfont.ttf?t=1639498542236') format('truetype');
font-family: "iconfont"; /* Project id 2843738 */
src: url('iconfont.woff2?t=1659325108758') format('woff2'),
url('iconfont.woff?t=1659325108758') format('woff'),
url('iconfont.ttf?t=1659325108758') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-tishi:before {
content: "\e67c";
}
.icon-dian:before {
content: "\ec1e";
}
.icon-gengduo-shuxiang:before {
content: "\e8c4";
}
.icon-weixin:before {
content: "\e67b";
}
.icon-youxiang:before {
content: "\e908";
}
.icon-duanxinqunfa:before {
content: "\eb42";
}
.icon-yewuziyuantuopu:before {
content: "\ea6f";
}
.icon-yibiaopan:before {
content: "\eb67";
content: "\eb67";
}
.icon-nginx:before {
content: "\e63e";
content: "\e63e";
}
.icon-dianya:before {
content: "\e639";
content: "\e639";
}
.icon-shujujiekou:before {
content: "\e641";
content: "\e641";
}
.icon-xudianchizu:before {
content: "\e7df";
content: "\e7df";
}
.icon-tomcat2:before {
content: "\e63a";
content: "\e63a";
}
.icon-xiaoxingji:before {
content: "\e63b";
content: "\e63b";
}
.icon-dianyabiao:before {
content: "\e658";
content: "\e658";
}
.icon-suzhuji:before {
content: "\e63f";
content: "\e63f";
}
.icon-kongtiao1:before {
content: "\e90d";
content: "\e90d";
}
.icon-kaiguan:before {
content: "\e642";
content: "\e642";
}
.icon-wenduji:before {
content: "\e643";
content: "\e643";
}
.icon-kaiguan1:before {
content: "\eaf7";
content: "\eaf7";
}
.icon-xuehua:before {
content: "\e644";
content: "\e644";
}
.icon-aliyun:before {
content: "\e6aa";
content: "\e6aa";
}
.icon-kongtiao2:before {
content: "\e645";
content: "\e645";
}
.icon-kaiguan2:before {
content: "\ec76";
content: "\ec76";
}
.icon-dianchizu:before {
content: "\e647";
content: "\e647";
}
.icon-dianchizu1:before {
content: "\e646";
content: "\e646";
}
.icon-CADshezhi:before {
content: "\e649";
content: "\e649";
}
.icon-EPStubiao:before {
content: "\e64a";
content: "\e64a";
}
.icon-webLogic:before {
content: "\e73a";
content: "\e73a";
}
.icon-xiaoxingji1:before {
content: "\e65a";
content: "\e65a";
}
.icon-wenduji1:before {
content: "\e64b";
content: "\e64b";
}
.icon-guangyuwang:before {
content: "\e64c";
content: "\e64c";
}
.icon-wangguanshezhi:before {
content: "\e69f";
content: "\e69f";
}
.icon-sanjiaohuanji:before {
content: "\e64d";
content: "\e64d";
}
.icon-Redis1:before {
content: "\e64e";
content: "\e64e";
}
.icon-dianchi3:before {
content: "\e64f";
content: "\e64f";
}
.icon-xiaoxingji2:before {
content: "\e734";
content: "\e734";
}
.icon-xiaoxingji3:before {
content: "\e749";
content: "\e749";
}
.icon-dns:before {
content: "\e650";
content: "\e650";
}
.icon-yangan:before {
content: "\e651";
content: "\e651";
}
.icon-shujuku:before {
content: "\e652";
content: "\e652";
}
.icon-xuehua1:before {
content: "\e653";
content: "\e653";
}
.icon-kongtiao3:before {
content: "\e655";
content: "\e655";
}
.icon-jifang:before {
content: "\e6ca";
content: "\e6ca";
}
.icon-eps:before {
content: "\e8ae";
content: "\e8ae";
}
.icon-sharpicons_snowflake:before {
content: "\e7c4";
content: "\e7c4";
}
.icon-SANjiaohuanji:before {
content: "\e656";
content: "\e656";
}
.icon-dianchi4:before {
content: "\e659";
content: "\e659";
}
.icon-dianyabiao1:before {
content: "\e65f";
content: "\e65f";
}
.icon-dianchizu2:before {
content: "\e82b";
content: "\e82b";
}
.icon-hengban-huaweiyun-quanbu:before {
content: "\e6c9";
content: "\e6c9";
}
.icon-UPS:before {
content: "\e661";
content: "\e661";
}
.icon-yangan1:before {
content: "\e67e";
content: "\e67e";
}
.icon-dianliu:before {
content: "\e68a";
content: "\e68a";
}
.icon-dianchi-wu:before {
content: "\e662";
content: "\e662";
}
.icon-ecsyunfuwuqi:before {
content: "\e666";
content: "\e666";
}
.icon-ups:before {
content: "\e7b9";
content: "\e7b9";
}
.icon-mysqlshujukumgrban:before {
content: "\e663";
content: "\e663";
}
.icon-dianya1:before {
content: "\e665";
content: "\e665";
}
.icon-VMware:before {
content: "\e843";
content: "\e843";
}
.icon-yibiaopan1:before {
content: "\e664";
content: "\e664";
}
.icon-ecsyunfuwuqiECS:before {
content: "\e667";
content: "\e667";
}
.icon-ecsyunfuwuqiECS1:before {
content: "\e6e8";
content: "\e6e8";
}
.icon-ruqinjiance1:before {
content: "\e668";
content: "\e668";
}
.icon-gongxiangcunchu:before {
content: "\e754";
content: "\e754";
}
.icon-dianliu1:before {
content: "\e673";
content: "\e673";
}
.icon-icon-huaweiyunxuniji:before {
content: "\e927";
content: "\e927";
}
.icon-MySQLshujuku:before {
content: "\e72a";
content: "\e72a";
}
.icon-Internet-yunzhuangjiedian:before {
content: "\e6ac";
content: "\e6ac";
}
.icon-Internet-yunzhuangjiedian1:before {
content: "\e6b6";
content: "\e6b6";
}
.icon-yangan2:before {
content: "\e669";
content: "\e669";
}
.icon-KAFAKA:before {
content: "\e801";
content: "\e801";
}
.icon-zhongjiqi:before {
content: "\e6b9";
content: "\e6b9";
}
.icon-wangguan:before {
content: "\e67a";
content: "\e67a";
}
.icon-alarm-full:before {
content: "\e871";
content: "\e871";
}
.icon-alarm:before {
content: "\e872";
content: "\e872";
}
.icon-blood-full:before {
content: "\e918";
content: "\e918";
}
.icon-mianxingbaojingdengtubiao:before {
content: "\e6a3";
content: "\e6a3";
}
.icon-fuwuqi2:before {
content: "\e98e";
content: "\e98e";
}
.icon-fenqu:before {
content: "\e684";
content: "\e684";
}
.icon-wenduji2:before {
content: "\e66a";
content: "\e66a";
}
.icon-shujukucaozuo-chaxunmysqlshujuku:before {
content: "\e66b";
content: "\e66b";
}
.icon-jifang1:before {
content: "\e66c";
content: "\e66c";
}
.icon-zhuanyongsuzhuji:before {
content: "\e66d";
content: "\e66d";
}
.icon-danxingwangka:before {
content: "\e66e";
content: "\e66e";
}
.icon-wuliwangkaduankou:before {
content: "\e66f";
content: "\e66f";
}
.icon-wangluoruqinjiance:before {
content: "\e672";
content: "\e672";
}
.icon-qiansuanxudianchizu:before {
content: "\e674";
content: "\e674";
}
.icon-UPS1:before {
content: "\e676";
content: "\e676";
}
.icon-guangyuwangxianlu:before {
content: "\e678";
content: "\e678";
}
.icon-wuliwangka:before {
content: "\e67f";
content: "\e67f";
}
.icon-Nginx:before {
content: "\e683";
content: "\e683";
}
.icon-Weblogic:before {
content: "\e685";
content: "\e685";
}
.icon-TOMCAT:before {
content: "\e687";
content: "\e687";
}
.icon-wulifuwuqi1:before {
content: "\e688";
content: "\e688";
}
.icon-VMware1:before {
content: "\e68b";
content: "\e68b";
}
.icon-jiqun:before {
content: "\e68c";
content: "\e68c";
}
.icon-bianyuanjiaohuanji:before {
content: "\e770";
content: "\e770";
}
.icon-epsdaoru:before {
content: "\ee23";
content: "\ee23";
}
.icon-epsdaochu:before {
content: "\ee24";
content: "\ee24";
}
.icon-zhongjiqi1:before {
content: "\e8e0";
content: "\e8e0";
}
.icon-a-ziyuan117:before {
content: "\e670";
content: "\e670";
}
.icon-suzhuji1:before {
content: "\e671";
content: "\e671";
}
.icon-binghaitushi_shuizi:before {
content: "\e6a5";
content: "\e6a5";
}
.icon-gongxiangcunchu1:before {
content: "\e677";
content: "\e677";
}
.icon-loudiandianliu-xian:before {
content: "\e7de";
content: "\e7de";
}
.icon-alarm-full1:before {
content: "\e679";
content: "\e679";
}
.icon-xiaoxingji4:before {
content: "\e7c3";
content: "\e7c3";
}
.icon-dianliu2:before {
content: "\e7b0";
content: "\e7b0";
}
.icon-huaweiyun:before {
content: "\e7ca";
content: "\e7ca";
}
.icon-dianchi:before {
content: "\e624";
content: "\e624";
}
.icon-chongdian:before {
content: "\e627";
content: "\e627";
}
.icon-5:before {
content: "\e628";
content: "\e628";
}
.icon-tomcat:before {
content: "\e629";
content: "\e629";
}
.icon-ids:before {
content: "\e6db";
content: "\e6db";
}
.icon-fuzaijunheng:before {
content: "\e62b";
content: "\e62b";
}
.icon-xuniips:before {
content: "\ea5d";
content: "\ea5d";
}
.icon-xuniips1:before {
content: "\ea67";
content: "\ea67";
}
.icon-fanghuoqiang37:before {
content: "\e728";
content: "\e728";
}
.icon-vlb:before {
content: "\e729";
content: "\e729";
}
.icon-shouye:before {
content: "\e636";
content: "\e636";
}
.icon-shuizisunshixian:before {
content: "\e6d6";
content: "\e6d6";
}
.icon-ruqinjiance:before {
content: "\e65c";
content: "\e65c";
}
.icon-jiaohuanji:before {
content: "\e836";
content: "\e836";
}
.icon-jingwuicon_svg-:before {
content: "\e65b";
content: "\e65b";
}
.icon-tomcat1:before {
content: "\e62c";
content: "\e62c";
}
.icon-jiaohuanji1:before {
content: "\e62f";
content: "\e62f";
}
.icon-oracleshujuku:before {
content: "\e630";
content: "\e630";
}
.icon-fanghuoqiang:before {
content: "\e648";
content: "\e648";
}
.icon-fuwuqi:before {
content: "\e631";
content: "\e631";
}
.icon-fuwuqi1:before {
content: "\e632";
content: "\e632";
}
.icon-kongtiao:before {
content: "\e67d";
content: "\e67d";
}
.icon-yunshujuku:before {
content: "\e744";
content: "\e744";
}
.icon-dianchi1:before {
content: "\e633";
content: "\e633";
}
.icon-Redis:before {
content: "\e6a2";
content: "\e6a2";
}
.icon-icon-current:before {
content: "\e634";
content: "\e634";
}
.icon-oracleshujuku1:before {
content: "\e635";
content: "\e635";
}
.icon-DNS-xiugai:before {
content: "\e637";
content: "\e637";
}
.icon-wulifuwuqi:before {
content: "\e6a8";
content: "\e6a8";
}
.icon-dianchi2:before {
content: "\e638";
content: "\e638";
}
.icon-daochu:before {
content: "\eabf";
content: "\eabf";
}
.icon-daochu1:before {
content: "\e623";
content: "\e623";
}
.icon-database:before {
content: "\e940";
content: "\e940";
}
.icon-OPCtiaobanjiquanxianshenqing:before {
content: "\e620";
content: "\e620";
}
.icon-assets:before {
content: "\e615";
content: "\e615";
}
.icon-shoucang:before {
content: "\e61f";
content: "\e61f";
}
.icon-wangluotuopu:before {
content: "\e835";
content: "\e835";
}
.icon-shoucang1:before {
content: "\e622";
content: "\e622";
}
.icon-xunizhuomian:before {
content: "\e613";
content: "\e613";
}
.icon-baoleiji:before {
content: "\e63c";
content: "\e63c";
}
.icon-baoleijisas:before {
content: "\e61a";
content: "\e61a";
}
.icon-baoleijishouquanshenqingliucheng:before {
content: "\e657";
content: "\e657";
}
.icon-xunizhuomian1:before {
content: "\e63d";
content: "\e63d";
}
.icon-shuiba2:before {
content: "\e905";
content: "\e905";
}
.icon-xunizhuomian2:before {
content: "\e675";
content: "\e675";
}
.icon-gunshuiba:before {
content: "\e614";
content: "\e614";
}
.icon-line1:before {
content: "\ebde";
content: "\ebde";
}
.icon-line:before {
content: "\e7fd";
content: "\e7fd";
}
.icon-luyouqi:before {
content: "\ec62";
content: "\ec62";
}
.icon-sousuo:before {
content: "\e752";
content: "\e752";
}
.icon-icon--mubiaoku:before {
content: "\e610";
content: "\e610";
}
.icon-icon--download:before {
content: "\e612";
content: "\e612";
}
.icon-icon--shangchuan:before {
content: "\e616";
content: "\e616";
}
.icon-icon--tongji:before {
content: "\e61b";
content: "\e61b";
}
.icon-icon--quanxian:before {
content: "\e61c";
content: "\e61c";
}
.icon-icon--yingbing:before {
content: "\e61d";
content: "\e61d";
}
.icon-icon--yes:before {
content: "\e61e";
content: "\e61e";
}
.icon-icon--shanchu:before {
content: "\e621";
content: "\e621";
}
.icon-icon-rizhi:before {
content: "\e625";
content: "\e625";
}
.icon-icon-gaojing:before {
content: "\e626";
content: "\e626";
}
.icon-icon-liucheng:before {
content: "\e62e";
content: "\e62e";
}
.icon-yuangongchelianglika:before {
content: "\e65d";
content: "\e65d";
}
.icon-yuangongcheliangjinr:before {
content: "\e65e";
content: "\e65e";
}
.icon-lunxun:before {
content: "\e660";
content: "\e660";
}
.icon-haoyou:before {
content: "\e60f";
content: "\e60f";
}
.icon-yonghu:before {
content: "\e8c8";
content: "\e8c8";
}
.icon-jiaoseguanli:before {
content: "\ea62";
content: "\ea62";
}
.icon-liebiaomoshi:before {
content: "\e60d";
content: "\e60d";
}
.icon-liebiao:before {
content: "\e62d";
content: "\e62d";
}
.icon-bt_duigou_B:before {
content: "\e60c";
content: "\e60c";
}
.icon-duigouxuanzhong:before {
content: "\e617";
content: "\e617";
}
.icon-confirm-line:before {
content: "\e62a";
content: "\e62a";
}
.icon-duigou_kuai:before {
content: "\e60e";
content: "\e60e";
}
.icon-duigou3:before {
content: "\e640";
content: "\e640";
}
.icon-cha:before {
content: "\e686";
content: "\e686";
}
.icon-duigou4:before {
content: "\e6e7";
content: "\e6e7";
}
.icon-guifandaohanglancha:before {
content: "\e618";
content: "\e618";
}
.icon-ziyuan:before {
content: "\e654";
content: "\e654";
}
.icon-duigou:before {
content: "\e730";
content: "\e730";
}
.icon-duigou1:before {
content: "\e733";
content: "\e733";
}
.icon-duigou2:before {
content: "\e6b5";
content: "\e6b5";
}
.icon-bt_duigou_a:before {
content: "\e60b";
content: "\e60b";
}
.icon-wenjian:before {
content: "\e600";
content: "\e600";
}
.icon-bianjiwenjian:before {
content: "\e601";
content: "\e601";
}
.icon-dengdaiwenjian:before {
content: "\e602";
content: "\e602";
}
.icon-shanchuwenjian:before {
content: "\e603";
content: "\e603";
}
.icon-jianqiewenjian:before {
content: "\e604";
content: "\e604";
}
.icon-wenjianjia:before {
content: "\e605";
content: "\e605";
}
.icon-shanchuwenjianjia:before {
content: "\e606";
content: "\e606";
}
.icon-weidaqiadewenjianjia:before {
content: "\e607";
content: "\e607";
}
.icon-ziliaoku:before {
content: "\e608";
content: "\e608";
}
.icon-wenben:before {
content: "\e609";
content: "\e609";
}
.icon-daimawenjian:before {
content: "\e60a";
content: "\e60a";
}
.icon-excel:before {
content: "\e611";
content: "\e611";
}
.icon-24gf-fileEmpty:before {
content: "\eac3";
content: "\eac3";
}
.icon-24gf-fileText:before {
content: "\eac4";
content: "\eac4";
}
.icon-24gf-folderHeart:before {
content: "\eac5";
content: "\eac5";
}
.icon-24gf-folderStar:before {
content: "\eac6";
content: "\eac6";
}
.icon-24gf-folderOpen:before {
content: "\eac7";
content: "\eac7";
}
.icon-wenjian1:before {
content: "\e619";
content: "\e619";
}
.icon-image:before {
content: "\ea40";
content: "\ea40";
}
.icon-image-full:before {
content: "\ea41";
content: "\ea41";
}
.icon-json-full:before {
content: "\ea42";
content: "\ea42";
}
.icon-json:before {
content: "\ea43";
content: "\ea43";
}
.icon-pdf:before {
content: "\ea44";
content: "\ea44";
}
.icon-pdf-full:before {
content: "\ea45";
content: "\ea45";
}
.icon-txt-full:before {
content: "\ea46";
content: "\ea46";
}
.icon-txt:before {
content: "\ea47";
content: "\ea47";
}
.icon-excel1:before {
content: "\ea48";
content: "\ea48";
}
.icon-excel-full:before {
content: "\ea49";
content: "\ea49";
}
.icon-ppt:before {
content: "\ea4a";
content: "\ea4a";
}
.icon-ppt-full:before {
content: "\ea4b";
content: "\ea4b";
}
.icon-word-full:before {
content: "\ea4c";
content: "\ea4c";
}
.icon-word:before {
content: "\ea4d";
content: "\ea4d";
}
.icon-audio-full:before {
content: "\ea4e";
content: "\ea4e";
}
.icon-audio:before {
content: "\ea4f";
content: "\ea4f";
}
.icon-avi-full:before {
content: "\ea50";
content: "\ea50";
}
.icon-avi:before {
content: "\ea51";
content: "\ea51";
}
.icon-zip-full:before {
content: "\ea52";
content: "\ea52";
}
.icon-zip:before {
content: "\ea53";
content: "\ea53";
}
... ...
... ... @@ -6,6 +6,55 @@
"description": "",
"glyphs": [
{
"icon_id": "577891",
"name": "提示",
"font_class": "tishi",
"unicode": "e67c",
"unicode_decimal": 59004
},
{
"icon_id": "4933869",
"name": "点",
"font_class": "dian",
"unicode": "ec1e",
"unicode_decimal": 60446
},
{
"icon_id": "1727447",
"name": "216更多-竖向",
"font_class": "gengduo-shuxiang",
"unicode": "e8c4",
"unicode_decimal": 59588
},
{
"icon_id": "1206404",
"name": "微信",
"font_class": "weixin",
"unicode": "e67b",
"unicode_decimal": 59003
},
{
"icon_id": "4552970",
"name": "邮箱",
"font_class": "youxiang",
"unicode": "e908",
"unicode_decimal": 59656
},
{
"icon_id": "5387727",
"name": "短信群发",
"font_class": "duanxinqunfa",
"unicode": "eb42",
"unicode_decimal": 60226
},
{
"icon_id": "742139",
"name": "业务资源拓扑",
"font_class": "yewuziyuantuopu",
"unicode": "ea6f",
"unicode_decimal": 60015
},
{
"icon_id": "3868284",
"name": "仪表盘",
"font_class": "yibiaopan",
... ...