You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
439 B
25 lines
439 B
@font-face {
|
|
font-family: "iconfont"; /* Project id 3120523 */
|
|
src: url('/static/icon/iconfont.ttf') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-Less:before {
|
|
content: "\e734";
|
|
}
|
|
|
|
.icon-m_dow_arrow:before {
|
|
content: "\e600";
|
|
}
|
|
|
|
.icon-required:before {
|
|
content: "\e60e";
|
|
}
|
|
|