添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

<style>
.container{
margin: 100px auto;
background: green;
position: relative;
width: 400px;
height: 400px;
}
.img-iframe{
width: 100%;
height: 100%;
}
.img-tip{
position: absolute;
left: 50%;
bottom: 20px;
width: 150px;
margin-left: -75px;
color: white;
}
</style>
<body>
<div class="container">
<iframe class="img-iframe" src="Chrysanthemum.jpg" scrolling="auto" onload="resize(this)"></iframe>
<div class="img-tip">123123123123123</div>
</div>
</body>
</html>