【问题标题】:How can we set the position of subtitle, currently displaying at the bottom of the screen, we need to set it 30px up from bottom?如何设置字幕的位置,目前显示在屏幕底部,我们需要设置它从底部向上30px?
【发布时间】:2017-01-28 01:37:26
【问题描述】:

当前字幕的显示位置是屏幕底部,我们需要设置字幕距离底部30px。

【问题讨论】:

  • 显示你的 html,css 代码
  • 您需要通过共享相关代码(CSS HTML 等)来复制您的问题。在这里查看如何在stackoverflow上提问stackoverflow.com/help/mcve

标签: javascript html css video-streaming html5-video


【解决方案1】:

虽然你根本没有费心去写一个有效的 SO 问题并且对你的代码一无所知......

鉴于你的字幕已经在底部,我猜你有类似的东西:

.subtitle-selector {
    position: absolute;
    bottom: 0;
}

嗯...您所要做的就是将 0 像素更改为 30 像素。

但是看到一些代码真的很有帮助。目前只是在黑暗中拍摄

【讨论】:

    猜你喜欢
    • 2016-01-27
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-06-28
    • 2017-12-28
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多