style: model list type tag

This commit is contained in:
jialin
2024-12-13 12:13:17 +08:00
parent e3efda2764
commit 6e5e195a30
11 changed files with 121 additions and 30 deletions
+19 -3
View File
@@ -1,9 +1,9 @@
@font-face {
font-family: iconfont; /* Project id 4613488 */
src:
url('iconfont.woff2?t=1732806927800') format('woff2'),
url('iconfont.woff?t=1732806927800') format('woff'),
url('iconfont.ttf?t=1732806927800') format('truetype');
url('iconfont.woff2?t=1734062014514') format('woff2'),
url('iconfont.woff?t=1734062014514') format('woff'),
url('iconfont.ttf?t=1734062014514') format('truetype');
}
.iconfont {
@@ -14,6 +14,22 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-sound-wave::before {
content: '\e619';
}
.icon-rank1::before {
content: '\e7cb';
}
.icon-cube::before {
content: '\e769';
}
.icon-speaker-slash::before {
content: '\ebb6';
}
.icon-random::before {
content: '\e603';
}
File diff suppressed because one or more lines are too long
@@ -5,6 +5,34 @@
"css_prefix_text": "icon-",
"description": "",
"glyphs": [
{
"icon_id": "14464883",
"name": "sound-wave",
"font_class": "sound-wave",
"unicode": "e619",
"unicode_decimal": 58905
},
{
"icon_id": "37200543",
"name": "rank",
"font_class": "rank1",
"unicode": "e7cb",
"unicode_decimal": 59339
},
{
"icon_id": "5127275",
"name": "cube",
"font_class": "cube",
"unicode": "e769",
"unicode_decimal": 59241
},
{
"icon_id": "28326047",
"name": "speaker-slash",
"font_class": "speaker-slash",
"unicode": "ebb6",
"unicode_decimal": 60342
},
{
"icon_id": "13059398",
"name": "随机",
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -1,8 +1,8 @@
import { createFromIconfontCN } from '@ant-design/icons';
// import './iconfont/iconfont.js';
import './iconfont/iconfont.js';
const IconFont = createFromIconfontCN({
scriptUrl: '//at.alicdn.com/t/c/font_4613488_oyisgn7lqa.js'
scriptUrl: ''
});
export default IconFont;