我有两张图片,一张一张。像这样:
这是我的 html:
<div class="flapImage" id="idHot">
<img src="images/hot.png" style="position:relative; top:0; left:0; max-width:390px;" width="100%" height="190px" />
<img src="images/watchVideoP.png" width="200px" style="position:absolute; top:120px; left:80px;" />
</div>
Run Code Online (Sandbox Code Playgroud)
这是我的 css:
.flapImage{
margin:0 auto;
text-align:center;
top:0;
left:0;
background-color:black;
}
Run Code Online (Sandbox Code Playgroud)
你知道另一种方法吗?
添加此属性
<div class="flapImage" id="idHot">
<img src="images/hot.png" style="position:relative; top:0; left:0; max-width:390px;" width="100%" height="190px" />
<img src="images/watchVideoP.png" width="200px" style="position:absolute; top:50%; left: 50%; transform: translate(-50%, -50%);" />
</div>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2104 次 |
| 最近记录: |