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 75 76 77 78 79 80 81 82 83
   | <base target="_blank" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="https://kaygb.top/static/style.css"> <meta charset="utf-8"> <style id="cloudAttachStyle" type="text/css">     #divNeteaseBigAttach, #divNeteaseBigAttach_bak{display:none;} </style> <style> ::-webkit-scrollbar{ display: none; } .container{     max-width:500px;margin:20px auto;background-color:#eee;box-shadow:2px 2px 5px #888888;font-family:-apple-system,BlinkMacSystemFont," } .mail-box{     width: 100%; } .mail-header{     background:url('###这里是头图的地址,请修改###') center center no-repeat;background-size:100% auto;width:100%;height:220px;box-sizing:border-box;overflow-y:hidden; } .mail-sitetitle{     width:100%;background:#bd57a7;color:#ffffff;height: 66px;  } .mail-sitetitle p{     font-size:15px;word-break:break-all;padding: 23px 32px;margin:0; } .mail-sitetitle p a{     text-decoration:none;color: #ffffff; } .mail-p3{     border-radius:3px;margin:0;margin-bottom:10px;padding:15px 10px; } .mail-p3 strong{     display:inline-block;line-height:20px;background-color:#ec6149;color:#fff;border-radius:4px;padding:5px 10px;height:20px; } </style> <div class="container">     <div class="mail-box">         <div class="mail-header">         </div>         <div class="mail-sitetitle">             <p >您在<a href="https://kaygb.top/"> {siteTitle} </a>上的评论有回复啦!</p>         </div>         <p class="mail-p3">             <strong>{author_p}</strong> 您在 <strong><a href="{permalink}" style="text-decoration:underline;color:inherit;">{title}</a></strong> 的评论:         </p>        <div style="margin:40px auto;width:95%">                          <p style="background: #fafafa repeating-linear-gradient(-45deg,#fff,#fff 1.125rem,transparent 1.125rem,transparent 2.25rem);box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);margin:20px 0px;padding:15px;border-radius:5px;font-size:14px;color:#555555;">{text_p}</p>                     <p class="mail-p3" style="border-radius:3px;margin:0;margin-bottom:10px;padding:15px 10px;">             <strong style="display:inline-block;line-height:20px;background-color:#00a7e0;color:#fff;border-radius:4px;padding:5px 10px;height:20px;">{author}</strong> 在 <strong><a href="{permalink}" style="text-decoration:underline;color:inherit;">{title}</a></strong> 回复你:         </p>          <p style="background: #fafafa repeating-linear-gradient(-45deg,#fff,#fff 1.125rem,transparent 1.125rem,transparent 2.25rem);box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);margin:20px 0px;padding:15px;border-radius:5px;font-size:14px;color:#555555;">{text}</p>                   <p class="footer" style="border-top: 1px solid #DDDDDD; padding-top: 6px; margin-top: 15px; color: #838383; text-align: center;">你可以点击此链接             <a target="_blank" href="{permalink}">查看完整內容</a> | 欢迎再次来访             <a href="https://kaygb.top/">KAYGB</a>         </p>         <p class="footer" style="padding-top: 6px; margin-top: 15px; color: #838383; text-align: center;">             本邮件为自动发送,请勿直接回复,您可以<a href="https://kaygb.top/msg.html">给我留言</a>!         </p>         </div>         <p class="mail-footer" style="border-radius:3px;margin:0;padding:15px 20px;text-align:right;">             {siteTitle} 献上诚挚的问候         </p>         <div style="color:#8c8c8c;;font-family: 'Century Gothic','Trebuchet MS','Hiragino Sans GB',微软雅黑,'Microsoft Yahei',Tahoma,Helvetica,Arial,'SimSun',sans-serif;font-size: 10px;width: 100%;text-align: center;">             <p>©2018-<script>                 var myDate = new Date();                                  document.write(myDate.getFullYear());                 </script> Copyright <a href="https://kaygb.top/">KAYGB</a></p>         </div>     </div> </div> <style type="text/css">     body{font-size:14px;font-family:arial,verdana,sans-serif;line-height:1.666;padding:0;margin:0;overflow:auto;white-space:normal;word-wrap:break-word;min-height:100px}     td, input, button, select, body{font-family:Helvetica, 'Microsoft Yahei', verdana}     pre {white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;width:95%}     th,td{font-family:arial,verdana,sans-serif;line-height:1.666}     img{ border:0}     header,footer,section,aside,article,nav,hgroup,figure,figcaption{display:block}     blockquote{margin-right:0px} </style> <style id="ntes_link_color" type="text/css">a,td a{color:#064977}</style>
   |