haungxing
8 months ago
1 changed files with 37 additions and 0 deletions
@ -0,0 +1,37 @@ |
|||||||
|
<html> |
||||||
|
<head> |
||||||
|
<style> |
||||||
|
table { |
||||||
|
border-collapse: collapse; |
||||||
|
border: 2px solid #333; |
||||||
|
} |
||||||
|
|
||||||
|
table td { |
||||||
|
border-collapse: collapse; |
||||||
|
border: 1px solid #333; |
||||||
|
padding: 5px; |
||||||
|
font-size: 14px; |
||||||
|
font-weight: bold; |
||||||
|
text-align: center; |
||||||
|
font-family: SimSun; |
||||||
|
} |
||||||
|
</style> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
<table> |
||||||
|
<tr> |
||||||
|
<td width="100">工器具名称</td> |
||||||
|
<td width="200">${data_1}</td> |
||||||
|
</tr> |
||||||
|
<tr> |
||||||
|
<td>创建日期</td> |
||||||
|
<td>${data_2}</td> |
||||||
|
</tr> |
||||||
|
<tr> |
||||||
|
<td colspan="2" style="text-align: center"> |
||||||
|
<img src="${data_3}" width="250"/> |
||||||
|
</td> |
||||||
|
</tr> |
||||||
|
</table> |
||||||
|
</body> |
||||||
|
</html> |
Loading…
Reference in new issue