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.
 
 

27 lines
561 B

<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
table {
border-collapse: collapse;
width:100%;
line-height:50px;
}
table, td {
border: 1px solid black;
}
</style>
<meta charset="utf-8" />
<title>洗车票打印</title>
</head>
<body>
<table>
<tr><td>车牌号</td><td>京A88888</td></tr>
<tr><td>司机</td><td>张三三</td></tr>
<tr><td>规格</td><td></td></tr>
<tr><td>费用</td><td>25元</td></tr>
</table>
</body>
</html>