我的目标是在每个视频元素上都有文字(有很多)。视频正在显示,但其中的 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 上时,它不会在页面上的任何位置显示一个框。怎么让它显示出来?