|
@@ -18,7 +18,7 @@
|
|
|
border="0"
|
|
|
cellpadding="10"
|
|
|
cellspacing="0"
|
|
|
- style="margin: auto; font-size: 20px"
|
|
|
+ style="margin: auto; font-size: 25px"
|
|
|
width="1000px"
|
|
|
class="tablePart0"
|
|
|
>
|
|
@@ -71,7 +71,7 @@
|
|
|
<tr>
|
|
|
<th style="width: 3%"></th>
|
|
|
<th
|
|
|
- style="width: 12.5%; padding-left: 2 px; font-family: FangSong"
|
|
|
+ style="width: 16.5%; padding-left: 2 px; font-family: FangSong"
|
|
|
>
|
|
|
提货联系人:
|
|
|
</th>
|
|
@@ -79,7 +79,7 @@
|
|
|
{{ item.attorneyPickupContactPerson }}
|
|
|
</td>
|
|
|
<th style="width: 3%"></th>
|
|
|
- <th style="width: 10%; font-family: FangSong">身份证号:</th>
|
|
|
+ <th style="width: 13%; font-family: FangSong">身份证号:</th>
|
|
|
<td style="width: 59%; font-family: FangSong">
|
|
|
{{ item.attorneyPickupIdcard }}
|
|
|
</td>
|
|
@@ -97,7 +97,7 @@
|
|
|
>
|
|
|
<tr>
|
|
|
<th style="width: 3%"></th>
|
|
|
- <th style="width: 10.5%; font-family: FangSong">联系电话:</th>
|
|
|
+ <th style="width: 13.5%; font-family: FangSong">联系电话:</th>
|
|
|
<td style="width: 98%; font-family: FangSong">
|
|
|
{{ item.attorneyContactTelephone }}
|
|
|
</td>
|
|
@@ -144,7 +144,7 @@
|
|
|
style="
|
|
|
margin: auto;
|
|
|
margin-top: 5px;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 25px;
|
|
|
line-height: 40px;
|
|
|
"
|
|
|
width="1000px"
|
|
@@ -152,7 +152,11 @@
|
|
|
>
|
|
|
<tr>
|
|
|
<th style="width: 50px"></th>
|
|
|
- <td style="width: 33%; font-family: FangSong">
|
|
|
+ <th style="width: 50px"></th>
|
|
|
+ <td style="width: 50px"></td>
|
|
|
+ <td style="width: 50px"></td>
|
|
|
+ <td style="width: 50px"></td>
|
|
|
+ <td style="width: 38%; font-family: FangSong">
|
|
|
{{ item.shipperName }}
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -167,7 +171,7 @@
|
|
|
style="
|
|
|
margin: auto;
|
|
|
margin-top: 5px;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 25px;
|
|
|
font-family: FangSong;
|
|
|
line-height: 40px;
|
|
|
"
|
|
@@ -182,7 +186,7 @@
|
|
|
<th style="width: 3%">月</th>
|
|
|
<td style="width: 0.7%">{{ item.date }}</td>
|
|
|
<th style="width: 3%">日</th>
|
|
|
- <th style="width:5%"></th>
|
|
|
+ <th style="width: 5%"></th>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|
|
@@ -240,7 +244,7 @@ export default {
|
|
|
text-align: center;
|
|
|
margin-bottom: 30px;
|
|
|
.titleText {
|
|
|
- font-size: 40px;
|
|
|
+ font-size: 45px;
|
|
|
font-family: SimSun;
|
|
|
font-weight: 900;
|
|
|
line-height: 40px;
|
|
@@ -261,7 +265,7 @@ export default {
|
|
|
th,
|
|
|
td {
|
|
|
border: 0px solid black;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 25px;
|
|
|
margin: auto;
|
|
|
}
|
|
|
.tablePart1 th {
|