This commit is contained in:
X1627315083
2024-08-30 16:51:08 +08:00
parent bc62a77b72
commit 39e3418029
17 changed files with 1102 additions and 29 deletions

View File

@@ -1,6 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id */
src: url('iconfont.ttf?t=1709533486156') format('truetype');
font-family: "iconfont"; /* Project id 4452518 */
src: url('iconfont.woff2?t=1723432108642') format('woff2'),
url('iconfont.woff?t=1723432108642') format('woff'),
url('iconfont.ttf?t=1723432108642') format('truetype');
}
.iconfont {
@@ -11,6 +13,22 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-renwuliebiao:before {
content: "\e60a";
}
.icon-paiming_paiming:before {
content: "\e6dc";
}
.icon-jiazai--kuai:before {
content: "\e8b7";
}
.icon-renwu:before {
content: "\e653";
}
.icon-xiazaiwenjian:before {
content: "\e600";
}