CSS显示页面底部的第1页(共10页)

时间:2018-03-27 14:57:07

标签: css

在打印时,尝试将第1页(共10页)显示在页面底部...

第1页,共0页显示,因此计数器(页面)似乎无法正常工作。 我正在使用Chrome,所以@pages {...也不起作用。有什么想法吗?

.custom-footer-page-number:after {
    content: counter(page) " of " counter(pages);
}

1 个答案:

答案 0 :(得分:0)

这绝不会与Chrome一起使用。试试firefox旧版本,但不确定。因为主流浏览器不再支持此功能:(。 但是您的代码可以使用weasyprint http://weasyprint.org以及princexml http://www.princexml.com/doc/9.0/page-numbers/.