gpt4 book ai didi

html - 图像未显示在固定的 div 中

转载 作者:太空宇宙 更新时间:2023-11-04 02:27:33 26 4
gpt4 key购买 nike

由于某种原因,图像没有显示在我尝试创建的 div 中。这可能是一个简单的修复,我只是完全错过了。

(仅以随机图像为例)

https://jsfiddle.net/57053L6h/

片段:

.alert {
position: fixed;
bottom: 0px;
height: 75px;
width: auto;
margin: 0;
padding: 0;
padding-right: 50px;
background-color: rgba(0, 0, 0, 0.45);
display: table;
font-weight: bold;
}

.alert p {
color: white;
display: table-cell;
vertical-align: middle;
text-align: center;
}

.alert .icon {
max-height: 100%;
max-width: 100%;
/*animation: bounce 2s infinte;*/
}
<div class="alert">
<img class="icon" src="https://image.freepik.com/free-icon/user-male-silhouette_318-55563.png" />
<p>Lorem ipsum<br>
I can only remember lorem ipsum lol</p>
</div>

最佳答案

也许您想尝试设置您真正想要的最大宽度

   .alert .icon {
max-width:100px;
}

关于html - 图像未显示在固定的 div 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37092113/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com