gpt4 book ai didi

css - 在中心设置 div block

转载 作者:行者123 更新时间:2023-11-28 09:59:02 26 4
gpt4 key购买 nike

我需要在屏幕中央设置div block ,但我不知道如何。

.pop-up{
width: 850px;
height: 640px;
z-index: 10;
left: 20%;
position: fixed;
top:1%;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

应该有position:absolute;

最佳答案

将位置设置为绝对。和 top, bottom, right, left 为 0. 然后提供固定宽度并使用边距自动。这将使 div 居中。重要的是你需要使用固定的宽度和高度。请在此处查看演示。如果这不是您的解决方案,请告诉我...

[Demo](http://jsfiddle.net/U2FZj)

有关定位的更多信息,请点击以下链接。下面的章节很棒

Detailed Positioning

关于css - 在中心设置 div block ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24807131/

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