邮件模板样式一【根据样式三改编,背景图自定义】

<!--
<body>
<head>
<STYLE TYPE="text/css">
BODY {
background-image: URL(http://xx 你的图片外放可访问的URL xx.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size:100% 100%;
font-size: 20px;
}
</STYLE>
</head>
<h2 style="color: #5e9ca0; text-align: center;">PS:(本邮件为自动化报告邮件,请下载附件查阅,不支持在线预览!)</h2>
<table class="editorDemoTable" style="height: 273px;" width="100%">
<thead>
<tr>
<td nowrap="nowrap" style="background-color: #3498db; text-align: center;" colspan="2">
<h2><span style="color: #000000;">${
PROJECT_NAME}自动化测试报告</span></h2>
</td>
</tr>
</thead>
<tbody>
<tr>
<td nowrap="nowrap" style="border-color: gray;text-align: center;"><span style="color: #808000;">项目名称:</span></td>
<td nowrap="nowrap" style="border-color: gray;text-align: center;"><span style="color: #808000;">$PROJECT_NAME</span></td>
</tr>
<tr>
<td nowrap="nowrap" style="border-color: gray;text-align: center;"><span style="color: #808000;">构建编号:</span></td>
<td nowrap="nowrap" style="border-color: gray;text-align: center;"><span style="color: #808000;">$BUILD_NUMBER</span></td>
</tr>
<tr>
<td nowrap="nowrap" style="border-color: gray;text-align: center;"><span style="color: #808000;">构建状态:</span></td>
<td nowrap="nowrap" style="border-color: gray;text-align: center;"><span style="color: #808000;">$BUILD_STATUS</span></td>
</tr>
<tr>
<td nowrap="nowrap" style="border-color: gray;text-align: center;"><span style="color: #808000;">触发原因:</span></td>
<td nowrap="nowrap" style="border-color: gray;text-align: center;"><span style="color: #808000;">${
CAUSE}</span></td>
</tr>
<tr>
<td nowrap="nowrap" style="border-color: gray;text-align: center;"><span style="color: #808000;">构建日志地址:</span></td>
<td nowrap="nowrap" style="border-color: gray;text-align: center;"><span style="color: #00ccff;"> <a style="color: #00ccff;" title="构建日志" href="${BUILD_URL}console">${
BUILD_URL}console</a></span></td>
</tr>
<tr>
<td nowrap="nowrap" style="border-color: gray;text-align: center;"><span style="color: #808000;">构建地址:</span></td>
<td nowrap="nowrap" style="border-color: gray;text-align: center;">