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.
30 lines
506 B
CSS
30 lines
506 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id */
|
|
src: url('iconfont.ttf?t=1659060138932') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-time:before {
|
|
content: "\e672";
|
|
}
|
|
|
|
.icon-kehubianhao:before {
|
|
content: "\e6a8";
|
|
}
|
|
|
|
.icon-dongnanyanhaigangkou:before {
|
|
content: "\e609";
|
|
}
|
|
|
|
.icon-zhusanjiaogangkouqun:before {
|
|
content: "\e610";
|
|
}
|
|
|