48 lines
792 B
CSS
48 lines
792 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 2570810 */
|
|
src: url('iconfont.woff2?t=1623376633178') format('woff2'),
|
|
url('iconfont.woff?t=1623376633178') format('woff'),
|
|
url('iconfont.ttf?t=1623376633178') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-liushi:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.icon-shujubiao:before {
|
|
content: "\e670";
|
|
}
|
|
|
|
.icon-sql:before {
|
|
content: "\e727";
|
|
}
|
|
|
|
.icon-duijixiantu:before {
|
|
content: "\e61f";
|
|
}
|
|
|
|
.icon-leiji:before {
|
|
content: "\e711";
|
|
}
|
|
|
|
.icon-zhexian:before {
|
|
content: "\e600";
|
|
}
|
|
|
|
.icon-fenbutu:before {
|
|
content: "\e60b";
|
|
}
|
|
|
|
.icon-tongjitu:before {
|
|
content: "\e684";
|
|
}
|
|
|