可以通过以下方法实现:
示例代码:
<style>
.parent {
display: flex;
align-items: center;
justify-content: center;
height: 400px; /* 父div的高度 */
}
.child {
width: 200px; /* 子div的宽度 */
height: 100px; /* 子div的高度 */
background-color: #ccc;
}
</style>
<div class="parent">
<div class="child"></div>
</div>
示例代码:
<style>
.parent {
position: relative;
height: 400px; /* 父div的高度 */
}
.child {
position: absolute;
top: 50%;
left: 50%;
width: 200px; /* 子div的宽度 */
height: 100px; /* 子div的高度 */
background-color: #ccc;
transform: translate(-50%, -50%);
}
</style>
<div class="parent">
<div class="child"></div>
</div>
这两种方法都可以实现在其他div中垂直居中固定大小的div,具体选择哪种方法取决于项目的需求和实际情况。腾讯云提供的云计算服务包括弹性计算、云服务器、容器服务等,更多相关产品和介绍可以参考腾讯云官网:https://cloud.tencent.com/
领取专属 10元无门槛券
手把手带您无忧上云