You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
692 B
CSS
40 lines
692 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 3367432 */
|
|
src: url('iconfont.woff2?t=1665368522281') format('woff2'),
|
|
url('iconfont.woff?t=1665368522281') format('woff'),
|
|
url('iconfont.ttf?t=1665368522281') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-ji:before {
|
|
content: "\e600";
|
|
}
|
|
|
|
.icon-zuixin:before {
|
|
content: "\e638";
|
|
}
|
|
|
|
.icon--jinzhi:before {
|
|
content: "\e609";
|
|
}
|
|
|
|
.icon-mudedi:before {
|
|
content: "\e62d";
|
|
}
|
|
|
|
.icon-youjian:before {
|
|
content: "\e672";
|
|
}
|
|
|
|
.icon-weixin:before {
|
|
content: "\e607";
|
|
}
|
|
|