40 lines
761 B
CSS
40 lines
761 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 4645974 */
|
|
src: url('~@/static/icon-font/css/iconfont.woff2?t=1722997421621') format('woff2'),
|
|
url('~@/static/icon-font/css/iconfont.woff?t=1722997421621') format('woff'),
|
|
url('~@/static/icon-font/css/iconfont.ttf?t=1722997421621') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-success:before {
|
|
content: "\e6d0";
|
|
}
|
|
|
|
.icon-down:before {
|
|
content: "\e602";
|
|
}
|
|
|
|
.icon-down1:before {
|
|
content: "\e6a8";
|
|
}
|
|
|
|
.icon-right:before {
|
|
content: "\e649";
|
|
}
|
|
|
|
.icon-up-arrow:before {
|
|
content: "\e844";
|
|
}
|
|
|
|
.icon-up:before {
|
|
content: "\e845";
|
|
}
|
|
|