sakuya пре 3 година
родитељ
комит
9c5c70564e
1 измењених фајлова са 15 додато и 14 уклоњено
  1. 15 14
      eladmin-system/src/main/resources/template/note/notary-note.html

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

@@ -8,15 +8,24 @@
 			/*border: 1px solid gray;*/
 			width: 554px;
 			margin: 0 auto;
-			padding: 0px 120px;
+			padding: 0px 40px;
 			/*font-family: "Songti SC Regular";*/
 			font-family: FZFangSong-Z02S;
 			line-height: 28px;
-			font-size: 14px;
+			/*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;
@@ -27,17 +36,9 @@
 			width: 50%;
 		}
 
-
-		.box h1 {
-			font-size: 18px;
-			display: block;
-			width: 100%;
-			text-align: center;
-			padding-top: 5px;
-		}
 		.box p {
-			font-size: 14px;
-			text-indent: 24px;
+			font-size: 12px;
+			text-indent: 32px;
 		}
 		.box ul {
 			list-style: none;
@@ -45,7 +46,7 @@
 			margin: 0;
 		}
 		.box ul.b {
-			font-size: 14px;
+			font-size: 12px;
 		}
 		.box ul.b li {
 			list-style:none;
@@ -53,7 +54,7 @@
 		}
 		.box h3 {
 			text-align: right;
-			font-size: 14px;
+			font-size: 12px;
 		}
 		.box h3.sign {
 			padding-right: 140px;