50 lines
679 B
CSS
50 lines
679 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 2869797 */
|
|
src: url('@/static/iconfont.ttf');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-jia:before {
|
|
content: "\e60a";
|
|
}
|
|
|
|
.icon-dui:before {
|
|
content: "\e609";
|
|
}
|
|
|
|
.icon-gengduo2:before {
|
|
content: "\e608";
|
|
}
|
|
|
|
.icon-gengduo:before {
|
|
content: "\e607";
|
|
}
|
|
|
|
.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";
|
|
}
|
|
|