gpt4 book ai didi

html - 内容溢出内容区域

转载 作者:太空宇宙 更新时间:2023-11-03 20:00:39 26 4
gpt4 key购买 nike

我有一个 demo .为什么列表项溢出白色内容区域,我该如何解决?

body {
line-height: 1;
background:#7D93BD;
font-size: 22px;
}
#content {
width:80%;
height:auto;
margin-left:auto;
margin-right:auto;
padding: 10px 20px 30px 20px;
background-color:#F8F8F8;
color: #333333;
font-family: Helvetica, Arial, sans-serif;
}
#profileInfo {
position: relative;
top: 100px;
}
#profileInfo li {
list-style-type: none;
line-height: 1.4;
}
#profile_info_title {
font-weight: bold;
}

最佳答案

您需要从 #profileInfo ul 中删除 top:100px - 它会将内容向下推 100px。

关于html - 内容溢出内容区域,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18001076/

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