f1e94435 by renchao@pashanhoo.com

style:打印模板

1 parent 2583498d
<!--
* @Description: 不动产查询证明打印模板
* @Autor: renchao
* @LastEditTime: 2023-06-28 15:03:35
* @LastEditTime: 2023-06-28 15:12:05
-->
<template>
<div class="printView" style="width:100%;padding:20px">
<h1 style="color: red;
text-align: center;
font-size: 38px;">城固县不动产登记交易服务中心</h1>
<hr style=" margin-top: 20px;
margin-bottom: 10px;
height: 1px;
width:100%;
border: none;
background-color: red;">
<p style="width:100%;border-bottom: 1px solid red;margin-top: 20px;
margin-bottom: 10px;"></p>
<h2 style="font-size: 36px;
text-align: center;">不动产登记信息查询证明</h2>
<h5 style=" text-align: center;
......@@ -32,17 +28,17 @@
<thead>
<tr>
<th style="background-color: #f2f2f2;
text-align: center;">权利人</th>
text-align: center;height:36px">权利人</th>
<th style="background-color: #f2f2f2;
text-align: center;">证号</th>
text-align: center;height:36px">证号</th>
<th style="background-color: #f2f2f2;
text-align: center;">坐落</th>
text-align: center;height:36px">坐落</th>
<th style="background-color: #f2f2f2;
text-align: center;">面积</th>
text-align: center;height:36px">面积</th>
<th style="background-color: #f2f2f2;
text-align: center;">共有人</th>
text-align: center;height:36px">共有人</th>
<th style="background-color: #f2f2f2;
text-align: center;">状态</th>
text-align: center;height:36px">状态</th>
</tr>
</thead>
<tbody>
......@@ -89,13 +85,13 @@
<img :src="qrcodeImage" alt="QR Code">
</div>
<ul style="text-align: right;
line-height: 26px;
line-height: 36px;
font-size: 18px;">
<li style="list-style: none;">城固县不动产登记交易服务中心</li>
<li style="list-style: none;">{{newDate}}</li>
</ul>
<ol style="margin-left: 20px;
line-height: 26px;">
line-height: 36px;">
<p>说明:</p>
<li>该查询结果仅显示权利人在当前查询时间点不动产(房产)登记有关情况(“/”表示未查询到不动产登记信息);</li>
<li>该查询结果包含权利人不动产预告登记信息。查询范围为本市中心城区及开发区内的不动产登记信息;</li>
......