gpt4 book ai didi

css - 粘性页脚适用于除一页以外的所有页面

转载 作者:行者123 更新时间:2023-11-28 16:06:03 25 4
gpt4 key购买 nike

页面是here

我使用的是粘性页脚,除了我的投资组合页面外,它在任何地方都可以正常工作。画廊相对定位,并从其父 div 溢出。页脚贴在父级的底部,而不是页面的底部。

帮助?最好是我不必重写所有代码的方式?

最佳答案

请试试这个,希望对您有所帮助。

html, body {
height: 100%;
}
header {
background: #fff;
position: relative;
z-index: 100;
}
.content2 {
clear: both;
margin: 0 auto;
padding: 0;
text-align: center;
width: 70%;
}
.gallery {
display: table;
height: 100%;
margin-left: auto;
margin-right: auto;
margin-top: auto;
position: relative;
width: 100%;
}
#footer-block {
bottom: 0;
position: fixed;
width: 100%;
}

谢谢

关于css - 粘性页脚适用于除一页以外的所有页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43107626/

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