【问题标题】:How do I style the round videojs scrubber slider button如何设置圆形 videojs 洗涤器滑块按钮的样式
【发布时间】:2021-10-23 04:25:33
【问题描述】:

我正在寻找有关如何设置圆形 videojs 洗涤器按钮控件样式的建议。我看到视频默认 css 皮肤后所能想到的就是:

.video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    top: -0.3333333333em;
    z-index: 1;
    background-color:#eb882a;  <- setting the color here
}

这确实会在圆形滑块滑块控件周围放置一个橙色方块,但不会更改圆形滑块滑块控件的颜色。

.video-js .vjs-play-progress {
    background-color:#eb882a;  <- setting the color here
}

只是改变圆形刷条滑块控件之前进度线的颜色。

如何更改保持白色的圆形洗涤器控件本身的颜色?

【问题讨论】:

    标签: css video.js skin


    【解决方案1】:

    滑块句柄是来自图标字体的字符,因此请使用color 而不是background-color

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2010-12-02
      • 2013-12-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-06-18
      • 1970-01-01
      • 2022-07-12
      相关资源
      最近更新 更多