feat: CN-1558 开发license页面(未完成:登陆页支持license拦截)

This commit is contained in:
hyx
2024-02-01 20:46:22 +08:00
parent c43a17c984
commit 4429d225f1
10 changed files with 239 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "cn-icon"; /* Project id 2614877 */
src: url('iconfont.woff2?t=1703561754372') format('woff2'),
url('iconfont.woff?t=1703561754372') format('woff'),
url('iconfont.ttf?t=1703561754372') format('truetype');
src: url('iconfont.woff2?t=1706606024800') format('woff2'),
url('iconfont.woff?t=1706606024800') format('woff'),
url('iconfont.ttf?t=1706606024800') format('truetype');
}
.cn-icon {
@@ -13,6 +13,26 @@
-moz-osx-font-smoothing: grayscale;
}
.cn-icon-license:before {
content: "\e666";
}
.cn-icon-base-station:before {
content: "\e6cf";
}
.cn-icon-home:before {
content: "\e6d0";
}
.cn-icon-company:before {
content: "\e6d1";
}
.cn-icon-pedestrian:before {
content: "\e6d2";
}
.cn-icon-system:before {
content: "\e6cc";
}
@@ -373,7 +393,7 @@
content: "\e7b4";
}
.cn-icon-a-GeneralSettings:before {
.cn-icon-general-setting:before {
content: "\e7b5";
}