css – Warum die Maskenebene das Video nicht abdecken kann
迷茫
迷茫 2017-06-16 09:19:26
0
4
1188
<p class="col-md-4 liveBox">
                    <p style="height:90px">北京商报社总编辑李海:文化正逐渐成为酒企的核心竞争力</p>
                    <p class="embed-responsive embed-responsive-4by3">
                        <iframe frameborder="0" class="embed-responsive-item" src="https://v.qq.com/iframe/player.html?vid=x0513z87cec&tiny=0&auto=0" allowfullscreen></iframe>
                    </p>
                    <p class="liveShade" style="position: absolute;top: 0;bottom:0;left:15px;right:15px;background: #000;opacity: .7"></p>
                </p>

Es ist auch nicht möglich, einen Z-Index hinzuzufügen

Einstellung:hover{cursor:pointer} funktioniert nur im Iframe.
So lösen Sie das Problem

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

Antworte allen(4)
滿天的星座

可以把视频容器加上绝对定位,然后弹框加z-index试试,不过看你播的是腾讯视频,所以还有个解决方案是试试上腾讯的统一播放器。

某草草

给遮罩设置一个z-index吧,设置大一点

typecho

原因是播放器是用flash做的,层级无限高。一般是这样做的:
针对IE 在<object></object>内加上参数<param name="wmode" value="opaque" />
针对FF 在<embed />内加上参数wmode="opaque"

但是,这个方法并不完美存在兼容性。
个人认为比较简单的方法是在弹窗弹出时用'position:absolute;top:100000px;'的方法将视频藏起来。

仅有的幸福

给遮罩设置绝对定位,在加上z-index参考http://m.jb51.net/web/444162....

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage