style: 调整后台管理框架样式

This commit is contained in:
RockYang
2023-06-21 18:44:18 +08:00
parent be3380aaf3
commit a7d5a6ccb9
24 changed files with 566 additions and 338 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4125778 */
src: url('iconfont.woff2?t=1687330009953') format('woff2'),
url('iconfont.woff?t=1687330009953') format('woff'),
url('iconfont.ttf?t=1687330009953') format('truetype');
src: url('iconfont.woff2?t=1687341905766') format('woff2'),
url('iconfont.woff?t=1687341905766') format('woff'),
url('iconfont.ttf?t=1687341905766') format('truetype');
}
.iconfont {
@@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-sub-menu:before {
content: "\e86b";
}
.icon-wechat-pay:before {
content: "\e639";
}

File diff suppressed because one or more lines are too long

View File

@@ -5,6 +5,13 @@
"css_prefix_text": "icon-",
"description": "",
"glyphs": [
{
"icon_id": "6343824",
"name": "menu",
"font_class": "sub-menu",
"unicode": "e86b",
"unicode_decimal": 59499
},
{
"icon_id": "1487626",
"name": "微信支付",

Binary file not shown.