1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
| <div> <table width="100%" height="100%" style="min-width: 348px;" border="0" cellspacing="0" cellpadding="0" lang="en"> <tbody> <tr height="32" style="height: 32px;"><td></td></tr> <tr align="center"> <td> <table border="0" cellspacing="0" cellpadding="0" style="padding-bottom: 20px; max-width: 516px; min-width: 220px;"> <tbody> <tr> <td width="8" style="width: 8px;"></td> <td> <div style="border-style: solid; border-width: thin; border-color:#dadce0; border-radius: 8px; padding: 40px 20px;" align="center"> <img src="https://s11.ax1x.com/2023/08/28/pPau9US.png" width="74" height="24" aria-hidden="true" style="margin-bottom: 16px;"> <div style="font-family: 'Google Sans',Roboto,RobotoDraft,Helvetica,Arial,sans-serif;border-bottom: thin solid #dadce0; color: rgba(0,0,0,0.87); line-height: 32px; padding-bottom: 24px;text-align: center; word-break: break-word;"> <div style="font-size: 24px;"> 您的博客收到一条新回复 </div> <table align="center" style="margin-top:8px;"> <tbody> <tr style="line-height: normal;"> <td style="display: grid;justify-items: center;"> <span style="font-family: 'Google Sans',Roboto,RobotoDraft,Helvetica,Arial,sans-serif;color: rgba(0,0,0,0.87); font-size: 14px; line-height: 20px;"> ${NICK} | ${IP} </span> <span style="font-family: 'Google Sans',Roboto,RobotoDraft,Helvetica,Arial,sans-serif;color: rgba(0,0,0,0.87); font-size: 14px; line-height: 20px;"> ${MAIL} </span> </td> </tr> </tbody> </table> </div> <div style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif; font-size: 14px; color: rgba(0,0,0,0.87); line-height: 20px;padding-top: 20px; text-align: left;"> <span style="color: #888;"> 回复说: </span> ${COMMENT} <div style="padding-top: 32px; text-align: center;"> <a href="${POST_URL}" target="_blank" link-id="main-button-link" style="font-family: 'Google Sans',Roboto,RobotoDraft,Helvetica,Arial,sans-serif; line-height: 16px; color: #ffffff; font-weight: 400; text-decoration: none;font-size: 14px;display:inline-block;padding: 10px 24px;background-color: #D94235; border-radius: 5px; min-width: 90px;" rel="noopener"> 查看详细 </a> </div> </div> <div style="padding-top: 20px; font-size: 12px; line-height: 16px; color: #5f6368; letter-spacing: 0.3px; text-align: center"> 您也可以访问以下网址查看文章评论详情:<br> <a href="${POST_URL}" style="color: rgba(0, 0, 0, 0.87);text-decoration: inherit;"> ${POST_URL} </a> </div> </div> <div style="text-align: left;"> <div style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif;color: rgba(0,0,0,0.54); font-size: 11px; line-height: 18px; padding-top: 12px; text-align: center;"> <div> 此邮件由系统自动发出,目的是告知您的站点有了新的回复,请勿在此直接回复! </div> <div style="direction: ltr;"> Copyright © 2021 - 2023 <a href="${SITE_URL}" style="font-family: Roboto-Regular,Helvetica,Arial,sans-serif;color: rgba(0,0,0,0.54); font-size: 11px; line-height: 18px; padding-top: 12px; text-align: center;"> ${SITE_NAME} </a> </div> </div> </div> </td> <td width="8" style="width: 8px;"></td> </tr> </tbody> </table> </td> </tr> <tr height="32" style="height: 32px;"><td></td></tr> </tbody> </table> </div>
|