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';
}