Commit a807c9d5 by Simon Cheng

'汉字字体'

parent d26b97e4
...@@ -6,24 +6,23 @@ ...@@ -6,24 +6,23 @@
薪资样例 薪资样例
</title> </title>
<style type="text/css"> <style type="text/css">
* {margin:0; padding:0; text-indent:0; } h1 { color: black; * {margin:0; padding:0; text-indent:0; } h1 { color: black; font-family:SimSun;
font-style: normal; font-weight: bold; text-decoration: none; font-size: font-style: normal; font-weight: bold; text-decoration: none; font-size:
16pt; } .s1 { color: black; font-style: normal; font-weight: 16pt; } .s1 { color: black; font-family:SimSun; font-style: normal; font-weight:
normal; text-decoration: none; font-size: 10pt; vertical-align: -5pt; } normal; text-decoration: none; font-size: 10pt; vertical-align: -5pt; }
.s2 { color: black; font-style: normal; font-weight: .s2 { color: black; font-family:SimSun; font-style: normal; font-weight:
normal; text-decoration: none; font-size: 10pt; } p { color: black; normal; text-decoration: none; font-size: 10pt; } p { color: black; font-family:SimSun;
font-style: normal; font-weight: normal; text-decoration: none; font-size: font-style: normal; font-weight: normal; text-decoration: none; font-size:
8pt; margin:0pt; } .s3 { color: black; font-style: 8pt; margin:0pt; } .s3 { color: black; font-family:SimSun; font-style:
normal; font-weight: normal; text-decoration: none; font-size: 8pt; } .s4 normal; font-weight: normal; text-decoration: none; font-size: 8pt; } .s4
{ color: black; font-style: normal; font-weight: normal; { color: black; font-family:SimSun; font-style: normal; font-weight: normal;
text-decoration: none; font-size: 8pt; } .s5 { color: black; text-decoration: none; font-size: 8pt; } .s5 { color: black; font-family:SimSun;
font-style: normal; font-weight: normal; text-decoration: none; font-size: font-style: normal; font-weight: normal; text-decoration: none; font-size:
9pt; } .s6 { color: black; font-style: normal; font-weight: 9pt; } .s6 { color: black; font-family:SimSun; font-style: normal; font-weight:
normal; text-decoration: none; font-size: 8pt; } h3 { color: black; normal; text-decoration: none; font-size: 8pt; } h3 { color: black; font-family:SimSun;
font-style: normal; font-weight: bold; text-decoration: none; font-size: font-style: normal; font-weight: bold; text-decoration: none; font-size:
8pt; } h2 { color: black; font-style: normal; font-weight: 8pt; } h2 { color: black; font-family:SimSun; font-style: normal; font-weight:
bold; text-decoration: none; font-size: 10pt; } .s7 { color: black; font-family:"Palatino bold; text-decoration: none; font-size: 10pt; } .s7 { color: black; font-family:"SimSun", serif; font-style: normal; font-weight: normal; text-decoration:
Linotype", serif; font-style: normal; font-weight: normal; text-decoration:
none; font-size: 8pt; } none; font-size: 8pt; }
</style> </style>
</head> </head>
...@@ -353,14 +352,14 @@ ...@@ -353,14 +352,14 @@
</p> </p>
<#list comList as com> <#list comList as com>
<br/> <br/>
<p style="text-indent: 0pt;text-align: left;"> <p style="text-indent: 0pt;text-align: left;">
${com.name} ${com.name}
</p> </p>
<p style="text-indent: 2pt;text-align: left;"> <p style="text-indent: 2pt;text-align: left;">
<br/><br/> <br/><br/>
</p> </p>
<table style="border-collapse:collapse;margin-left:5.75pt;width:100%" cellspacing="0"> <table style="border-collapse:collapse;margin-left:5.75pt;width:100%" cellspacing="0">
<tr style="height:30pt"> <tr style="height:30pt">
<td style="width:45pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt"> <td style="width:45pt;border-top-style:solid;border-top-width:1pt;border-left-style:solid;border-left-width:1pt;border-bottom-style:solid;border-bottom-width:1pt;border-right-style:solid;border-right-width:1pt">
保险公司 保险公司
...@@ -438,8 +437,8 @@ ...@@ -438,8 +437,8 @@
${item.note} ${item.note}
</td> </td>
</tr> </tr>
</#list> </#list>
</table> </table>
</#list> </#list>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment