<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="UTF-8"> <title>邮件提醒</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!--<script type="text/javascript">--> <!--// var para = function () {--> <!--// }--> <!--var url = document.location.toString();--> <!--var arrUrl = url.split("?");--> <!--var para = arrUrl[1];--> <!--alert('===='+url);--> <!--</script>--> </head> <body> <table align="center" border="0" cellpadding="0" cellspacing="0" width="600" style="border-collapse: collapse;"> <tr> <td> <div style="border: #36649d 1px dashed;margin: 30px;padding: 20px"> <label style="font-size: 22px;color: #36649d;font-weight: bold">生命在于运动!</label> <p style="font-size: 16px">亲爱的 <label style="font-weight: bold"> 先生/女士</label> <br/>    您好!欢迎体检Python 执行脚本刷步数小工具。 </p> <p style="font-size: 16px">您已于{0}成功{1},希望更好的为您服务!</p> </div> </td> </tr> <tr> <td> <div style="margin: 40px"> <p style="font-size: 16px">SuperAdminSystem团队</p> <p style="color:red;font-size: 14px ">(这是一封自动发送的邮件,请勿回复。)</p> </div> </td> </tr> <tr> <td> <div align="right" style="margin: 40px;border-top: solid 1px gray" id="bottomTime"> <p style="margin-right: 20px">乌托邦</p> <label style="margin-right: 20px">{0}</label> </div> </td> </tr> </table> </body> </html>