You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
396 B
20 lines
396 B
9 months ago
|
@font-face {
|
||
|
font-family: "iconfont"; /* Project id 3319042 */
|
||
|
src: url('/static/fonts/iconfont.ttf') format('truetype');
|
||
|
}
|
||
|
|
||
|
.iconfont {
|
||
|
font-family: "iconfont" !important;
|
||
|
font-size: 16px;
|
||
|
font-style: normal;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|
||
|
|
||
|
.icon-shoushudao:before {
|
||
|
content: "\e7ba";
|
||
|
}
|
||
|
|
||
|
.icon-gerenxinxi:before {
|
||
|
content: "\e64c";
|
||
|
}
|