mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-16 14:13:43 +08:00
finished refactor chat page UI
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4125778 */
|
||||
src: url('iconfont.woff2?t=1713766977199') format('woff2'),
|
||||
url('iconfont.woff?t=1713766977199') format('woff'),
|
||||
url('iconfont.ttf?t=1713766977199') format('truetype');
|
||||
src: url('iconfont.woff2?t=1715938850931') format('woff2'),
|
||||
url('iconfont.woff?t=1715938850931') format('woff'),
|
||||
url('iconfont.ttf?t=1715938850931') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -13,6 +13,38 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-mic-bold:before {
|
||||
content: "\e683";
|
||||
}
|
||||
|
||||
.icon-mic-thin:before {
|
||||
content: "\e8c2";
|
||||
}
|
||||
|
||||
.icon-attachment-cl:before {
|
||||
content: "\e66a";
|
||||
}
|
||||
|
||||
.icon-attachment-st:before {
|
||||
content: "\e63b";
|
||||
}
|
||||
|
||||
.icon-speaker:before {
|
||||
content: "\e607";
|
||||
}
|
||||
|
||||
.icon-clear:before {
|
||||
content: "\e900";
|
||||
}
|
||||
|
||||
.icon-bbs:before {
|
||||
content: "\e623";
|
||||
}
|
||||
|
||||
.icon-license:before {
|
||||
content: "\e65a";
|
||||
}
|
||||
|
||||
.icon-more:before {
|
||||
content: "\e63c";
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5,6 +5,62 @@
|
||||
"css_prefix_text": "icon-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "6539424",
|
||||
"name": "麦克风",
|
||||
"font_class": "mic-bold",
|
||||
"unicode": "e683",
|
||||
"unicode_decimal": 59011
|
||||
},
|
||||
{
|
||||
"icon_id": "1727442",
|
||||
"name": "213麦克风",
|
||||
"font_class": "mic-thin",
|
||||
"unicode": "e8c2",
|
||||
"unicode_decimal": 59586
|
||||
},
|
||||
{
|
||||
"icon_id": "3730725",
|
||||
"name": "attach-attachment-cl",
|
||||
"font_class": "attachment-cl",
|
||||
"unicode": "e66a",
|
||||
"unicode_decimal": 58986
|
||||
},
|
||||
{
|
||||
"icon_id": "15748474",
|
||||
"name": "st-attachment",
|
||||
"font_class": "attachment-st",
|
||||
"unicode": "e63b",
|
||||
"unicode_decimal": 58939
|
||||
},
|
||||
{
|
||||
"icon_id": "1010",
|
||||
"name": "扬声器",
|
||||
"font_class": "speaker",
|
||||
"unicode": "e607",
|
||||
"unicode_decimal": 58887
|
||||
},
|
||||
{
|
||||
"icon_id": "8094805",
|
||||
"name": "clear",
|
||||
"font_class": "clear",
|
||||
"unicode": "e900",
|
||||
"unicode_decimal": 59648
|
||||
},
|
||||
{
|
||||
"icon_id": "34803640",
|
||||
"name": "论坛",
|
||||
"font_class": "bbs",
|
||||
"unicode": "e623",
|
||||
"unicode_decimal": 58915
|
||||
},
|
||||
{
|
||||
"icon_id": "310708",
|
||||
"name": "license",
|
||||
"font_class": "license",
|
||||
"unicode": "e65a",
|
||||
"unicode_decimal": 58970
|
||||
},
|
||||
{
|
||||
"icon_id": "1421807",
|
||||
"name": "更多",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user