style:打印模板
Showing
1 changed file
with
11 additions
and
15 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: 不动产查询证明打印模板 | 2 | * @Description: 不动产查询证明打印模板 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-06-28 15:03:35 | 4 | * @LastEditTime: 2023-06-28 15:12:05 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="printView" style="width:100%;padding:20px"> | 7 | <div class="printView" style="width:100%;padding:20px"> |
8 | <h1 style="color: red; | 8 | <h1 style="color: red; |
9 | text-align: center; | 9 | text-align: center; |
10 | font-size: 38px;">城固县不动产登记交易服务中心</h1> | 10 | font-size: 38px;">城固县不动产登记交易服务中心</h1> |
11 | <hr style=" margin-top: 20px; | 11 | <p style="width:100%;border-bottom: 1px solid red;margin-top: 20px; |
12 | margin-bottom: 10px; | 12 | margin-bottom: 10px;"></p> |
13 | height: 1px; | ||
14 | width:100%; | ||
15 | border: none; | ||
16 | background-color: red;"> | ||
17 | <h2 style="font-size: 36px; | 13 | <h2 style="font-size: 36px; |
18 | text-align: center;">不动产登记信息查询证明</h2> | 14 | text-align: center;">不动产登记信息查询证明</h2> |
19 | <h5 style=" text-align: center; | 15 | <h5 style=" text-align: center; |
... | @@ -32,17 +28,17 @@ | ... | @@ -32,17 +28,17 @@ |
32 | <thead> | 28 | <thead> |
33 | <tr> | 29 | <tr> |
34 | <th style="background-color: #f2f2f2; | 30 | <th style="background-color: #f2f2f2; |
35 | text-align: center;">权利人</th> | 31 | text-align: center;height:36px">权利人</th> |
36 | <th style="background-color: #f2f2f2; | 32 | <th style="background-color: #f2f2f2; |
37 | text-align: center;">证号</th> | 33 | text-align: center;height:36px">证号</th> |
38 | <th style="background-color: #f2f2f2; | 34 | <th style="background-color: #f2f2f2; |
39 | text-align: center;">坐落</th> | 35 | text-align: center;height:36px">坐落</th> |
40 | <th style="background-color: #f2f2f2; | 36 | <th style="background-color: #f2f2f2; |
41 | text-align: center;">面积</th> | 37 | text-align: center;height:36px">面积</th> |
42 | <th style="background-color: #f2f2f2; | 38 | <th style="background-color: #f2f2f2; |
43 | text-align: center;">共有人</th> | 39 | text-align: center;height:36px">共有人</th> |
44 | <th style="background-color: #f2f2f2; | 40 | <th style="background-color: #f2f2f2; |
45 | text-align: center;">状态</th> | 41 | text-align: center;height:36px">状态</th> |
46 | </tr> | 42 | </tr> |
47 | </thead> | 43 | </thead> |
48 | <tbody> | 44 | <tbody> |
... | @@ -89,13 +85,13 @@ | ... | @@ -89,13 +85,13 @@ |
89 | <img :src="qrcodeImage" alt="QR Code"> | 85 | <img :src="qrcodeImage" alt="QR Code"> |
90 | </div> | 86 | </div> |
91 | <ul style="text-align: right; | 87 | <ul style="text-align: right; |
92 | line-height: 26px; | 88 | line-height: 36px; |
93 | font-size: 18px;"> | 89 | font-size: 18px;"> |
94 | <li style="list-style: none;">城固县不动产登记交易服务中心</li> | 90 | <li style="list-style: none;">城固县不动产登记交易服务中心</li> |
95 | <li style="list-style: none;">{{newDate}}</li> | 91 | <li style="list-style: none;">{{newDate}}</li> |
96 | </ul> | 92 | </ul> |
97 | <ol style="margin-left: 20px; | 93 | <ol style="margin-left: 20px; |
98 | line-height: 26px;"> | 94 | line-height: 36px;"> |
99 | <p>说明:</p> | 95 | <p>说明:</p> |
100 | <li>该查询结果仅显示权利人在当前查询时间点不动产(房产)登记有关情况(“/”表示未查询到不动产登记信息);</li> | 96 | <li>该查询结果仅显示权利人在当前查询时间点不动产(房产)登记有关情况(“/”表示未查询到不动产登记信息);</li> |
101 | <li>该查询结果包含权利人不动产预告登记信息。查询范围为本市中心城区及开发区内的不动产登记信息;</li> | 97 | <li>该查询结果包含权利人不动产预告登记信息。查询范围为本市中心城区及开发区内的不动产登记信息;</li> | ... | ... |
-
Please register or sign in to post a comment