|
@@ -1,323 +0,0 @@
|
|
|
-.video-box .video-player-box,
|
|
|
-.video-box .video-player-box >>> .video-js,
|
|
|
-.video-box .video-player-box >>> video {
|
|
|
- width: 100%;
|
|
|
- height: 210px !important;
|
|
|
- background-color: #000000;
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box .video-player-box >>> .vjs-fullscreen video {
|
|
|
- width: 100%;
|
|
|
- height: auto !important;
|
|
|
- top: 50%;
|
|
|
- transform: translateY(-50%);
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .prism-big-play-btn {
|
|
|
- top: calc(50% - 32px) !important;
|
|
|
- left: calc(50% - 32px) !important;
|
|
|
-}
|
|
|
-
|
|
|
-.video-player-box >>> .vjs-big-play-button {
|
|
|
- top: calc(50% - 22.5px);
|
|
|
- left: calc(50% - 45px);
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .full-screen-selection-btn.no-full-screen {
|
|
|
- display: flex;
|
|
|
-}
|
|
|
-.video-box .prism-fullscreen >>> .full-screen-selection-btn.is-full-screen {
|
|
|
- display: flex;
|
|
|
-}
|
|
|
-.video-box .prism-fullscreen >>> .full-screen-selection-btn1.is-full-screen {
|
|
|
- display: flex;
|
|
|
-}
|
|
|
-.video-box .prism-fullscreen >>> .full-screen-selection-btn.no-full-screen {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-/* 倍速组件start */
|
|
|
-.video-box >>> .rate-components {
|
|
|
- position: unset;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .rate-list {
|
|
|
- width: 100vw;
|
|
|
- height: 210px !important;
|
|
|
- position: fixed;
|
|
|
- z-index: 9999999;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- background: rgba(0, 0, 0, 0.9);
|
|
|
- padding: 120px calc((100vw - calc(210px * 0.25 + 10px) * 5) / 2) 0;
|
|
|
- box-sizing: border-box;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .rate-list::before {
|
|
|
- content: "倍速";
|
|
|
- position: absolute;
|
|
|
- top: 90px;
|
|
|
- left: calc((100vw - calc(210px * 0.25 + 10px) * 5) / 2 + 5px);
|
|
|
- color: #ffffff;
|
|
|
- font-size: 15px;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .rate-list li {
|
|
|
- float: right;
|
|
|
- background: none;
|
|
|
- font-size: 12px;
|
|
|
- width: calc(210px * 0.25);
|
|
|
- height: calc(210px * 0.25);
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- margin: 0 5px;
|
|
|
- background: rgba(255, 255, 255, 0.1);
|
|
|
- border-radius: 10px;
|
|
|
- position: relative;
|
|
|
- z-index: 9999999;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .prism-fullscreen .rate-list {
|
|
|
- width: 100vw;
|
|
|
- height: 100% !important;
|
|
|
- padding: 60vh calc((100vw - calc(210px * 0.25 + 10px) * 5) / 2) 0;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .prism-fullscreen .rate-list li {
|
|
|
- width: calc(210px * 0.25);
|
|
|
- height: calc(210px * 0.25);
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .prism-fullscreen .rate-list::before {
|
|
|
- top: calc(60vh - 40px);
|
|
|
- left: calc((100vw - calc(210px * 0.25 + 10px) * 5) / 2 + 5px);
|
|
|
-}
|
|
|
-/* 倍速组件end */
|
|
|
-
|
|
|
-/* 视频非全屏start */
|
|
|
-.video-box >>> .prism-controlbar {
|
|
|
- background: none;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .prism-controlbar .prism-controlbar-bg {
|
|
|
- display: none;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .prism-controlbar .prism-progress {
|
|
|
- width: calc(100% - 88px - 90px);
|
|
|
- height: 2px;
|
|
|
- left: 88px !important;
|
|
|
- right: 90px !important;
|
|
|
- bottom: 20px !important;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .prism-controlbar .prism-progress .prism-progress-played {
|
|
|
- background-color: #ffffff;
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-.video-box >>> .prism-controlbar .prism-progress .prism-progress-played::after {
|
|
|
- content: "";
|
|
|
- width: 8px;
|
|
|
- height: 8px;
|
|
|
- border-radius: 50%;
|
|
|
- background: #ffffff;
|
|
|
- position: absolute;
|
|
|
- right: 0;
|
|
|
- top: -3px;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .prism-controlbar .prism-play-btn {
|
|
|
- position: absolute;
|
|
|
- left: 8px;
|
|
|
- bottom: 10px;
|
|
|
- margin: 0 !important;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .prism-controlbar .prism-time-display .current-time {
|
|
|
- width: 55px;
|
|
|
- text-align: center;
|
|
|
- position: absolute;
|
|
|
- left: 31px;
|
|
|
- bottom: 13px;
|
|
|
- height: 17px !important;
|
|
|
- font-size: 12px !important;
|
|
|
- color: #ffffff;
|
|
|
- display: flex !important;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .prism-controlbar .prism-time-display .duration {
|
|
|
- width: 55px;
|
|
|
- text-align: center;
|
|
|
- position: absolute;
|
|
|
- right: 32px;
|
|
|
- bottom: 13px;
|
|
|
- height: 17px !important;
|
|
|
- font-size: 12px !important;
|
|
|
- color: #ffffff;
|
|
|
- display: flex !important;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .prism-controlbar .prism-fullscreen-btn {
|
|
|
- position: absolute;
|
|
|
- right: 8px;
|
|
|
- bottom: 10px;
|
|
|
- margin: 0 !important;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .prism-player .prism-tooltip,
|
|
|
-.video-box >>> .prism-player .prism-thumbnail,
|
|
|
-.video-box >>> .prism-controlbar .prism-setting-btn,
|
|
|
-.video-box >>> .prism-controlbar .prism-volume,
|
|
|
-.video-box >>> .prism-controlbar .full-screen-selection-btn,
|
|
|
-.video-box >>> .prism-controlbar .rate-components,
|
|
|
-.video-box >>> .prism-controlbar .quality-components,
|
|
|
-.video-box >>> .prism-controlbar .prism-progress-cursor,
|
|
|
-.video-box >>> .prism-controlbar .prism-time-display .time-bound {
|
|
|
- display: none !important;
|
|
|
-}
|
|
|
-.video-box >>> .prism-controlbar {
|
|
|
- background: linear-gradient(0deg, black, transparent) !important;
|
|
|
-}
|
|
|
-/* 视频非全屏end */
|
|
|
-
|
|
|
-/* 视频全屏start */
|
|
|
-.video-box >>> .prism-fullscreen .prism-controlbar {
|
|
|
- height: 100vh !important;
|
|
|
- background: linear-gradient(0deg, black, transparent, black) !important;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .prism-fullscreen .prism-controlbar .prism-progress {
|
|
|
- width: 100%;
|
|
|
- height: 2px;
|
|
|
- left: 0 !important;
|
|
|
- right: 0 !important;
|
|
|
- bottom: 71px !important;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .prism-fullscreen .prism-controlbar .prism-play-btn {
|
|
|
- position: absolute;
|
|
|
- left: 23px;
|
|
|
- bottom: 27px;
|
|
|
- margin: 0 !important;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box
|
|
|
- >>> .prism-fullscreen
|
|
|
- .prism-controlbar
|
|
|
- .prism-time-display
|
|
|
- .current-time {
|
|
|
- width: 55px;
|
|
|
- text-align: center;
|
|
|
- position: absolute;
|
|
|
- left: 8px;
|
|
|
- bottom: 83px;
|
|
|
- line-height: 44px;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box
|
|
|
- >>> .prism-fullscreen
|
|
|
- .prism-controlbar
|
|
|
- .prism-time-display
|
|
|
- .duration {
|
|
|
- width: 55px;
|
|
|
- text-align: center;
|
|
|
- position: absolute;
|
|
|
- right: 8px;
|
|
|
- bottom: 83px;
|
|
|
- color: #ffffff;
|
|
|
- line-height: 44px;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .prism-fullscreen .prism-controlbar .prism-fullscreen-btn {
|
|
|
- position: fixed;
|
|
|
- top: 36px;
|
|
|
- left: 15px;
|
|
|
- margin: 0 !important;
|
|
|
- /* background: url(~@/assets/back-icon7.png) no-repeat; */
|
|
|
- background-size: 20px 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box
|
|
|
- >>> .prism-fullscreen
|
|
|
- .prism-controlbar
|
|
|
- .full-screen-selection-btn.is-full-screen {
|
|
|
- display: block !important;
|
|
|
- height: 21px;
|
|
|
- position: absolute;
|
|
|
- padding: 0 10px;
|
|
|
- right: 16px;
|
|
|
- bottom: 30px;
|
|
|
- font-size: 15px;
|
|
|
- color: #ffffff;
|
|
|
-}
|
|
|
-.video-box
|
|
|
- >>> .prism-fullscreen
|
|
|
- .prism-controlbar
|
|
|
- .full-screen-selection-btn1.is-full-screen {
|
|
|
- display: block !important;
|
|
|
- height: 21px;
|
|
|
- position: absolute;
|
|
|
- padding: 0 10px;
|
|
|
- left: 40px;
|
|
|
- bottom: 30px;
|
|
|
- font-size: 15px;
|
|
|
- color: #ffffff;
|
|
|
-}
|
|
|
-.video-box >>> .prism-fullscreen .prism-controlbar .rate-components {
|
|
|
- height: 21px;
|
|
|
- display: block !important;
|
|
|
- position: absolute;
|
|
|
- right: 144px;
|
|
|
- bottom: 30px;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .prism-fullscreen .prism-controlbar .quality-components {
|
|
|
- height: 21px;
|
|
|
- border: 1px solid #ffffff;
|
|
|
- display: block !important;
|
|
|
- position: absolute;
|
|
|
- right: 78px;
|
|
|
- bottom: 30px;
|
|
|
-}
|
|
|
-.video-box
|
|
|
- >>> .prism-fullscreen
|
|
|
- .prism-controlbar
|
|
|
- .quality-components
|
|
|
- .quality-list {
|
|
|
- width: max-content !important;
|
|
|
- bottom: 25px;
|
|
|
- left: 50%;
|
|
|
- transform: translateX(calc(-50% + -3px));
|
|
|
-}
|
|
|
-
|
|
|
-.video-box
|
|
|
- >>> .prism-fullscreen
|
|
|
- .prism-controlbar
|
|
|
- .quality-components
|
|
|
- .quality-list
|
|
|
- li {
|
|
|
- width: 100%;
|
|
|
- min-width: max-content !important;
|
|
|
- text-align: center;
|
|
|
- margin: 0;
|
|
|
- padding: 0 3px;
|
|
|
-}
|
|
|
-
|
|
|
-.video-box >>> .prism-fullscreen .video-header {
|
|
|
- position: fixed;
|
|
|
- left: 53px;
|
|
|
- top: 35px;
|
|
|
- width: 70vw;
|
|
|
- height: 25px;
|
|
|
- font-size: 18px;
|
|
|
- color: #ffffff;
|
|
|
- line-height: 25px;
|
|
|
- display: block !important;
|
|
|
-}
|
|
|
-/* 视频全屏end */
|