小编Pho*_*ixB的帖子

在视频元素中添加子 div,不显示

我的目标是在每个视频元素上都有文字(有很多)。视频正在显示,但其中的 div 没有显示。

<video autoplay playsinline style="transform: rotate(0deg); width: 100%; height: 100%; position: relative">
  <div style="width: 100px; height: 30px; color: white; z-index: 1; position: absolute; top: 0px; left: 0px; background: green;">test</div>
</video>
Run Code Online (Sandbox Code Playgroud)

在元素检查器中,当我将鼠标悬停在 div 上时,它不会在页面上的任何位置显示一个框。怎么让它显示出来?

html css

5
推荐指数
1
解决办法
3878
查看次数

标签 统计

css ×1

html ×1