portal html css js resource

cmp-staffReg.html 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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/reset.css">
  10. <link type="text/css" rel="stylesheet" href="css/common.css">
  11. <link type="text/css" rel="stylesheet" href="css/genindex.css">
  12. <script type="text/javascript" src="js/jquery-1.11.1.js"></script>
  13. <script type="text/javascript"src="js/jquery.cookie.js"></script>
  14. <script type="text/javascript" src="js/common.js"></script>
  15. </head>
  16. <body class="covbodyBg">
  17. <div class="containerCon">
  18. <div class="headlogo signLogo"></div>
  19. </div>
  20. <!--中间-->
  21. <div id="container">
  22. <div class="containerCon contConP">
  23. <div class="covFrmblock">
  24. <form class="cmpAllFrm">
  25. <p class="h1Font alignCenter"><span class="mainColor cmpOrgName">XXXXXXXXXX(企业名称)</span><br />邀请您注册「科袖」</p>
  26. <ul class="cmpAllUl cmpCoverUl">
  27. <li>
  28. <input type="text" class="frmtype frmtypeW" placeholder="请输入您的真实姓名"/>
  29. <div class="frmmsg msgCmp01"><span></span></div>
  30. </li>
  31. <li>
  32. <input type="email" class="frmtype frmtypeW companyEmail" value="lixiaoyuan@ekexiu.com" readonly />
  33. </li>
  34. <li>
  35. <input type="password" class="frmtype frmtypeW" placeholder="请设置您的登录密码"/>
  36. <div class="frmmsg msgCmp02"><span></span></div>
  37. </li>
  38. <li>
  39. <input type="password" class="frmtype frmtypeW" placeholder="请再次输入密码确认"/>
  40. <div class="frmmsg msgCmp03"><span></span></div>
  41. </li>
  42. <li>
  43. <!--不选状态为图片c-sign-on_button_xuanze_nor.png-->
  44. <img class="cmpAgree ifxuanze" src="images/c-sign-on_button_xuanze_hig.png" />
  45. <span>我已阅读并同意<a href="privacy.html" class="mainColor" target="_blank">《科袖网用户协议》</a></span>
  46. </li>
  47. <li>
  48. <button type="button" class="frmtype frmtypeW btnModel headRadius save-block">注册</button>
  49. </li>
  50. </ul>
  51. </form>
  52. </div>
  53. </div>
  54. </div>
  55. </body>
  56. </html>