fix:视频音量按钮样式修正
Showing
1 changed file
with
3 additions
and
37 deletions
... | @@ -297,43 +297,6 @@ export default { | ... | @@ -297,43 +297,6 @@ export default { |
297 | height: 100%; | 297 | height: 100%; |
298 | width: 100%; | 298 | width: 100%; |
299 | } | 299 | } |
300 | // .color-span { | ||
301 | // background: black; | ||
302 | // width: 130px; | ||
303 | // height: 70px; | ||
304 | // padding: 5px; | ||
305 | // position: absolute; | ||
306 | // top: 0; | ||
307 | // left: 10px; | ||
308 | // color: white; | ||
309 | // font-size: 13px; | ||
310 | // display: flex; | ||
311 | // flex-direction: column; | ||
312 | // justify-content: space-around; | ||
313 | // align-items: flex-start; | ||
314 | // .holding, | ||
315 | // .signing { | ||
316 | // display: flex; | ||
317 | // justify-content: center; | ||
318 | // align-items: center; | ||
319 | // span:first-child { | ||
320 | // display: inline-block; | ||
321 | // width: 40px; | ||
322 | // height: 20px; | ||
323 | // background: red; | ||
324 | // margin-right: 10px; | ||
325 | // } | ||
326 | // span:last-child { | ||
327 | // line-height: 20px; | ||
328 | // } | ||
329 | // } | ||
330 | // .holding { | ||
331 | // span:first-child { | ||
332 | // background: yellow; | ||
333 | // } | ||
334 | // } | ||
335 | // } | ||
336 | |||
337 | #my-player.video-js { | 300 | #my-player.video-js { |
338 | .video-face-pair-list { | 301 | .video-face-pair-list { |
339 | position: absolute; | 302 | position: absolute; |
... | @@ -425,4 +388,7 @@ export default { | ... | @@ -425,4 +388,7 @@ export default { |
425 | .vjs-paused.vjs-has-started .vjs-big-play-button { | 388 | .vjs-paused.vjs-has-started .vjs-big-play-button { |
426 | display: block; | 389 | display: block; |
427 | } | 390 | } |
391 | .vjs-slider-vertical .vjs-volume-level:before { | ||
392 | left: -0.4em; | ||
393 | } | ||
428 | </style> | 394 | </style> | ... | ... |
-
Please register or sign in to post a comment