login.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  5. <title>晋江市人才综合服务申报平台-系统新旧系统入口</title>
  6. <link href="static/css/switch_login_1.css" rel="stylesheet"/>
  7. <link href="static/css/switch_login_2.css" rel="stylesheet"/>
  8. </head>
  9. <body>
  10. <div id="main">
  11. <div class="main_title"><h1>晋江市人才综合服务申报平台</h1></div>
  12. <div class="sign">
  13. <div class="sign_in">
  14. <div class="sign_in_title" style="display:flex;height: 100px;">
  15. <div style="width: 310px;margin-left: 80px;">
  16. <h2 style="width: 310px;height: 55px;font-size: 16px;font-family: Source Han Sans SC;font-weight: bold;color: rgba(255,255,255,1);line-height: 39px;">
  17. 晋江市现代产业体系人才认定及政策申报,请点击下方”新版系统“通道进行操作<br>
  18. <span style="background:#fff;color:#0284d9;color:#ff0000;">旧系统账号可直接登录,不必重新注册</span>
  19. </h2>
  20. </div>
  21. <div style="width: 285px;margin-left: 82px;">
  22. <h2 style="width: 285px;height: 55px;font-size: 16px;font-family: Source Han Sans SC;font-weight: bold;color: rgba(255,255,255,1);line-height: 39px;">
  23. 2021年12月31日之前认定的晋江市优秀人才,请点击下方”旧版系统“通道进行政策申报操作
  24. </h2>
  25. </div>
  26. </div>
  27. <div class="sign_in_dimg">
  28. <div class="new"><a href="/"></a></div>
  29. <div class="used"><a href="https://rc.jucai.gov.cn"></a></div>
  30. </div>
  31. <div class="sign_in_dimg">
  32. <div class="new1"></div>
  33. <div class="used1"></div>
  34. </div>
  35. </div>
  36. <div class="sign_footer">
  37. <span>本系统由福建晋江人力资本有限公司设计开发并提供技术支持</span>
  38. </div>
  39. </div>
  40. </div>
  41. </body>
  42. </html>