标签:ide height relative 自动 position VID z-index 移动端 适应
设置移动端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 标签视频溢出自动适应播放样式设置
标签:ide height relative 自动 position VID z-index 移动端 适应
原文地址:https://www.cnblogs.com/926803/p/12629045.html