网站首页 网站源码
website
站点相关全部源代码,隐藏了一些关于服务器的信息
<div style="background-color: rgb(236, 236, 236); padding: 35px;">
    <table cellpadding="0"
           align="center"
           style="width: 600px; margin: 0 auto; text-align: left; border-radius: 5px; font-size: 14px; line-height: 1.5; border-collapse: collapse; background: rgb(255, 255, 255);">
        <tbody>
        <tr>
            <th valign="middle"
                style="height: 25px; line-height: 25px; padding: 15px 35px; border-bottom: 1px solid rgb(66, 163, 211); background-color: rgb(73, 188, 255); border-radius: 5px 5px 0 0;">
                <font face="微软雅黑" size="5" style="color: rgb(255, 255, 255);">叫我阿胖 - 新回复提醒</font>
            </th>
        </tr>
        <tr>
            <td>
                <div style="padding: 25px 35px 40px; background-color: rgb(255, 255, 255);">
                    <h2 style="margin:5px 0">
                        <font color="#333333" style="line-height: 20px;">
                            <font style="line-height:22px" size="4">你好,<span class="comment-nickname">{{Nickname}}</span></font>
                        </font>
                    </h2>
                    <p>你的评论被 <span class="reply-nickname">{{nickname}}</span> 回复了!</p>
                    <div class="comment">
                        <div class="comment-head" style="box-sizing: content-box;line-height: 1.5;text-align: left;">
                            <span class="head-nickname"
                                    style="margin-right: 0.5em;font-weight: bold;font-size: .875em;line-height: 1;text-decoration: none;">
                                {{Nickname}}
                            </span>
                            <time class="head-timeago" style="margin-right: 0.875em;color: #999;font-size: .75em;">
                                {{PublishTime}}
                            </time>
                        </div>
                        <div class="comment-text">
                            {{CommentText}}
                        </div>                        
                    </div>
                    <div class="reply" style="margin-left: 2em">
                        <div class="comment-head" style="box-sizing: content-box;line-height: 1.5;text-align: left;">
                            <span class="head-reply-nickname"
                                  style="margin-right: 0.5em;font-weight: bold;font-size: .875em;line-height: 1;text-decoration: none;">
                                {{nickname}}
                            </span>
                            <time class="head-reply-timeago" style="margin-right: 0.875em;color: #999;font-size: .75em;">
                                {{replyTime}}
                            </time>
                        </div>
                        <div class="reply-text">
                            {{replyText}}
                        </div>
                    </div>
                    <p align="right">
                        <a href="https://core.dpangzi.com" target="_blank">&copy;叫我阿胖</a>
                    </p>
                    <p align="right" class="send-time">{{sendTime}}</p>
                    <div style="width:700px;margin:0 auto">
                        <div style="padding: 10px 10px 0; border-top: 1px solid rgb(204, 204, 204); color: rgb(116, 116, 116); margin-bottom: 20px; line-height: 1.3em; font-size: 12px;">
                            <p>此为系统邮件,请勿回复</p>
                        </div>
                    </div>
                    <p></p>
                </div>
            </td>
        </tr>
        </tbody>
    </table>
</div>
loading