设置移动端iframe 和video 标签视频溢出自动适应播放样式设置

设置移动端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 标签视频溢出自动适应播放样式设置

上一篇:洛谷-P1478 陶陶摘苹果(升级版)


下一篇:Java错误笔记:Operator cannot be applied to boolean,int