46 lines
678 B
CSS
46 lines
678 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id */
|
|
src: url('@/static/font_ve87r6kfq3/iconfont.ttf?t=1768306553008') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-add:before {
|
|
content: "\e664";
|
|
}
|
|
|
|
.icon-ashbin:before {
|
|
content: "\e665";
|
|
}
|
|
|
|
.icon-close:before {
|
|
content: "\e668";
|
|
}
|
|
|
|
.icon-close-bold:before {
|
|
content: "\e685";
|
|
}
|
|
|
|
.icon-edit:before {
|
|
content: "\e654";
|
|
}
|
|
|
|
.icon-search:before {
|
|
content: "\ea56";
|
|
}
|
|
|
|
.icon-search1:before {
|
|
content: "\e615";
|
|
}
|
|
|
|
.icon-lazhu:before {
|
|
content: "\e65b";
|
|
}
|
|
|