SOURCE

console 命令行工具 X clear

                    
>
console
<div class="title"><b>点卡啦</b> - 闲置卡最好的归处</div>
<div class="main_txt">
  亲爱的用户,你好!<br><br>
  点卡啦已收到你找回密码的请求,请点击<a href="">此链接重置密码</a><br>
  (本链接将在1天后失效)<br><br>
  点卡啦团队<br>
  2018-05-22
</div>
<div class="tips">如有任何问题,可以与我们联系,我们将尽快为你解答。<br>Email:long@dianlong.com, 电话:400-000-888, QQ:12345678</div>
.title{
  color:#fff;
  font-size:24px;
  background:#26c577;
  height:60px;
  width:600px;
  line-height:60px;
  padding-left:15px;
}
.main_txt{
  line-height:30px;
  font-size:14px;
  color:#666;
  padding:20px;
}
.main_txt a{color:#26c577}
.tips{
  width:580px;
  color:#999;
  font-size:12px;
  margin:20px;
  line-height:30px;
  padding:10px 0;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}