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.
20 lines
398 B
20 lines
398 B
@font-face {
|
|
font-family: "iconfont"; /* Project id 4249859 */
|
|
src: url('/static/css/iconfont.ttf') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 20;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
color: #989898;
|
|
margin-right: 15rpx;
|
|
margin-left: 5rpx;
|
|
}
|
|
|
|
.icon-time:before {
|
|
content: "\e680";
|
|
}
|
|
|
|
|