shuobo.blade.php 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. <!DOCTYPE html>
  2. <html lang="{{ app()->getLocale() }}">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,shrink-to-fit=no,user-scalable=no,minimal-ui" name="viewport"/>
  6. <meta name ="format-detection" content="telephone=no">
  7. <meta name="apple-mobile-web-app-capable" content="yes">
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  9. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
  10. <!--UC默认竖屏` UC强制全屏-->
  11. <meta name="screen-orientation" content="portrait">
  12. <meta name="full-screen" content="yes"/>
  13. <meta name="browsermode" content="application"/>
  14. <!-- QQ强制竖屏` QQ强制全屏 -->
  15. <meta name="x5-orientation" content="portrait"/>
  16. <meta name="x5-fullscreen" content="true"/>
  17. <meta name="x5-page-mode" content="app"/>
  18. <!-- CSRF Token -->
  19. <meta name="csrf-token" content="{{ csrf_token() }}">
  20. <title>{{subsite_config('aix.system.site.site.site_name')}}</title>
  21. <meta name="keywords" content="{{subsite_config('aix.system.site.site.site_keyword')}}"/>
  22. <meta name="description" content="{{subsite_config('aix.system.site.site.site_description')}}"/>
  23. <link rel="shortcut icon" href="/favicon.ico">
  24. <link href="{{ theme_asset('mobile/css/common.css') }}" rel="stylesheet">
  25. <link href="{{ theme_asset('mobile/css/new_common.css') }}" rel="stylesheet">
  26. <!-- Styles -->
  27. <link href="{{ theme_asset('mobile/css/index.css') }}" rel="stylesheet">
  28. <link href="{{ theme_asset('mobile/css/jobs.css') }}" rel="stylesheet">
  29. <link href="{{ theme_asset('mobile/css/active_rcg.css') }}?t=1" rel="stylesheet">
  30. <link href="{{ theme_asset('mobile/css/accordion.css') }}?t=1" rel="stylesheet">
  31. <script type="text/javascript" src="{{theme_asset('mobile/js/rem.js')}}"></script>
  32. <script type="text/javascript" src="{{theme_asset('mobile/js/zepto.min.js')}}"></script>
  33. <script type="text/javascript" src="{{theme_asset('mobile/js/htmlspecialchars.js')}}"></script>
  34. <script type="text/javascript" src="{{theme_asset('mobile/js/zepto.hwSlider.js')}}"></script>
  35. <script type="text/javascript" src="{{theme_asset('mobile/js/fx.js')}}"></script>
  36. <script type="text/javascript" src="{{theme_asset('mobile/js/touch-0.2.14.min.js')}}"></script>
  37. <script type="text/javascript" src="{{theme_asset('mobile/js/zepto.textSlider.js')}}"></script>
  38. <script type="text/javascript" src="{{theme_asset('mobile/js/accordion.js')}}"></script>
  39. <style>
  40. .con{
  41. padding: 20px 5px;
  42. box-shadow:0px 0px 4px #333333;
  43. display: flex;
  44. justify-content:space-between;
  45. }
  46. .con .banner,.con .inst{
  47. }
  48. .con .banner{
  49. width: 45%;
  50. }
  51. .con .inst{
  52. width: 53%;
  53. }
  54. .con .inst p{
  55. font-size: 0.28rem;
  56. line-height: 0.47rem;
  57. }
  58. .con .inst p button{
  59. background-image: url("{{ theme_asset('mobile/images/shuobo/enter.jpg') }}");
  60. width: 2rem;
  61. height: 0.44rem;
  62. background-size: contain;
  63. border: none;
  64. }
  65. .ops{
  66. display: flex;
  67. width: 80%;
  68. margin: 0 auto;
  69. justify-content: space-between;
  70. margin-bottom: 0.2rem;
  71. }
  72. .ops button{
  73. background-image: url("{{ theme_asset('mobile/images/shuobo/button_bg.png') }}");
  74. background-size: contain;
  75. background-repeat: no-repeat;
  76. border: 0;
  77. font-size: 0.35rem;
  78. color: #fff;
  79. width: 3rem;
  80. height: 0.7rem;
  81. }
  82. </style>
  83. </head>
  84. <body style="background-color:#fff;">
  85. <div class="header">
  86. <img src="{{ theme_asset('mobile/images/shuobo/header.jpg') }}" width="100%" />
  87. </div>
  88. <div class="block">
  89. <div class="block_title">
  90. <img src="{{ theme_asset('mobile/images/shuobo/block_title_01.jpg') }}" width="100%" />
  91. </div>
  92. <div class="inner_box" style="padding: 5px 10px;">
  93. <div class="con" >
  94. <div class="banner">
  95. <img src="{{ theme_asset('mobile/images/shuobo/banner01.jpg') }}" width="100%" />
  96. </div>
  97. <div class="inst">
  98. <p>
  99. 您有一封邀请form福建晋江
  100. </p>
  101. <p>
  102. 广大硕博士人才:
  103. </p>
  104. <p>
  105. 只需一键登记,不再劳心费力
  106. </p>
  107. <p>
  108. 提供专人对接,尽享安居乐业
  109. </p>
  110. <p>
  111. 在晋江,无限未来等你来!
  112. </p>
  113. <p style="margin-top: 0.2rem;text-align: center">
  114. <a href="http://163.link/UvHX829Lyi"><button style=""></button></a>
  115. </p>
  116. </div>
  117. </div>
  118. </div>
  119. <div class="block_title">
  120. <img src="{{ theme_asset('mobile/images/shuobo/block_title_02.jpg') }}" width="100%" />
  121. </div>
  122. <div class="block_title">
  123. <img src="{{ theme_asset('mobile/images/shuobo/process.jpg') }}" width="100%" />
  124. </div>
  125. <div class="ops">
  126. <div>
  127. <a href="{{ route('mobile.talent.lvcheng') }}">
  128. <button>
  129. 查看跟进状态
  130. </button>
  131. </a>
  132. </div>
  133. <div>
  134. <a href="javascript:alert('一大波岗位正在安排,敬请期待!')">
  135. <button>
  136. 查看招聘岗位
  137. </button>
  138. </a>
  139. </div>
  140. </div>
  141. <div class="block_title">
  142. <img src="{{ theme_asset('mobile/images/shuobo/block_title_03.jpg') }}" width="100%" />
  143. </div>
  144. <div id="tabs">
  145. <div class="tab">
  146. <input type="checkbox" id="chck1" class="none">
  147. <label class="tab-label" for="chck1">高层次人才政策</label>
  148. <div class="tab-content">
  149. <ul>
  150. <li>
  151. <a href="https://www.jucai.gov.cn/mobile/content/policys/show/463">
  152. 泉州市高层次人才认定和团队评审及政策支持规定
  153. </a>
  154. </li>
  155. <li>
  156. <a href="https://www.jucai.gov.cn/mobile/content/policys/show/462">
  157. 泉州市高层次人才“一站式”服务暂行规定
  158. </a>
  159. </li>
  160. <li>
  161. <a href="https://www.jucai.gov.cn/mobile/content/policys/show/459">
  162. 关于泉州市高层次人才子女入学有关规定的通知
  163. </a>
  164. </li>
  165. </ul>
  166. </div>
  167. </div>
  168. <div class="tab">
  169. <input type="checkbox" id="chck2" class="none">
  170. <label class="tab-label" for="chck2">技能性人才政策</label>
  171. <div class="tab-content">
  172. <ul>
  173. <li>
  174. <a href="https://www.jucai.gov.cn/mobile/content/policys/show/174">
  175. 福建省企业高技能人才考核认定工作实施细则
  176. </a>
  177. </li>
  178. <li>
  179. <a href="https://www.jucai.gov.cn/mobile/content/policys/show/175">
  180. 关于印发福建省高技能人才队伍建设中长期发展规划(2010-2020年)的通知
  181. </a>
  182. </li>
  183. <li>
  184. <a href="https://www.jucai.gov.cn/mobile/content/policys/show/176">
  185. 关于做好2019年全省职业技能竞赛工作的通知
  186. </a>
  187. </li>
  188. </ul>
  189. </div>
  190. </div>
  191. <div class="tab">
  192. <input type="checkbox" id="chck3" class="none">
  193. <label class="tab-label" for="chck3">高校毕业生政策</label>
  194. <div class="tab-content">
  195. <ul>
  196. <li>
  197. <a href="https://www.jucai.gov.cn/mobile/content/policys/show/461">
  198. 泉州市鼓励产业急需高校毕业生来泉就业创业实施意见(试行)
  199. </a>
  200. </li>
  201. <li>
  202. <a href="https://www.jucai.gov.cn/mobile/content/policys/show/460">
  203. 泉州市吸引国内外高水平高校毕业生专项行动方案
  204. </a>
  205. </li>
  206. <li>
  207. <a href="https://www.jucai.gov.cn/mobile/content/policys/show/213">
  208. 关于印发进一步鼓励吸引普通高校毕业生在晋江就业创业工作操作规程的通知
  209. </a>
  210. </li>
  211. </ul>
  212. </div>
  213. </div>
  214. <div class="tab">
  215. <input type="checkbox" id="chck4" class="none">
  216. <label class="tab-label" for="chck4">平台政策</label>
  217. <div class="tab-content">
  218. <ul>
  219. <li>
  220. <a href="https://www.jucai.gov.cn/mobile/content/policys/show/229">中共晋江市委 晋江市人民政府 印发《关于促进院士工作站建设的若干规定》的通知</a>
  221. </li>
  222. <li>
  223. <a href="https://www.jucai.gov.cn/mobile/content/policys/show/231">关于实施晋江市博士人才助力产业创新升级“远航计划”的意见</a>
  224. </li>
  225. <li>
  226. <a href="https://www.jucai.gov.cn/mobile/content/policys/show/232">关于实施晋江市博士人才助力产业创新升级“远航计划”的意见</a>
  227. </li>
  228. <li>
  229. <a href="https://www.jucai.gov.cn/mobile/content/policys/show/228">
  230. 福建省人才聚焦区(人才特区)、产业人才聚集基地、企事业人才高地评选暂行办法
  231. </a>
  232. </li>
  233. </ul>
  234. </div>
  235. </div>
  236. </div>
  237. </div>
  238. </body>
  239. <script src="{{theme_asset('mobile/js/fastclick.js')}}"></script>
  240. <script src="{{theme_asset('mobile/js/qsToast.js')}}"></script>
  241. <script src="{{theme_asset('mobile/js/QSpopout.js')}}"></script>
  242. <script src="{{theme_asset('mobile/js/QSfilter.js')}}"></script>
  243. <script src="{{theme_asset('mobile/js/scrollTo.js')}}"></script>
  244. <script>
  245. window.addEventListener( "load", function() {
  246. FastClick.attach(document.body);
  247. }, false );
  248. </script>
  249. <script>
  250. </script>
  251. </html>