43 lines
901 B
CSS
43 lines
901 B
CSS
@font-face {
|
|
font-family: "nbd-icon"; /* Project id 5193086 */
|
|
src: url('//at.alicdn.com/t/c/font_5193086_dyc00qt3bz.woff2?t=1781056075220') format('woff2'),
|
|
url('//at.alicdn.com/t/c/font_5193086_dyc00qt3bz.woff?t=1781056075220') format('woff'),
|
|
url('//at.alicdn.com/t/c/font_5193086_dyc00qt3bz.ttf?t=1781056075220') format('truetype');
|
|
}
|
|
|
|
.nbd-icon {
|
|
font-family: "nbd-icon" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.nbd-icon-a-facheguanli:before {
|
|
content: "\e683";
|
|
}
|
|
|
|
.nbd-icon-yuzhijian:before {
|
|
content: "\e647";
|
|
}
|
|
|
|
.nbd-icon-baozhuangguanli:before {
|
|
content: "\e60e";
|
|
}
|
|
|
|
.nbd-icon-diankouguanli:before {
|
|
content: "\e60f";
|
|
}
|
|
|
|
.nbd-icon-shiyabao:before {
|
|
content: "\e657";
|
|
}
|
|
|
|
.nbd-icon-daiban:before {
|
|
content: "\e612";
|
|
}
|
|
|
|
.nbd-icon-saoyisao:before {
|
|
content: "\e891";
|
|
}
|