gpt4 book ai didi

itext - 将边距应用到运行的 CSS 位置

转载 作者:太空狗 更新时间:2023-10-29 12:37:58 25 4
gpt4 key购买 nike

我使用以下 CSS 代码将页脚放在页面底部:

<style type="text/css">
@page {
@bottom-center { content: element(footer); }
}
#footer {position: running(footer);}
</style>

有没有办法让它显示得稍微高一点?添加 margin-bottom: 50px 似乎没有效果。

更新:页面将使用 iText 转换为 PDF

最佳答案

我终于设法让它与以下 CSS 一起工作:

    <style type="text/css">
@page {
margin-bottom: 100px;
@bottom-center {
content:element(footer);
}
}

#footer {
position: running(footer);
}
</style>

以前,我只尝试将 margin-bottom 添加到 @bottom-center 和 #footer。

关于itext - 将边距应用到运行的 CSS 位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7206748/

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