Loading

IOS的系统手机 宽度无法自适应 解决办法

<iframe src="iframe1.html" frameborder="0" scrolling="no" allowTransparency="true"></iframe>
 
.hide-slide iframe{
   overflow: scroll;
  -webkit-overflow-scrolling: touch;
  min-width: 100%;
  *width:100%;
  width:1px;
  height: 100%;
}
这样就解决了.
posted @ 2019-06-19 14:29  mingBolg  阅读(258)  评论(0)    收藏  举报