48 lines
806 B
CSS
48 lines
806 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id 4338427 */
|
|
src: url('iconfont.woff2?t=1709520057934') format('woff2'),
|
|
url('iconfont.woff?t=1709520057934') format('woff'),
|
|
url('iconfont.ttf?t=1709520057934') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-videoplay:before {
|
|
content: "\e625";
|
|
}
|
|
|
|
.icon-video:before {
|
|
content: "\e7c8";
|
|
}
|
|
|
|
.icon-zanting:before {
|
|
content: "\e651";
|
|
}
|
|
|
|
.icon-zanting1:before {
|
|
content: "\e668";
|
|
}
|
|
|
|
.icon-Play:before {
|
|
content: "\eab5";
|
|
}
|
|
|
|
.icon-double-arrow-right-full:before {
|
|
content: "\ea50";
|
|
}
|
|
|
|
.icon-weixin:before {
|
|
content: "\e643";
|
|
}
|
|
|
|
.icon-zhifubao:before {
|
|
content: "\e607";
|
|
}
|
|
|