40 lines
587 B
CSS
40 lines
587 B
CSS
@font-face {
|
|
font-family: "iconfont";
|
|
src: url('@/static/font/iconfontNew.ttf')format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-gongren_cu:before {
|
|
content: "\e627";
|
|
}
|
|
|
|
.icon-gongren:before {
|
|
content: "\e674";
|
|
}
|
|
|
|
.icon-baoguo:before {
|
|
content: "\e614";
|
|
}
|
|
|
|
.icon-saoma:before {
|
|
content: "\e645";
|
|
}
|
|
|
|
.icon-qiantui:before {
|
|
content: "\e73a";
|
|
}
|
|
|
|
.icon-qiandao:before {
|
|
content: "\e649";
|
|
}
|
|
|
|
.icon-zuoyechaxun:before {
|
|
content: "\e905";
|
|
} |