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.
 
 

45 lines
1.1 KiB

<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
table {
border-collapse: collapse;
width: 90%;
line-height: 50px;
}
table, td {
border: 1px solid black;
text-align: center;
}
.lbl {
width: 10%;
}
.Content {
width: 20%;
}
.Title {
margin-bottom: -30px;
text-align: center;
font-size: 25px;
letter-spacing: 10px;
line-height: 20px;
font-weight: bold;
}
</style>
<meta charset="utf-8" />
<title>洗车票打印</title>
</head>
<body style="margin:30px;">
<p class="Title">洗车消毒收费单</p>
<p style="text-align:right; margin-right:30px;">车次:$Index</p>
<table>
<tr><td class="lbl">日期</td><td class="Content">$Date</td><td class="lbl">车牌号</td><td class="Content">$CarNumber</td><td class="lbl">承运人</td><td class="Content">&nbsp;</td></tr>
<tr><td>车型</td><td>$CarSize</td><td>收费</td><td>$Fee</td><td>品管</td><td>解东诚</td></tr>
</table>
</body>
</html>