Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 CSS,我想让将我的文本与脚注分开的行成为部分行。目前,它是一条完整的线路。这是css代码。
@page { @footnotes { border-top-style:solid; border-top-width:thin; border-top-color:black; padding-top: 0.5em; } }
有什么建议吗?
我还希望能够将所有脚注放在一个页面上,而不是有时将它们推送到下一页。但我没有找到任何可以实现这一点的东西。