You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
657 B
Plaintext
32 lines
657 B
Plaintext
3 months ago
|
@model DS.WMS.Core.Op.Entity.MailTemplateModel<DS.WMS.Core.Op.Dtos.OpBusinessYardRes>
|
||
|
@{
|
||
|
var item = Model.Primary;
|
||
|
}
|
||
|
|
||
|
<style>
|
||
|
.parent {
|
||
|
position: relative;
|
||
|
height: 300px;
|
||
|
width: 300px;
|
||
|
}
|
||
|
|
||
|
.child {
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
right: 0;
|
||
|
width: 50px;
|
||
|
height: 50px;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<h1>测试邮件-@item.Order.MBLNO<span style="padding: 2px"></span>@item.Order.CustomerNo</h1>
|
||
|
|
||
|
<div>
|
||
|
<span>预计开船日期:@item.Order.ETD</span>
|
||
|
<span>预计抵达日期:@item.Order.ETA</span>
|
||
|
</div>
|
||
|
<hr />
|
||
|
|
||
|
<div class="parent">
|
||
|
<div id="sign" class="child"></div>
|
||
|
</div>
|