portal html css js resource

cmp-settled-log.html 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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 rel="shortcut icon" href="images/favicon.ico "/>
  9. <link type="text/css" rel="stylesheet" href="css/bootstrap.min.css">
  10. <link type="text/css" rel="stylesheet" href="css/common.css">
  11. <link type="text/css" rel="stylesheet" href="css/cmpindex.css">
  12. <script type="text/javascript" src="js/public/jquery-1.11.1.js"></script>
  13. </head>
  14. <body class="covbodyBg">
  15. <div class="containerCon">
  16. <a href="../index.html" class="headlogo signLogo"></a>
  17. </div>
  18. <!--中间-->
  19. <div id="container">
  20. <div class="containerCon contConP">
  21. <div class="covFrmblock">
  22. <form class="cmpAllFrm">
  23. <p class="h1Font alignCenter cmpColor">登录企业账户</p>
  24. <ul class="cmpAllUl cmpCoverUl" id="cmpCoverUl">
  25. <li>
  26. <input type="email" class="frmtype frmtypeW displayNone" autocomplete="off"/>
  27. <input type="email" class="frmtype frmtypeW companyEmail" placeholder="请输入您的企业邮箱" autocomplete="off"/>
  28. <div class="frmmsg msgLog1"><span></span></div>
  29. </li>
  30. <li>
  31. <input type="password" class="frmtype frmtypeW" placeholder="请输入您的登录密码" id="companyPasw"/>
  32. <div class="frmmsg msgLog2"><span></span></div>
  33. </li>
  34. <li>
  35. <button type="button" disabled class="frmtype frmtypeW btnModel btnModelBig headRadius save-block" id="loginSubmit">登录</button>
  36. </li>
  37. <li>
  38. <a href="cmp-pwdReset01.html" class="fontLink cmpColor floatL">忘记密码?</a>
  39. <span class="floatR" style="color:#999">没有企业账号?<a href="cmp-settled-reg.html" class="fontLink cmpColor">立即入驻</a></span>
  40. </li>
  41. </ul>
  42. </form>
  43. </div>
  44. </div>
  45. </div>
  46. <script type="text/javascript"src="js/public/jquery.cookie.js"></script>
  47. <script type="text/javascript" src="js/public/jquery.similar.msgbox.js"></script>
  48. <script type="text/javascript" src="js/public/common.js"></script>
  49. <script type="text/javascript" src="js/cmp-settled-log.js"></script>
  50. </body>
  51. </html>