|
@@ -44,6 +44,22 @@
|
|
|
.tcp-skin .vjs-play-progress {
|
|
|
background-color: var(--van-primary) !important;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+ .vjs-poster {
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
+
|
|
|
+ .video-js .vjs-progress-control:hover .vjs-progress-holder {
|
|
|
+ font-size: inherit !important;
|
|
|
+ outline: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ .video-js .vjs-slider:focus {
|
|
|
+ box-shadow: none !important;
|
|
|
+ text-shadow: none !important;
|
|
|
+ outline: none;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.video {
|
|
@@ -96,4 +112,4 @@
|
|
|
|
|
|
.freeRate {
|
|
|
color: #32ffd8;
|
|
|
-}
|
|
|
+}
|