51 lines
1.8 KiB
Plaintext
51 lines
1.8 KiB
Plaintext
<html>
|
|
<head>
|
|
<title>Trustie项目邮件</title>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
body{ font-size:12px; font-family:"微软雅黑","宋体"; line-height:1.9; background:#fff; font-style:normal;}
|
|
div,html,img,ul,li,p,body,h1,h2,h3,h4,p,a,table,tr,td,fieldset,input,span,ol{ margin:0; padding:0;}
|
|
div,img,tr,td,table{ border:0;}
|
|
table,tr,td{border:0;cellspacing:0; cellpadding:0;}
|
|
.mail{ width:600px; margin:20px; height:auto; color:#4b4b4b; font-size:14px; }
|
|
ol,ul,li{ list-style-type:none}
|
|
.cl{ clear:both; overflow:hidden; margin-top: 30px;}
|
|
.mail_box,ul,li{ list-style-type:none}
|
|
.mail a{color:#1b55a7; font-weight: bold; }
|
|
.mail_content{ margin-top:30px;}
|
|
.c_blue{ color:#1b55a7;}
|
|
.mail_box{ border:1px solid #c8c8c8; width:570px; height: auto; padding:15px; margin-top:10px; margin-bottom:10px;}
|
|
.mail_box_p{ float:left; display: block; width:527px;}
|
|
.mail_fujian{ float:left; width:527px; display: block; }
|
|
.mail_fujian a{ font-weight:normal; font-size:12px;}
|
|
.mail_foot a{ font-size:12px; font-weight:normal;}
|
|
|
|
a{ text-decoration:none; }
|
|
a:hover{ text-decoration:underline; }
|
|
a.mail_reply{ display:block; float:right; width:80px; text-align:center; height:30px; background:#15bccf; color:#fff; font-weight:normal; font-size:14px;}
|
|
a:hover.mail_reply{ background:#06a9bc; text-decoration:none;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body style="font-size:12px; font-family:"微软雅黑","宋体"; line-height:1.9; background:#fff; font-style:normal; margin:0; padding:0; border:0;">
|
|
<div class="container" style="margin:0; padding:0; border:0;">
|
|
<div class="mail" style="width:600px; margin:20px; height:auto; color:#4b4b4b; font-size:14px; margin:0; padding:0; border:0;">
|
|
<div class="mail_head" style="margin:0; padding:0; border:0;">
|
|
<p><%= l(:mail_issue_greetings)%></p>
|
|
</div><!--mail_head end-->
|
|
<%= yield %>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|