| <!doctype html> | 
| <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"> | 
| <head> | 
|     <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> | 
|     <meta content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" name="viewport"/> | 
|     <title>xboot</title> | 
|     <style type="text/css"> | 
|         html { | 
|             width: 100%; | 
|         } | 
|   | 
|         body { | 
|             -webkit-text-size-adjust: none; | 
|             -ms-text-size-adjust: none; | 
|             margin: 0; | 
|             padding: 0; | 
|         } | 
|   | 
|         table { | 
|             border-spacing: 0; | 
|             border-collapse: collapse; | 
|             table-layout: fixed; | 
|             margin: 0 auto; | 
|         } | 
|   | 
|         table table table { | 
|             table-layout: auto; | 
|         } | 
|   | 
|         img { | 
|             display: block !important; | 
|         } | 
|   | 
|         table td { | 
|             border-collapse: collapse; | 
|         } | 
|   | 
|         .yshortcuts a { | 
|             border-bottom: none !important; | 
|         } | 
|   | 
|         a { | 
|             color: #3cb2d0; | 
|             text-decoration: none; | 
|         } | 
|   | 
|         .textbutton a { | 
|             font-family: 'open sans', arial, sans-serif !important; | 
|             color: #ffffff !important; | 
|         } | 
|   | 
|         .text-link a { | 
|             color: #95a5a6 !important; | 
|         } | 
|   | 
|         @media only screen and (max-width: 640px) { | 
|             body { | 
|                 width: auto !important; | 
|             } | 
|   | 
|             table[class="table600"] { | 
|                 width: 450px !important; | 
|             } | 
|   | 
|             table[class="table-inner"] { | 
|                 width: 90% !important; | 
|             } | 
|   | 
|             table[class="table3-3"] { | 
|                 width: 100% !important; | 
|                 text-align: center !important; | 
|             } | 
|         } | 
|   | 
|         @media only screen and (max-width: 479px) { | 
|             body { | 
|                 width: auto !important; | 
|             } | 
|   | 
|             table[class="table600"] { | 
|                 width: 290px !important; | 
|             } | 
|   | 
|             table[class="table-inner"] { | 
|                 width: 82% !important; | 
|             } | 
|   | 
|             table[class="table3-3"] { | 
|                 width: 100% !important; | 
|                 text-align: center !important; | 
|             } | 
|         } | 
|     </style> | 
| </head> | 
|   | 
| <body> | 
| <table align="center" bgcolor="#494c50" border="0" cellpadding="0" cellspacing="0" width="100%"> | 
|     <tr> | 
|         <td align="center" background="https://i.loli.net/2018/10/06/5bb8d335143fe.jpg" | 
|             style="background-size:cover; background-position:top;"> | 
|             <table align="center" border="0" cellpadding="0" cellspacing="0" class="table600" width="600"> | 
|                 <tr> | 
|                     <td height="60"></td> | 
|                 </tr> | 
|                 <tr> | 
|                     <td align="center"> | 
|                         <table align="center" bgcolor="#FFFFFF" | 
|                                border="0" cellpadding="0" cellspacing="0" | 
|                                style="border-radius:4px; box-shadow: 0px 3px 0px #d4d2d2;" width="100%"> | 
|                             <tr> | 
|                                 <td height="50"></td> | 
|                             </tr> | 
|                             <!-- logo --> | 
|                             <tr> | 
|                                 <td align="center" style="line-height: 0px;"><img | 
|                                         alt="logo" | 
|                                         height="50" src="https://i.loli.net/2018/10/06/5bb8cdaaef681.png" style="display:block; line-height:0px; font-size:0px; border:0px;" | 
|                                         width="160"/></td> | 
|                             </tr> | 
|                             <!-- end logo --> | 
|                             <tr> | 
|                                 <td height="15"></td> | 
|                             </tr> | 
|   | 
|                             <!-- slogan --> | 
|                             <tr> | 
|                                 <td align="center" | 
|                                     style="font-family: 'Open Sans', Arial, sans-serif; font-size:12px; color:#3b3b3b; line-height:26px; text-transform:uppercase; letter-spacing:2px; font-weight: normal;"> | 
|                                     Powered by XBoot 前后端分离开发平台. | 
|                                 </td> | 
|                             </tr> | 
|                             <!-- end slogan --> | 
|                             <tr> | 
|                                 <td height="40"></td> | 
|                             </tr> | 
|                             <tr> | 
|                                 <td align="center" bgcolor="#f3f3f3"> | 
|                                     <table align="center" border="0" cellpadding="0" cellspacing="0" class="table-inner" | 
|                                            width="500"> | 
|                                         <tr> | 
|                                             <td height="50"></td> | 
|                                         </tr> | 
|                                         <!-- title --> | 
|                                         <tr> | 
|                                             <td align="center" | 
|                                                 style="font-family: 'Open Sans', Arial, sans-serif; font-size:36px; color:#3b3b3b; font-weight: bold; letter-spacing:4px;"> | 
|                                                 您的验证码为:<span th:text="${code}"></span></td> | 
|                                         </tr> | 
|                                         <!-- end title --> | 
|   | 
|                                         <tr> | 
|                                             <td align="center"> | 
|                                                 <table border="0" cellpadding="0" cellspacing="0" width="25"> | 
|                                                     <tr> | 
|                                                         <td height="15" style="border-bottom:2px solid #3cb2d0;"></td> | 
|                                                     </tr> | 
|                                                 </table> | 
|                                             </td> | 
|                                         </tr> | 
|                                         <tr> | 
|                                             <td height="20"></td> | 
|                                         </tr> | 
|   | 
|                                         <!-- content --> | 
|                                         <tr> | 
|                                             <td align="center" | 
|                                                 style="font-family: 'Open Sans', Arial, sans-serif; font-size:13px; color:#7f8c8d; line-height:30px;"> | 
|                                                 尊敬的 <span th:text="${username}"></span> 您好!您正在进行<span | 
|                                                     th:text="${operation}"></span>操作,请于10分钟内输入上方验证码,若不是本人操作请忽略并立即前往XBoot官网修改密码: | 
|                                             </td> | 
|                                         </tr> | 
|                                         <tr> | 
|                                             <td align="center" | 
|                                                 style="font-family: 'Open Sans', Arial, sans-serif; font-size:14px;"><a | 
|                                                     th:href="${fullUrl}"><span th:text="${fullUrl}"></span></a></td> | 
|                                         </tr> | 
|                                         <!-- end content --> | 
|                                         <tr> | 
|                                             <td height="50"></td> | 
|                                         </tr> | 
|                                     </table> | 
|                                 </td> | 
|                             </tr> | 
|                             <tr> | 
|                                 <td height="40"></td> | 
|                             </tr> | 
|   | 
|                             <!-- button --> | 
|                             <tr> | 
|                                 <td align="center"> | 
|                                     <table align="center" bgcolor="#3cb2d0" border="0" cellpadding="0" | 
|                                            cellspacing="0" class="textbutton" | 
|                                            style=" border-radius:4px; box-shadow: 0px 2px 0px #dedfdf;"> | 
|                                         <tr> | 
|                                             <td align="center" height="55" | 
|                                                 style="font-family: 'Open Sans', Arial, sans-serif; font-size:16px; color:#7f8c8d; line-height:30px; font-weight: bold;"> | 
|                                                 <a style="padding:20px 50px;" th:href="${fullUrl}">不是本人操作,前往官网</a></td> | 
|                                         </tr> | 
|                                     </table> | 
|                                 </td> | 
|                             </tr> | 
|                             <!-- end button --> | 
|                             <!-- option --> | 
|                             <tr> | 
|                                 <td align="center" | 
|                                     style=" border-bottom-left-radius:4px; border-bottom-right-radius:4px;"> | 
|                                     <table align="center" border="0" cellpadding="0" cellspacing="0" class="table-inner" | 
|                                            width="290"> | 
|                                         <tr> | 
|                                             <td height="25"></td> | 
|                                         </tr> | 
|                                         <tr> | 
|                                             <td align="center" class="text-link"><!-- left --> | 
|   | 
|                                                 <table align="left" border="0" cellpadding="0" cellspacing="0" | 
|                                                        class="table3-3" width="80"> | 
|                                                     <tr> | 
|                                                         <td align="center" | 
|                                                             style="font-family: 'Open Sans', Arial, sans-serif; font-size:13px; color:#7f8c8d; line-height:30px;"> | 
|                                                             <a href="http://xboot.exrick.cn">XBoot官网</a></td> | 
|                                                     </tr> | 
|                                                 </table> | 
|   | 
|                                                 <!-- end left --> | 
|   | 
|                                                 <!--Space--> | 
|   | 
|                                                 <table align="left" border="0" cellpadding="0" cellspacing="0" height="15" | 
|                                                        width="1"> | 
|                                                     <tr> | 
|                                                         <td height="15" | 
|                                                             style="font-size: 0;line-height: 0;border-collapse: collapse;"> | 
|                                                             <p style="padding-left: 24px;"> </p></td> | 
|                                                     </tr> | 
|                                                 </table> | 
|   | 
|                                                 <!--End Space--> | 
|   | 
|                                                 <!-- middle --> | 
|   | 
|                                                 <table align="left" border="0" cellpadding="0" cellspacing="0" | 
|                                                        class="table3-3" width="80"> | 
|                                                     <tr> | 
|                                                         <td align="center" | 
|                                                             style="font-family: 'Open Sans', Arial, sans-serif; font-size:13px; color:#7f8c8d; line-height:30px;"> | 
|                                                             <a href="https://github.com/Exrick/x-boot">开源地址</a></td> | 
|                                                     </tr> | 
|                                                 </table> | 
|   | 
|                                                 <!-- end middle --> | 
|   | 
|                                                 <!--Space--> | 
|   | 
|                                                 <table align="left" border="0" cellpadding="0" cellspacing="0" height="15" | 
|                                                        width="1"> | 
|                                                     <tr> | 
|                                                         <td height="15" | 
|                                                             style="font-size: 0;line-height: 0;border-collapse: collapse;"> | 
|                                                             <p style="padding-left: 24px;"> </p></td> | 
|                                                     </tr> | 
|                                                 </table> | 
|   | 
|                                                 <!--End Space--> | 
|   | 
|                                                 <!-- right --> | 
|   | 
|                                                 <table align="right" border="0" cellpadding="0" cellspacing="0" | 
|                                                        class="table3-3" width="80"> | 
|                                                     <tr> | 
|                                                         <td align="center" | 
|                                                             style="font-family: 'Open Sans', Arial, sans-serif; font-size:13px; color:#7f8c8d; line-height:30px;"> | 
|                                                             <a href="http://exrick.cn">作者博客</a></td> | 
|                                                     </tr> | 
|                                                 </table> | 
|   | 
|                                                 <!-- end right --></td> | 
|                                         </tr> | 
|                                     </table> | 
|                                 </td> | 
|                             </tr> | 
|                             <!-- end option --> | 
|                             <tr> | 
|                                 <td height="30"></td> | 
|                             </tr> | 
|                         </table> | 
|                     </td> | 
|                 </tr> | 
|                 <tr> | 
|                     <td height="30"></td> | 
|                 </tr> | 
|   | 
|                 <!-- copyright --> | 
|                 <tr> | 
|                     <td align="center" | 
|                         style="font-family: 'Open Sans', Arial, sans-serif; font-size:13px; color:#ffffff; line-height:30px;"> | 
|                         © 2018 - Present <a href="http://exrick.cn">Exrick</a> . All Rights Reserved. | 
|                     </td> | 
|                 </tr> | 
|                 <!-- end copyright --> | 
|   | 
|                 <tr> | 
|                     <td height="45"></td> | 
|                 </tr> | 
|             </table> | 
|         </td> | 
|     </tr> | 
| </table> | 
| </body> | 
| </html> |