gpt4 book ai didi

html - 每页固定页脚,数据不与页脚重叠

转载 作者:太空宇宙 更新时间:2023-11-04 09:58:42 26 4
gpt4 key购买 nike

我想为我的打印页面添加页脚,它看起来像这样,问题是当我尝试添加 position:fix 时,上面的数据仍然与页脚重叠,并继续到第 2 页。 enter image description here

我想知道的是这些数据如何不与页脚重叠,并且在到达“注意:”div 时直接转到下一页,顺便说一句,我正在使用 bootstrap

enter image description here

页脚:

 <div class="row" style="font-size:12px;">
<div class="col-md-12">
<div style="width:100%;height:20px;border-top:1px solid #E8E8E8;border-bottom:1px solid #E8E8E8;"><p style="margin-left:10px;">NOTE:</p> </div>
<div style="height:100%;width:50%;border-right:1px solid #E8E8E8;float:left;">
<p style="margin-left:10px;">Recieved by:</p>
<p style="text-align:center;margin-bottom:0px;margin-top:20px;font-weight:bold;"><?php echo $receiver_name; ?></p>
<div style="height:1px;width:80%;border-top:1px solid black;margin:0px auto;"></div>
<p style="text-align:center">Signature over printed name</p>
<p style="text-align:center;margin-bottom:0px;margin-top:20px;"><?php echo $receiver_designation; ?></p>
<div style="height:1px;width:80%;border-top:1px solid black;margin:0px auto;"></div>
<p style="text-align:center">Designation</p>
<p style="text-align:center;margin-bottom:0px;margin-top:20px;"><?php echo $receiver_office; ?></p>
<div style="height:1px;width:80%;border-top:1px solid black;margin:0px auto;"></div>
<p style="text-align:center">Office</p>
<p style="text-align:center;margin-bottom:0px;margin-top:20px;"><?php echo $row->date_acquired; ?></p>
<div style="height:1px;width:80%;border-top:1px solid black;margin:0px auto;"></div>
<p style="text-align:center">Date</p> </div>
<div style="float:left;width:50%;" ><p style="margin-left:10px;">Recieved from:</p>
<p style="text-align:center;margin-bottom:0px;margin-top:20px;font-weight:bold;"><?php echo $a_name ?></p>
<div style="height:1px;width:80%;border-top:1px solid black;margin:0px auto;"></div>
<p style="text-align:center">Signature over printed name</p>
<p style="text-align:center;margin-bottom:0px;margin-top:20px;"><?php echo $a_designation ?></p>
<div style="height:1px;width:80%;border-top:1px solid black;margin:0px auto;"></div>
<p style="text-align:center">Designation</p>
<p style="text-align:center;margin-bottom:0px;margin-top:20px;"><?php echo $a_office ?></p>
<div style="height:1px;width:80%;border-top:1px solid black;margin:0px auto;"></div>
<p style="text-align:center">Office</p>
<p style="text-align:center;margin-bottom:0px;margin-top:20px;"><?php echo $row->date_acquired; ?></p>
<div style="height:1px;width:80%;border-top:1px solid black;margin:0px auto;"></div>
<p style="text-align:center">Date</p>
</div>
</div>

fiddle :

https://jsfiddle.net/h6y4srez/

最佳答案

为了根据要求为打印页面添加页脚,我将代码保存在代码笔上,这应该有助于您注意我是在没有使用 Bootstrap 的情况下完成的。

作为一个建议,最好使用类而不是内联样式。

<td style="font-size:12px;text-align:center;width:60px;">dsada</td>

Click to view CodePen

关于html - 每页固定页脚,数据不与页脚重叠,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38495470/

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