<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<style type='text/css'>
|
|
body{
|
|
margin-top:15%;
|
|
margin-left:20px;
|
|
}
|
|
.big{
|
|
font-family:黑体;
|
|
font-size:16px;
|
|
font-weight:bold;
|
|
line-height:30px;
|
|
}
|
|
span{
|
|
width:66px;
|
|
display:inline-block;
|
|
text-align:justify;
|
|
text-align-last:justify;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class='big'>
|
|
<div><span>客 户</span>:$Customer_Name</div>
|
|
<div><span>线 路</span>:$DriverLine_Name </div>
|
|
<div><span>发货日期</span>:$Date </div>
|
|
</div>
|
|
</body>
|
|
</html>
|