36 lines
676 B
CSS
36 lines
676 B
CSS
@font-face {
|
|
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 {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-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";
|
|
}
|
|
|