56 lines
925 B
CSS
56 lines
925 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 4828189 */
|
|
src: url('@/static/iconfont/iconfont.woff2') format('woff2'),
|
|
url('@/static/iconfont/iconfont.woff') format('woff'),
|
|
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-submit:before {
|
|
content: "\e61a";
|
|
}
|
|
|
|
.icon-fuzhi:before {
|
|
content: "\e626";
|
|
}
|
|
|
|
.icon-saomiao:before {
|
|
content: "\e817";
|
|
}
|
|
|
|
.icon-caigouruku:before {
|
|
content: "\e633";
|
|
}
|
|
|
|
.icon-addMold:before {
|
|
content: "\e659";
|
|
}
|
|
|
|
.icon-zuoyebaogong:before {
|
|
content: "\e6b0";
|
|
}
|
|
|
|
.icon-a-ziyuan13500:before {
|
|
content: "\e7db";
|
|
}
|
|
|
|
.icon-luchangfenxibaogao:before {
|
|
content: "\e671";
|
|
}
|
|
|
|
.icon-jianyanjilu:before {
|
|
content: "\e634";
|
|
}
|
|
|
|
.icon-yonghujiluchaxun:before {
|
|
content: "\e6aa";
|
|
}
|
|
|