12-08 668人
<html>
<head>
    <title>aa</title>
    <style>
        * {
            margin: 0px;
            padding: 0px;
        }
        
        .qbot-a {
            background-color: #000;
            height: 100%;
        }
        
        .qbot-b {
            padding-top: 10%;
        }
        
        .qbot-c {
            width: 40%;
            margin: 0 auto;
            background-color: #fff;
            font-size: .8rem;
            line-height: 22px;
            padding: 40px;
            box-sizing: border-box;
        }
        
        .p-a {
            margin: 0;
            padding: 0;
            margin-top: 3%;
            line-height: 300%;
        }
        
        .p-b {
            margin: 0;
            padding: 0;
            display: inline-block;
            margin-top: 5%;
        }
        
        .p-c {
            margin: 0;
            padding: 0;
            display: inline-block;
            width: 100%;
            text-align: right;
        }
        
        .p-d {
            margin: 0;
            padding: 0;
            margin-top: 20px;
            display: inline-block;
            width: 100%;
            text-align: right;
        }
    </style>
</head>
<body>
    <div class="qbot-a">
        <div class="qbot-b">
            <div class="qbot-c">
                <h2 style="text-align:center">[sitename] 失效提醒</h2>
                <p><strong>尊敬的用户:<span style="color:#007bfc">[username]</span></strong></p>
                <p class="p-a">您好!
                    <br>  检测到您在本站的账号出现异常,请您查阅。</span>
                    <br>  QQ账号:<span style="color:#007bfc">123456</span>
                    <br>  状 态:<span style="color:red">即将到期</span>
                    <br>  到期时间:<span style="color:red">2022年8月2日15时35分25秒</span>
                    <br>  为了您的正常使用点击下方链接更新。
                    <br>  <a href="xxxx" target="_blank">xxxxxxxxxx</a>
                </p>
                <p class="p-b">如果本次请求并非由您发起,请务必告知我们, 由此给您带来的不便敬请谅解。
                </p>
                <p class="p-c"> <strong>[sitename]</strong> </p>
                <br>
                <p class="p-d">[time]</p>
            </div>
        </div>
</body>
</html>          
欢迎留言
1 条评论