ad-custom广告是视频时,视频会遮挡广告组件的标签等,为什么video没有同层渲染?
<ad-custom class="ad" unit-id="...."></ad-custom>
.ad {
margin: 100px 10px 0;
}
这个在开发者工具上就没有问题
<ad-custom class="ad" unit-id="...."></ad-custom>
.ad {
margin: 100px 10px 0;
}
这个在开发者工具上就没有问题