簡單郵件驗證碼html代碼模板

郵件驗證碼html代碼模板

效果圖

H5代碼

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>郵件驗證碼模板</title>
  <base target="_blank"/>
  <style type="text/css">
    ::-webkit-scrollbar {
      display: none;
    }
  </style>
  <style id="cloudAttachStyle" type="text/css">
    #divNeteaseBigAttach, #divNeteaseBigAttach_bak {
      display: none;
    }
  </style>
  <style id="blockquoteStyle" type="text/css">
    blockquote {
      display: none;
    }
  </style>
  <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>
</head>
<body tabindex="0" role="listitem">
<table width="700" border="0" align="center" cellspacing="0" style="width:700px;">
  <tbody>
  <tr>
    <td>
      <div style="width:700px;margin:0 auto;border-bottom:1px solid #ccc;margin-bottom:30px;">
        <table border="0" cellpadding="0" cellspacing="0" width="700" height="39" style="font:12px Tahoma, Arial, 宋體;">
          <tbody>
          <tr>
            <td width="210"></td>
          </tr>
          </tbody>
        </table>
      </div>
      <div style="width:680px;padding:0 10px;margin:0 auto;">
        <div style="line-height:1.5;font-size:14px;margin-bottom:25px;color:#4d4d4d;">
          <strong style="display:block;margin-bottom:15px;">尊敬的用戶:<span
            style="color:#f60;font-size: 16px;"></span>您好!</strong>
          <strong style="display:block;margin-bottom:15px;">
            您正在進行<span style="color: red">註銷賬號</span>操作,請在驗證碼輸入框中輸入:<span
            style="color:#f60;font-size: 24px">202414</span>,以完成操作。
          </strong>
        </div>
        <div style="margin-bottom:30px;">
          <small style="display:block;margin-bottom:20px;font-size:12px;">
            <p style="color:#747474;">
              注意:此操作可能會修改您的密碼、登錄郵箱或綁定手機。如非本人操作,請及時登錄並修改密碼以保證帳戶安全
              <br>(工作人員不會向你索取此驗證碼,請勿泄漏!)
            </p>
          </small>
        </div>
      </div>
      <div style="width:700px;margin:0 auto;">
        <div
          style="padding:10px 10px 0;border-top:1px solid #ccc;color:#747474;margin-bottom:20px;line-height:1.3em;font-size:12px;">
          <p>此爲系統郵件,請勿回覆<br>
            請保管好您的郵箱,避免賬號被他人盜用
          </p>
          <p>@物聯網智能傳感器</p>
        </div>
      </div>
    </td>
  </tr>
  </tbody>
</table>
</body>
</html>

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章