15233c3c by zhen

fix:视频音量按钮样式修正

1 parent 0d02bcba
......@@ -297,43 +297,6 @@ export default {
height: 100%;
width: 100%;
}
// .color-span {
// background: black;
// width: 130px;
// height: 70px;
// padding: 5px;
// position: absolute;
// top: 0;
// left: 10px;
// color: white;
// font-size: 13px;
// display: flex;
// flex-direction: column;
// justify-content: space-around;
// align-items: flex-start;
// .holding,
// .signing {
// display: flex;
// justify-content: center;
// align-items: center;
// span:first-child {
// display: inline-block;
// width: 40px;
// height: 20px;
// background: red;
// margin-right: 10px;
// }
// span:last-child {
// line-height: 20px;
// }
// }
// .holding {
// span:first-child {
// background: yellow;
// }
// }
// }
#my-player.video-js {
.video-face-pair-list {
position: absolute;
......@@ -425,4 +388,7 @@ export default {
.vjs-paused.vjs-has-started .vjs-big-play-button {
display: block;
}
.vjs-slider-vertical .vjs-volume-level:before {
left: -0.4em;
}
</style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!