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.
38 lines
599 B
38 lines
599 B
2 weeks ago
|
@font-face {
|
||
|
font-family: "iconfont"; /* Project id 3988464 */
|
||
|
src: url('../../static/font/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-play-stop:before {
|
||
|
content: "\e662";
|
||
|
}
|
||
|
|
||
|
.icon-play-stop-new:before {
|
||
|
content: "\e605";
|
||
|
}
|
||
|
|
||
|
.icon-play-cell-new:before {
|
||
|
content: "\ea83";
|
||
|
}
|
||
|
|
||
|
.icon-play-nav:before {
|
||
|
content: "\e63c";
|
||
|
}
|
||
|
|
||
|
.icon-play-next:before {
|
||
|
content: "\e63e";
|
||
|
}
|
||
|
|
||
|
.icon-play-cell:before {
|
||
|
content: "\ea82";
|
||
|
}
|
||
|
|