feat:新增pure-admin前端
This commit is contained in:
27
Yi.Pure.Vue3/src/assets/iconfont/iconfont.css
Normal file
27
Yi.Pure.Vue3/src/assets/iconfont/iconfont.css
Normal file
@@ -0,0 +1,27 @@
|
||||
@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");
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.pure-iconfont-tabs:before {
|
||||
content: "\e63e";
|
||||
}
|
||||
|
||||
.pure-iconfont-logo:before {
|
||||
content: "\e620";
|
||||
}
|
||||
|
||||
.pure-iconfont-new:before {
|
||||
content: "\e615";
|
||||
}
|
||||
69
Yi.Pure.Vue3/src/assets/iconfont/iconfont.js
Normal file
69
Yi.Pure.Vue3/src/assets/iconfont/iconfont.js
Normal file
File diff suppressed because one or more lines are too long
30
Yi.Pure.Vue3/src/assets/iconfont/iconfont.json
Normal file
30
Yi.Pure.Vue3/src/assets/iconfont/iconfont.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"id": "2208059",
|
||||
"name": "pure-admin",
|
||||
"font_family": "iconfont",
|
||||
"css_prefix_text": "pure-iconfont-",
|
||||
"description": "pure-admin-iconfont",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "20594647",
|
||||
"name": "Tabs",
|
||||
"font_class": "tabs",
|
||||
"unicode": "e63e",
|
||||
"unicode_decimal": 58942
|
||||
},
|
||||
{
|
||||
"icon_id": "22129506",
|
||||
"name": "PureLogo",
|
||||
"font_class": "logo",
|
||||
"unicode": "e620",
|
||||
"unicode_decimal": 58912
|
||||
},
|
||||
{
|
||||
"icon_id": "7795615",
|
||||
"name": "New",
|
||||
"font_class": "new",
|
||||
"unicode": "e615",
|
||||
"unicode_decimal": 58901
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Yi.Pure.Vue3/src/assets/iconfont/iconfont.ttf
Normal file
BIN
Yi.Pure.Vue3/src/assets/iconfont/iconfont.ttf
Normal file
Binary file not shown.
BIN
Yi.Pure.Vue3/src/assets/iconfont/iconfont.woff
Normal file
BIN
Yi.Pure.Vue3/src/assets/iconfont/iconfont.woff
Normal file
Binary file not shown.
BIN
Yi.Pure.Vue3/src/assets/iconfont/iconfont.woff2
Normal file
BIN
Yi.Pure.Vue3/src/assets/iconfont/iconfont.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user