vv-player
Version:
基于vue2.0+的video播放器组件
48 lines (44 loc) • 1.13 kB
CSS
@font-face {
font-family: 'icomoon';
src: url('./fonts/icomoon.eot?nshsh4');
src: url('./fonts/icomoon.eot?nshsh4#iefix') format('embedded-opentype'),
url('./fonts/icomoon.ttf?nshsh4') format('truetype'),
url('./fonts/icomoon.woff?nshsh4') format('woff'),
url('./fonts/icomoon.svg?nshsh4#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
i {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' ;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-fullscreen:before {
content: "\e989";
}
.icon-notFullscreen:before {
content: "\e98a";
}
.icon-play:before {
content: "\ea1c";
}
.icon-pause:before {
content: "\ea1d";
}
.icon-volume-medium:before {
content: "\ea27";
}
.icon-volume-low:before {
content: "\ea28";
}
.icon-volume-mute:before {
content: "\ea29";
}