onePartyGo.vm 2.4 KB
<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <title>education</title>
    <base target="_blank"/>
    <style id="blockquoteStyle" type="text/css">
        blockquote {
        display: none;
        }
    </style>
    <style type="text/css">
        body {
            font-size: 14px;
            font-family: arial, verdana, sans-serif;
            line-height: 1.666;
            padding: 0;
            margin: 0;
            overflow: auto;
            white-space: normal;
            word-wrap: break-word;
            min-height: 100px
        }

        td, input, button, select, body {
            font-family: Helvetica, 'Microsoft Yahei', verdana
        }

        <!--pre {-->
            <!--white-space: pre-wrap;-->
            <!--white-space: -moz-pre-wrap;-->
            <!--white-space: -o-pre-wrap;-->
            <!--word-wrap: break-word-->
            <!--}-->

        th, td {
            font-family: arial, verdana, sans-serif;
            line-height: 1.666
        }

        img {
            border: 0
        }

        header, footer, section, aside, article, nav, figure, figcaption {
            display: block
        }
        .mail-div{
            width: 300px;
            border: 1px #dcdcdc solid;
            padding: 20px;
            margin-left: 100px;
            margin-top: 20px;
        }
        .mail-mb10{
            margin-bottom: 10px;
        }
        .mail-m{
            margin-top: 20px;
            margin-left: 100px;
        }
        .mail-f{
            margin-bottom: -20px;
        }
    </style>

    <style id="ntes_link_color" type="text/css">
        a, td a {
        color: #1D6CA3
        }
    </style>
</head>

<body>
    <div>
        <pre class="mail-f">
            Dear $!{domain.unionName}:
                $!{domain.content}
                $!{domain.eventName}   $!{domain.location}
        </pre>
        #foreach($ticket in $domain.list)
        <div class="mail-div">
            <div class="mail-mb10">
                NAME:   $!{ticket.name}
            </div>
            <div class="mail-mb10">
                NUMBER:  $!{ticket.number}
            </div>
            <img src="$!{ticket.url}" width="80px" height="80px" class="mail-m">
        </div>
        #end
        <pre>
              ORDER NUMBER:   $!{domain.orderNumber}
              ORDER CREATE TIME  :   $!{domain.orderCreationTime}
        </pre>
    </div>
</body>
</html>