You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
755 B
38 lines
755 B
11 months ago
|
<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>
|