feat: CN-1558 开发license页面(未完成:登陆页支持license拦截)
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user