47 lines
1.6 KiB
Plaintext
47 lines
1.6 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;}
|
||
ol,ul,li{ list-style-type:none}
|
||
.cl{ clear:both; overflow:hidden; }
|
||
a{ text-decoration:none; }
|
||
a:hover{ text-decoration:underline; }
|
||
.mail_box,ul,li{ list-style-type:none}
|
||
.mail{ width:600px; margin:20px; height:auto; color:#4b4b4b; font-size:14px; }
|
||
.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;}
|
||
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;}
|
||
.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;}
|
||
|
||
|
||
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="container">
|
||
<div class="mail">
|
||
<div class="mail_head">
|
||
<p>亲爱的Trustie用户,您好!</p>
|
||
</div><!--mail_head end-->
|
||
<%= yield %>
|
||
<hr />
|
||
<span class="footer"><%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_footer).html_safe %></span><!--mail_foot end-->
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html>
|