34 lines
521 B
CSS
34 lines
521 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 2869797 */
|
|
src: url('@/static/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-saoma:before {
|
|
content: "\e605";
|
|
}
|
|
|
|
.icon-tuandui:before {
|
|
content: "\e606";
|
|
}
|
|
|
|
.icon-sousuo:before {
|
|
content: "\e603";
|
|
}
|
|
|
|
.icon-pinglun:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.icon-shezhi:before {
|
|
content: "\e602";
|
|
}
|
|
|