Quellcode durchsuchen

兼容邮储产品

sakuya vor 3 Jahren
Ursprung
Commit
1d5baf2d90
1 geänderte Dateien mit 87 neuen und 87 gelöschten Zeilen
  1. 87 87
      eladmin-system/src/main/resources/template/note/notary-note.html

+ 87 - 87
eladmin-system/src/main/resources/template/note/notary-note.html

@@ -1,97 +1,97 @@
 <!doctype html>
 <html>
 <head>
-	<meta charset="UTF-8">
-	<title>问询笔录</title>
-	<style type="text/css">
-		.box {
-			/*border: 1px solid gray;*/
-			width: 554px;
-			margin: 0 auto;
-			padding: 0px 40px;
-			/*font-family: "Songti SC Regular";*/
-			font-family: FZFangSong-Z02S;
-			line-height: 28px;
-			/*font-size: 14px;*/
-		}
-		.box h1 {
-			font-size: 18px;
-			display: block;
-			width: 100%;
-			text-align: center;
-			padding-top: 5px;
-		}
-		
-		.box table.tb {
-			width: 100%;
-			border-top: 1px solid #ddd;
-			font-size: 13px;
-		}
-		.box table.tb td {
-			border-bottom: 1px solid #ddd;
-			padding: 0 10px;
-		}
-		.box table.tb td.left {
-			border-left: 1px solid #ddd;
-			width: 50%;
-		}
-
-		.box p {
-			font-size: 12px;
-			text-indent: 32px;
-		}
-		.box ul {
-			list-style: none;
-			padding: 0;
-			margin: 0;
-		}
-		.box ul.b {
-			font-size: 12px;
-		}
-		.box ul.b li {
-			list-style:none;
-			padding-top:5px;
-		}
-		.box h3 {
-			text-align: right;
-			font-size: 12px;
-		}
-		.box h3.sign {
-			padding-right: 140px;
-		}
-		.box h3 i {
-			font-style: normal;
-			padding-left: 50px;
-		}
-	</style>
+<meta charset="UTF-8">
+<title>问询笔录</title>
+<style type="text/css">
+.box {
+    /*border: 1px solid gray;*/
+    width: 554px;
+    margin: 0 auto;
+    padding: 0px 40px;
+    font-family: FZFangSong-Z02S;	
+	font-size: 12px;
+}
+.box h1 {
+    font-size: 18px;
+    display: block;
+    width: 100%;
+    text-align: center;
+    padding-top: 5px;
+}
+.box p {
+    font-size: 12px;
+	padding: 8px 0 0 0;
+	margin: 0;
+	line-height: 22px;
+}
+.box table.tb {
+    width: 100%;
+    border-top: 1px solid #cccbcb;
+    font-size: 13px;
+}
+.box table.tb td {
+    border-bottom: 1px solid #cccbcb;
+    padding: 8px 5px;
+}
+.box table.tb td.left {
+    border-left: 1px solid #cccbcb;
+    width: 50%;
+}
+.box ul {
+    list-style: none;
+    padding: 0;
+    margin: 0;
+}
+.box ul.b {
+	line-height: 20px;
+}
+.box ul.b li {
+    list-style: none;
+}
+.box ul.b li.answer {
+    padding-bottom: 10px;
+}
+.box h3 {
+    text-align: right;
+    /*font-size: 12px;*/
+}
+.box h3.sign {
+    padding-right: 140px;
+}
+.box h3 i {
+    font-style: normal;
+    padding-left: 50px;
+}
+</style>
 </head>
 
 <body>
 <div class="box">
-	<h1>公证问询笔录</h1>
-	<table border="0" cellspacing="0" cellpadding="0" class="tb">
-		<tr>
-			<td>询问日期:${yyyyMMdd}</td>
-			<td class="left">询问地点:江苏省南通市南通公证处</td>
-		</tr>
-		<tr>
-			<td>询问人:${NotaryUserName}</td>
-			<td class="left">记录人:${NotaryUserName}</td>
-		</tr>
-		<tr>
-			<td colspan="2">
-				被询问人:<br/>
-				${QueryUsers}
-			</td>
-		</tr>
-	</table>
-	<p>公证人员已告知被询问人:被询问人应当如实说明申请公证事项的有关情况,提供真实、合法、充分的证明材料。因说明不属实引起的法律责任由被询问人承担。</p>
-	被询问内容:<br/>
-	<ul class="b">
-		${QuestionAnswerList}
-	</ul>
-	<h3 class="sign">公证当事人签章:<span style="color:#fff;">signature</span></h3>
-	<h3>日期:${yyyyMMdd}</h3>
+  <h1>公证问询笔录</h1>
+  <table border="0" cellspacing="0" cellpadding="0" class="tb">
+    <tr>
+      <td>询问日期:${yyyyMMdd}</td>
+      <td class="left">询问地点:江苏省南通市南通公证处</td>
+    </tr>
+    <tr>
+      <td>询问人:${NotaryUserName}</td>
+      <td class="left">记录人:${NotaryUserName}</td>
+    </tr>
+    <tr>
+      <td colspan="2"> 
+		<b>被询问人:</b><br/>
+        ${QueryUsers}
+	  </td>
+    </tr>
+  </table>
+  <p>  公证人员已告知被询问人:被询问人应当如实说明申请公证事项的有关情况,提供真实、合法、充分的证明材料。因说明不属实引起的法律责任由被询问人承担。</p>
+  <p><b>被询问内容:</b></p>
+  <ul class="b">
+    ${QuestionAnswerList}
+  </ul>
+  <h3 class="sign">公证当事人签章:<span style="color:#fff;">signature</span></h3>
+  <h3>日期:${yyyyMMdd}</h3>
 </div>
 </body>
 </html>