find_password_top.ftl 553 B

12345678910
  1. <#--头部div-->
  2. <div class="header-find-pwd" style="height: 80px;width: 100%;padding-left: 50px;background-color: #F0F0F0;display: flex;align-items: center">
  3. <div style="background-color: #263949;height: 60px;width: 180px;" >
  4. <span>
  5. <img alt="SPIDER SYSTEM LOGO" src="/login/images/logo.png">
  6. </span>
  7. </div>
  8. <h2 style="margin-left: 30px;"><strong>找回密码</strong></h2>
  9. <a href="/login" style="display:inline-block;float:left;margin-left: 700px;font-size: 16px">返回登陆界面</a>
  10. </div>