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.
30 lines
458 B
30 lines
458 B
3 years ago
|
@font-face {
|
||
|
font-family: "iconfont";
|
||
|
src: url('/static/iconfont/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-dingdan:before {
|
||
|
content: "\e601";
|
||
|
}
|
||
|
|
||
|
.icon-product:before {
|
||
|
content: "\e788";
|
||
|
}
|
||
|
|
||
|
.icon-edit:before {
|
||
|
content: "\e621";
|
||
|
}
|
||
|
|
||
|
.icon-filter:before {
|
||
|
content: "\e6b9";
|
||
|
}
|
||
|
|