optimize index page UI

This commit is contained in:
RockYang
2024-04-22 10:43:33 +08:00
parent d18f79fe74
commit 9059bebd07
10 changed files with 70 additions and 23 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4125778 */
src: url('iconfont.woff2?t=1712306070700') format('woff2'),
url('iconfont.woff?t=1712306070700') format('woff'),
url('iconfont.ttf?t=1712306070700') format('truetype');
src: url('iconfont.woff2?t=1713751571578') format('woff2'),
url('iconfont.woff?t=1713751571578') format('woff'),
url('iconfont.ttf?t=1713751571578') format('truetype');
}
.iconfont {
@@ -13,11 +13,23 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-mj:before {
content: "\e643";
}
.icon-dalle:before {
content: "\e646";
}
.icon-xmind:before {
content: "\e610";
}
.icon-version:before {
content: "\e68d";
}
.icon-huihua:before {
.icon-sd:before {
content: "\e62b";
}

File diff suppressed because one or more lines are too long

View File

@@ -5,6 +5,27 @@
"css_prefix_text": "icon-",
"description": "",
"glyphs": [
{
"icon_id": "36264781",
"name": "MidJourney",
"font_class": "mj",
"unicode": "e643",
"unicode_decimal": 58947
},
{
"icon_id": "37677137",
"name": "DALL·E 3",
"font_class": "dalle",
"unicode": "e646",
"unicode_decimal": 58950
},
{
"icon_id": "2629858",
"name": "逻辑图",
"font_class": "xmind",
"unicode": "e610",
"unicode_decimal": 58896
},
{
"icon_id": "1061336",
"name": "version",
@@ -15,7 +36,7 @@
{
"icon_id": "3901033",
"name": "绘画",
"font_class": "huihua",
"font_class": "sd",
"unicode": "e62b",
"unicode_decimal": 58923
},

Binary file not shown.