设置移动端iframe 和video 标签视频溢出自动适应播放样式设置
.box iframe { position: relative; z-index: 1; width: 100%; height: 12rem; } .box .video { position: relative; z-index: 1; width: 100%; height: 12rem; }
设置移动端iframe 和video 标签视频溢出自动适应播放样式设置
原文:https://www.cnblogs.com/926803/p/12629045.html