注册时间2012-12-1
在线时间 小时
- 最后登录
- 1970-1-1
|
![](static/image/common/ico_lz.png)
楼主 |
发表于 2022-2-4 10:07
|
显示全部楼层
其实在你的代码里已经有了高度,对比一下:34楼的
<div style="z-index: 32768;position: absolute;width: 1115px;height: 600px;margin: 100px auto 32px -200px;box-shadow: 0px 0px 0px 2px #000000, 0px 0px 15px 15px #DC143C;overflow:hidden;border-radius:0.6%;transform: skewX(-0deg)skewY(0deg);">
<iframe frameborder="0" scrolling="no" src="https://haokan.baidu.com/v?vid=1344354445687043252&tab=yinyue_new"style="width:1040px;height:800px;transform:scale(1.5);margin-left:260px;margin-top:25px;"></iframe></div> <div style="MARGIN-TOP: 700px; MARGIN-LEFT: 0px"> </div>
<div style="height:80px;"></div>
41楼的代码:
<div style="z-index: 32768;position: absolute;width: 1115px;height: 600px;margin: 100px auto 32px -200px;box-shadow: 0px 0px 0px 2px #000000, 0px 0px 15px 15px #DC143C;overflow:hidden;border-radius:0.6%;transform: skewX(-0deg)skewY(0deg);">
<iframe frameborder="0" scrolling="no" src="https://haokan.baidu.com/v?vid=1344354445687043252&tab=yinyue_new"style="width:1040px;height:800px;transform:scale(1.5);margin-left:260px;margin-top:25px;"></iframe></div>
<div style="height:980px;"></div>
如果在红色圈的代码里加大数字,去掉最下面的代码,应该是可以的。
41楼里去掉了红色的代码,加了最下面的代码。
|
|