feat: 项目初始化

This commit is contained in:
inc904
2023-03-17 11:59:52 +08:00
parent eae44feb59
commit c94d2e5737
112 changed files with 2886 additions and 2659 deletions

View File

@@ -1,12 +1,12 @@
@font-face {
font-family: "iconfont"; /* Project id 2208059 */
src: url("iconfont.woff2?t=1671895108120") format("woff2"),
url("iconfont.woff?t=1671895108120") format("woff"),
url("iconfont.ttf?t=1671895108120") format("truetype");
font-family: 'iconfont'; /* Project id 2208059 */
src: url('iconfont.woff2?t=1671895108120') format('woff2'),
url('iconfont.woff?t=1671895108120') format('woff'),
url('iconfont.ttf?t=1671895108120') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-family: 'iconfont' !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
@@ -14,13 +14,13 @@
}
.pure-iconfont-tabs:before {
content: "\e63e";
content: '\e63e';
}
.pure-iconfont-logo:before {
content: "\e620";
content: '\e620';
}
.pure-iconfont-new:before {
content: "\e615";
content: '\e615';
}

File diff suppressed because one or more lines are too long