index.scss 251 B

1234567891011121314151617
  1. .drag-video-container {
  2. width: 100%;
  3. .video-title {
  4. height: 30px;
  5. width: 100%;
  6. background: #fefefe;
  7. padding: 0 15px;
  8. line-height: 30px;
  9. cursor: move;
  10. }
  11. .video-js{
  12. .vjs-control-bar{
  13. display: none;
  14. }
  15. }
  16. }