1
This commit is contained in:
39
学生学习页面_files/videojs-resolution-switcher.css
Normal file
39
学生学习页面_files/videojs-resolution-switcher.css
Normal file
@@ -0,0 +1,39 @@
|
||||
.vjs-resolution-button {
|
||||
color: #ccc;
|
||||
font-family: VideoJS;
|
||||
}
|
||||
|
||||
.vjs-resolution-button .vjs-resolution-button-staticlabel:before {
|
||||
content: '\f110';
|
||||
font-size: 1.8em;
|
||||
line-height: 1.67;
|
||||
}
|
||||
|
||||
.vjs-resolution-button .vjs-resolution-button-label {
|
||||
font-size: 13px;
|
||||
line-height: 40px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
box-sizing: inherit;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.vjs-resolution-button ul.vjs-menu-content {
|
||||
width: 4em !important;
|
||||
}
|
||||
|
||||
.vjs-resolution-button .vjs-menu {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.vjs-resolution-button .vjs-menu li {
|
||||
text-transform: none;
|
||||
font-size: 13px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
.vjs-resolution-button .vjs-menu{bottom: 4px!important;width: 82px;left: -22px;}
|
||||
.vjs-resolution-button .vjs-menu ul.vjs-menu-content{width: 80px!important;left: 50%;margin-left: -34px;text-align: center}
|
||||
Reference in New Issue
Block a user