CN-400 fix: 实体图标更换

This commit is contained in:
chenjinsong
2022-03-18 17:42:02 +08:00
parent 6b1120d040
commit f893a5458f
10 changed files with 29 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "cn-icon"; /* Project id 2614877 */
src: url('iconfont.woff2?t=1647073084945') format('woff2'),
url('iconfont.woff?t=1647073084945') format('woff'),
url('iconfont.ttf?t=1647073084945') format('truetype');
src: url('iconfont.woff2?t=1647594989129') format('woff2'),
url('iconfont.woff?t=1647594989129') format('woff'),
url('iconfont.ttf?t=1647594989129') format('truetype');
}
.cn-icon {
@@ -13,6 +13,18 @@
-moz-osx-font-smoothing: grayscale;
}
.cn-icon-domain2:before {
content: "\e767";
}
.cn-icon-ip2:before {
content: "\e768";
}
.cn-icon-app2:before {
content: "\e769";
}
.cn-icon-intercept:before {
content: "\e600";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.