44 lines
777 B
CSS
44 lines
777 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 2820104 */
|
|
src: url('iconfont.woff2?t=1636707097531') format('woff2'),
|
|
url('iconfont.woff?t=1636707097531') format('woff'),
|
|
url('iconfont.ttf?t=1636707097531') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-ercigongshui:before {
|
|
content: "\e617";
|
|
}
|
|
|
|
.icon-gongshuichang-weixuanzhong:before {
|
|
content: "\e611";
|
|
}
|
|
|
|
.icon-shuiguan:before {
|
|
content: "\e612";
|
|
}
|
|
|
|
.icon-a-jiangzhang1:before {
|
|
content: "\e613";
|
|
}
|
|
|
|
.icon-biaopan:before {
|
|
content: "\e614";
|
|
}
|
|
|
|
.icon-gongdan:before {
|
|
content: "\e615";
|
|
}
|
|
|
|
.icon-shuizhi:before {
|
|
content: "\e616";
|
|
}
|
|
|