portal html css js resource

cmp-pwdResetOk.html 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <title>密码重置成功</title>
  8. <link type="text/css" rel="stylesheet" href="css/bootstrap.min.css">
  9. <link type="text/css" rel="stylesheet" href="css/common.css">
  10. <link type="text/css" rel="stylesheet" href="css/cmpindex.css">
  11. <script type="text/javascript" src="js/public/jquery-1.11.1.js"></script>
  12. </head>
  13. <body class="covbodyBg">
  14. <div class="containerCon">
  15. <a href="../index.html" class="headlogo signLogo"></a>
  16. </div>
  17. <!--中间-->
  18. <div id="container">
  19. <div class="containerCon contConP">
  20. <div class="covFrmblock">
  21. <form class="cmpAllFrm">
  22. <p class="h1Font alignCenter cmpColor">找回企业账户密码</p>
  23. <ul class="cmpAllUl cmpCoverUl">
  24. <li class="successImg"></li>
  25. <li>
  26. <p class="importTip" style="font-size:16px;">密码找回成功,快去登录吧!</p>
  27. </li>
  28. <li>
  29. <a href="cmp-settled-log.html"><button type="button" class="frmtype frmtypeW btnModel btnModelBig headRadius save-block">返回企业账户登录页面</button></a>
  30. </li>
  31. </ul>
  32. </form>
  33. </div>
  34. </div>
  35. </div>
  36. <script type="text/javascript"src="js/public/jquery.cookie.js"></script>
  37. <script type="text/javascript" src="js/public/common.js"></script>
  38. </body>
  39. </html>