@font-face {
|
|
font-family: "iconfont"; /* Project id 2996747 */
|
|
src: url('/static/iconfont.ttf') format('woff2'),
|
|
url('/static/iconfont.ttf') format('woff'),
|
|
url('iconfont.ttf?t=1739713766886') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.qungonggao:before {
|
|
content: "\e69a";
|
|
}
|
|
|
|
.cancel:before {
|
|
content: "\e6db";
|
|
}
|
|
|
|
.showviewvisible:before {
|
|
content: "\e9d3";
|
|
}
|
|
|
|
.hideinvisiblehidden:before {
|
|
content: "\e9db";
|
|
}
|
|
|
|
.check:before {
|
|
content: "\e645";
|
|
}
|
|
|
|
.delete:before {
|
|
content: "\e67e";
|
|
}
|
|
|
|
.error:before {
|
|
content: "\e613";
|
|
}
|
|
|
|
.message:before {
|
|
content: "\e604";
|
|
}
|
|
|
|
.search:before {
|
|
content: "\e626";
|
|
}
|
|
|
|
.edit:before {
|
|
content: "\e62a";
|
|
}
|
|
|
|
.star-off:before {
|
|
content: "\e60e";
|
|
}
|
|
|
|
.goback:before {
|
|
content: "\e68c";
|
|
}
|
|
|