Files
pgserver3.0/pgserver/public/template/verifyfake.html
annnj-company 130c1026c4 first commit
2026-04-17 18:29:53 +08:00

50 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>国中评估</title>
<style>
.table-font{
font-size: 18px;
/*表格tr间距*/
border-collapse:separate;
margin-left:20%;
}
.table-left{
width: 40%;
line-height: 30px;
font-size: 18px;
font-family: dejavuserif;
font-weight:bold;
}
.table-right{
width: 60%;
line-height: 30px;
font-size: 18px;
text-align:justify;
text-justify:inter-ideograph;
font-family: dejavuserif;
font-weight:bold;
display: block;
}
.scaled-content {
transform: scale(3);
transform-origin: top left;
width: calc(100% / 3);
height: calc(100% / 3);
}
</style>
</head>
<body>
<div class="scaled-content">
<table style="background-color: rgb(239, 239, 239); width: 100%; margin: 0 auto;" cellpadding="1">
<tr>
<td style="font-size: 16px; color: rgb(255, 255, 255); background-color: rgb(67,146, 238);text-align: center;" height=80 ><b>深圳市国中资产土地房地产评估有限公司</b></td>
</tr>
<tr>
<td style="font-size:16px;color: rgb(230, 0, 0); background-color: rgb(255,255, 255);text-align: center;" height=50 >此报告可能存伪,<br>请致电 0755-88917780<br>联系技术部黄先生核实。<br>感谢您的合作!</td>
</tr>
</table>
</div>
</body>
</html>