gpt4 book ai didi

html - 第二页的上边距不起作用 - Laravel DOMPDF

转载 作者:行者123 更新时间:2023-11-27 23:48:02 24 4
gpt4 key购买 nike

当您尝试在第二页上应用上边距时,页眉无法正常运行。

第 1 页: enter image description here

第 2 页: enter image description here

CSS

body {
font-family: Arial, Helvetica Neue, Helvetica,sans-serif;
font-size: 14px;
}

@page {
margin: 100px 25px;
}

header {
position: fixed;
top: -70px;
left: 0px;
right: 0px;
height: 50px;
}

main {
margin-top: 60px;
}

footer {
position: fixed;
bottom: -100px;
left: -60px;
right: -60px;
background-color: #3f8d99;
height: 60px;
border-top: 1px solid #333;
font-size: 12px;
width: 100%;
padding-top: 6px;
padding-left: 60px;
padding-right: 60px;
color: white;
}

footer .pagenum:before {
content: counter(page);
}

footer .pagenum-container {
margin-top: 16px;
float: right;
}

我试着遵循一些想法,尤其是这个 Post , 但我没有成功。

感谢您的帮助。

最佳答案

我找到了解决问题的办法。我更改了 CSS 文件的一些行。

@page {
margin: 140px 25px 100px 25px;
}

header {
position: fixed;
top: -136px;
left: -60px;
right: -60px;
width: 100%;
}

并删除了主类。

/*main {
margin-top: 30px;
}*/

查看结果。第 2 页:

enter image description here

关于html - 第二页的上边距不起作用 - Laravel DOMPDF,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56678877/

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