30 lines
534 B
CSS
30 lines
534 B
CSS
@font-face {
|
|
font-family: "iconfont_time_select"; /* Project id */
|
|
src: url('./font/iconfont_time_select.ttf?t=1780535096813') format('truetype');
|
|
}
|
|
|
|
.iconfont_time_select {
|
|
font-family: "iconfont_time_select" !important;
|
|
font-size: 25px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-zaochen:before {
|
|
content: "\e784";
|
|
}
|
|
|
|
.icon-gengduo:before {
|
|
content: "\e6df";
|
|
}
|
|
|
|
.icon-xiawucha:before {
|
|
content: "\100ff";
|
|
}
|
|
|
|
.icon-yewan:before {
|
|
content: "\e67e";
|
|
}
|
|
|