Commit 6ed02c29 authored by 何波's avatar 何波

字体设置

parent c32a48a5
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
box-sizing: border-box; box-sizing: border-box;
font-family: '\5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif' !important; font-family: SimSun, "宋体", Arial, Georgia, Verdana, Helvetica, sans-serif !important;
font-size: 14px; font-size: 14px;
color: #2C2C2C; color: #2C2C2C;
} }
...@@ -335,7 +335,7 @@ ...@@ -335,7 +335,7 @@
} }
table { table {
font-family: '\5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif'; /* font-family: '\5b8b\4f53, arial, georgia, verdana, helvetica, sans-serif'; */
font-size: 14px; font-size: 14px;
} }
...@@ -345,7 +345,7 @@ ...@@ -345,7 +345,7 @@
table.grid td.num { table.grid td.num {
text-align: right; text-align: right;
font-family: Consolas, monospace; /* font-family: arial, monospace; */
} }
th { th {
...@@ -562,7 +562,7 @@ ...@@ -562,7 +562,7 @@
<table class="info-table" border="none"> <table class="info-table" border="none">
<tr> <tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 号:</td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 号:</td>
<td>42050110239900001031</td> <td style="font-weight: bold;">42050110239900001031</td>
<td>账户名称:</td> <td>账户名称:</td>
<td>中科软盈(武汉)科技有限公司</td> <td>中科软盈(武汉)科技有限公司</td>
</tr> </tr>
...@@ -574,9 +574,9 @@ ...@@ -574,9 +574,9 @@
</tr> </tr>
<tr> <tr>
<td>期初余额:</td> <td>期初余额:</td>
<td class="balance">9,004,045.87</td> <td class="balance" style="font-weight: bold;">9,004,045.87</td>
<td>当前余额:</td> <td>当前余额:</td>
<td class="balance">9,004,045.87</td> <td class="balance" style="font-weight: bold;">9,004,045.87</td>
</tr> </tr>
<tr> <tr>
<td>账户状态:</td> <td>账户状态:</td>
......
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