説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

step.htm 35KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743
  1. <?php
  2. $param = request()->param();
  3. function isValidChineseMobileNumber($number) {
  4. return preg_match('/^1\d{10}$/', $number) ? true : false;
  5. }
  6. if(!empty($param['p'])){
  7. //验证手机号码
  8. if(isValidChineseMobileNumber($param['p'])) {
  9. $is_cha = 1;
  10. }else{
  11. $is_cha = 0;
  12. }
  13. }else{
  14. $is_cha = 0;
  15. }
  16. $is_detail = 0;
  17. if(!empty($param['h'])){
  18. $is_cha = 1;
  19. $is_detail = 1;
  20. $sql = "select * from ey_zc_form where code='".$param['h']."' and status=1 and is_del=0 limit 1";
  21. }
  22. //缓存问题 增加时间参数即可
  23. ?>
  24. {eyou:if condition='($is_detail === 1)'}
  25. {eyou:sql sql='$sql' cachetime='3600' empty=''}
  26. {eyou:php}
  27. $detail = $field;
  28. $extend_info = json_decode($field['extend'],true);
  29. {/eyou:php}
  30. {/eyou:sql}
  31. <?php
  32. //区域
  33. if((int)$detail['yxdq'] === 10001){
  34. $area_name = '不限制';
  35. }else if((int)$detail['yxdq'] === 20000){
  36. $area_name = '全国';
  37. }else if((int)$detail['yxdq'] === 0){
  38. $area_name = '未选';
  39. }else{
  40. $area_name = '';
  41. $sql2 = "select id,name from ey_citysite where id=".$detail['yxdq'];
  42. }
  43. //职称
  44. $zc_name = '';
  45. $sql3 = "select id,title from ey_zc_position where id=".$detail['sbzy'];
  46. //职称等级
  47. $zc_dj = '';
  48. $sql4 = "select id,title from ey_zcdj_position where id=".$detail['sbdj'];
  49. ?>
  50. {eyou:if condition='($area_name == "")'}
  51. {eyou:sql sql='$sql2' cachetime='3600' empty=''}
  52. {eyou:php}
  53. $area_name = $field['name'];
  54. {/eyou:php}
  55. {/eyou:sql}
  56. {/eyou:if}
  57. <?php
  58. /*
  59. *
  60. * 减少sql调用
  61. *
  62. * {eyou:sql sql='$sql3' cachetime='3600' empty=''}
  63. {eyou:php}
  64. $zc_name = $field['title'];
  65. {/eyou:php}
  66. {/eyou:sql}
  67. {eyou:sql sql='$sql4' cachetime='3600' empty=''}
  68. {eyou:php}
  69. $zc_dj = $field['title'];
  70. {/eyou:php}
  71. {/eyou:sql}
  72. *
  73. *
  74. */
  75. ?>
  76. {/eyou:if}
  77. <style>
  78. .nav-item-b{
  79. color: #6b7386 !important;
  80. }
  81. .iconfont{
  82. color: #6b7386;
  83. }
  84. .nav-item:nth-child(4) .iconfont{
  85. color: red !important;
  86. }
  87. .nav-item:nth-child(4) .nav-item-b{
  88. color: red !important;
  89. }
  90. .table-bordered tr th{
  91. text-align: center;
  92. }
  93. .table-bordered tr td{
  94. text-align: center;
  95. }
  96. </style>
  97. <!--time css-->
  98. <link rel="stylesheet" type="text/css" media="all" href="/template/pc/js/botstrap-step/daterangepicker.css" />
  99. <style>
  100. /* 定位i标签在input标签内 */
  101. .daterange i {
  102. position: absolute;
  103. bottom: 18px;
  104. right: 14px;
  105. top: auto;
  106. cursor: pointer;
  107. }
  108. .daterange {
  109. /*position: relative;*/
  110. position: relative;
  111. }
  112. .daterangepicker button{
  113. height: auto !important;
  114. line-height: 1.5 !important;
  115. }
  116. .daterange input{
  117. padding: 0 20px 0 20px;
  118. }
  119. .daterange label{
  120. /*position: absolute;
  121. left: 27px;
  122. color: #888;
  123. top: 25%;
  124. font-size: 16px;
  125. font-weight: 300;*/
  126. }
  127. .daterangepicker{
  128. }
  129. .checkbox-inline input{
  130. transform: scale(1.2);
  131. }
  132. /* daterange i end */
  133. </style>
  134. <!-- Top menu -->
  135. <?php
  136. /*
  137. * <nav class="navbar navbar-inverse navbar-no-bg" role="navigation" >
  138. <div class="container">
  139. <div class="navbar-header">
  140. <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#top-navbar-1">
  141. <span class="sr-only">Toggle navigation</span>
  142. <span class="icon-bar"></span>
  143. <span class="icon-bar"></span>
  144. <span class="icon-bar"></span>
  145. </button>
  146. <a class="navbar-brand" href="index.html">Bootstrap Multi Step Registration Form Template</a>
  147. </div>
  148. <!-- Collect the nav links, forms, and other content for toggling -->
  149. <div class="collapse navbar-collapse" id="top-navbar-1">
  150. <ul class="nav navbar-nav navbar-right">
  151. <li>
  152. <span class="li-text">
  153. Put some text or
  154. </span>
  155. <a href="#"><strong>links</strong></a>
  156. <span class="li-text">
  157. here, or some icons:
  158. </span>
  159. <span class="li-social">
  160. <a href="#"><i class="fa fa-facebook"></i></a>
  161. <a href="#"><i class="fa fa-twitter"></i></a>
  162. <a href="#"><i class="fa fa-envelope"></i></a>
  163. <a href="#"><i class="fa fa-skype"></i></a>
  164. </span>
  165. </li>
  166. </ul>
  167. </div>
  168. </div>
  169. </nav>
  170. */
  171. ?>
  172. <!-- Top content -->
  173. <div class="top-content">
  174. <div class="inner-bg">
  175. <div class="container">
  176. <div class="row">
  177. <div class="col-sm-8 col-sm-offset-2 text" style="text-align: center;">
  178. <h1><strong>Bootstrap</strong> Multi Step Registration Form</h1>
  179. <div class="description">
  180. <p>
  181. </p>
  182. </div>
  183. </div>
  184. </div>
  185. <div class="row">
  186. <div class="col-sm-6 col-sm-offset-3 form-box">
  187. <form role="form" action="" method="post" class="registration-form">
  188. {eyou:if condition='($is_cha === 1)'}
  189. <?php
  190. /*
  191. * 符合城市地区
  192. * 比对每一项资料
  193. * 查询功能 先不管
  194. */
  195. ?>
  196. <fieldset>
  197. <div class="form-top">
  198. <div class="form-top-left">
  199. <h3>Step 5 / 5</h3>
  200. <?php
  201. function hide_phone_number_regex($phone_number) {
  202. return preg_replace('/(\d{3})\d{4}(\d{4})/', '$1****$2', $phone_number);
  203. }
  204. //$phone = "13812345678";
  205. //echo hide_phone_number_regex($phone); // 输出: 138****5678
  206. ?>
  207. {eyou:if condition='($is_detail === 0)'}
  208. <p>查询结果展示:<br/><br/>
  209. <!--编号: 202410247774<br/>-->
  210. <!-- 姓名: 郑工<br/>-->
  211. 手机: <?php echo hide_phone_number_regex($param['p']); ?><br/>
  212. </p>
  213. {eyou:else /}
  214. <p>匹配结果展示:<br/><br/>
  215. <!--编号: 202410247774<br/>-->
  216. 姓名: {$detail.ch}<br/>
  217. 手机: <?php echo hide_phone_number_regex($detail['sjhm']); ?><br/>
  218. 地区: {$extend_info.szsf}/{$extend_info.szcs}
  219. </p>
  220. {/eyou:if}
  221. </div>
  222. <div class="form-top-right">
  223. <i class="fa fa-twitter"></i>
  224. </div>
  225. </div>
  226. <div class="form-bottom" style="padding:0 !important;background: none;">
  227. {eyou:if condition='($is_detail === 0)'}
  228. <div class="panel" style="margin-top:15px;">
  229. <div class="panel-body">
  230. 查询最新10条结果:
  231. </div>
  232. <div class="panel-footer">
  233. <ul class="list-group">
  234. <?php
  235. $sql = "select id,code,addtime,ch from ey_zc_form where sjhm='".$param['p']."' and status=1 and is_del=0 order by addtime desc limit 0,10";
  236. ?>
  237. {eyou:sql sql="$sql" cachetime='3600' empty='未找到相关记录' id='field'}
  238. <li class="list-group-item" style="position:relative;">
  239. <a href="/cp?h={$field.code}">{$field.ch}于&nbsp;{$field.addtime|MyDate="Y-m-d H:i:s",###}&nbsp;提交</a>
  240. <span aria-hidden="true" style="position:absolute;right: 0px;top:12px;">&raquo;</span>
  241. </li>
  242. {/eyou:sql}
  243. </ul>
  244. </div>
  245. </div>
  246. {eyou:else /}
  247. <div class="well" style="margin-top:20px;">
  248. <?php
  249. /*
  250. *
  251. * 预选地区: {$area_name}<br/>
  252. */
  253. ?>
  254. 申报专业: {$extend_info.sbzy}<br/>
  255. 申报等级: {$extend_info.sbdj}<br/>
  256. </div>
  257. {eyou:if condition='($detail.yxdq > 0 && $detail.yxdq < 10001)'}
  258. <?php
  259. $yxdi_id = $detail['yxdq'];
  260. $sql_end = ' and sf='.$yxdi_id;
  261. $scen = '抱歉!暂时未找到<预选地区>相关匹配结果信息!';
  262. $t = "预选地区";
  263. ?>
  264. {eyou:include file='/template/pc/components/index/kop.htm' /}
  265. <?php
  266. $yxdi_id = $detail['yxdq'];
  267. $sql_end = ' and sf!='.$yxdi_id;
  268. $scen = '抱歉!暂时未找到<其他区域>相关匹配结果信息!';
  269. $t = "其他推荐地区";
  270. ?>
  271. {eyou:include file='/template/pc/components/index/kop.htm' /}
  272. {eyou:else /}
  273. <?php
  274. //现在没有所谓预选和其他推荐的区分
  275. $sql_end = '';
  276. $t = '';
  277. $scen = '抱歉!暂时未找到相关匹配结果信息!';
  278. ?>
  279. {eyou:include file='/template/pc/components/index/kop.htm' /}
  280. {/eyou:if}
  281. {/eyou:if}
  282. <!--<button type="button" class="btn btn-previous">上一步</button>
  283. <button type="button" class="btn btn-next">下一步</button>-->
  284. <button type="button" class="btn" onclick="location.href='https://www.zc10000.com/cp'">重新匹配</button>
  285. <!--<button type="button" class="btn">下载文档</button>
  286. <button type="button" class="btn">分享结果</button>-->
  287. <!--<span id="helpBlock" class="help-block">
  288. 点击分享本次结果<br/>
  289. 或<br/>
  290. 保存本次结果为文档下载 (生成execl功能或者word功能或者图片)<br/>
  291. </span>-->
  292. </div>
  293. </fieldset>
  294. {eyou:else /}
  295. <?php
  296. /*
  297. * 选择地区
  298. * 申报专业
  299. * 选择等级
  300. */
  301. ?>
  302. <fieldset>
  303. <div class="form-top">
  304. <div class="form-top-left">
  305. <h3>Step 1 / 5</h3>
  306. <p>选择申报专业与等级:</p>
  307. </div>
  308. <div class="form-top-right">
  309. <i class="fa fa-user"></i>
  310. </div>
  311. </div>
  312. <div class="form-bottom">
  313. <div class="form-group">
  314. <!--<label class="sr-only" for="form-first-name">First name</label>
  315. <input type="text" name="form-first-name" placeholder="First name..." class="form-first-name form-control" id="form-first-name">-->
  316. <select class="form-control" id="choose1" name="yxdq" style="display:none;">
  317. <option value="0">选择地区(可选)</option>
  318. <option value="10001">不限制</option>
  319. <option value="20000">全国</option>
  320. {eyou:sql sql="select id,name from ey_citysite where level=1 and status=1" cachetime='3600' empty='' id='field'}
  321. <option value="{$field.id}">{$field.name}</option>
  322. {/eyou:sql}
  323. </select>
  324. </div>
  325. <div class="form-group" style="margin-bottom: 15px;">
  326. <div class="col-sm-6 col-xs-6" style="padding-left:0px;padding-right:3px;">
  327. <select class="form-control" id="choose11" name="szsf">
  328. <option value="0">选择省份</option> <!--您所在-->
  329. {eyou:sql sql="select id,name from ey_citysite where status=1 and level=1" cachetime='3600' empty='' id='field'}
  330. <option value="{$field.id}">{$field.name}</option>
  331. {/eyou:sql}
  332. </select>
  333. </div>
  334. <div class="col-sm-6 col-xs-6" style="padding-right:0px;padding-left: 3px;">
  335. <select class="form-control" id="choose12" name="szcs">
  336. <option value="0">选择城市</option><!--您所在-->
  337. </select>
  338. </div>
  339. <div class="clear"></div>
  340. </div>
  341. <div class="form-group">
  342. <!-- <label class="sr-only" for="form-last-name">Last name</label>
  343. <input type="text" name="form-last-name" placeholder="Last name..." class="form-last-name form-control" id="form-last-name">-->
  344. <select class="form-control" id="choose2" name="sbzy">
  345. <option value="0">选择申报专业</option>
  346. {eyou:sql sql="select id,title from ey_zc_position where is_del=0 and status=1" cachetime='3600' empty='' id='field'}
  347. <option value="{$field.id}">{$field.title}</option>
  348. {/eyou:sql}
  349. </select>
  350. </div>
  351. <div class="form-group">
  352. <!--<label class="sr-only" for="form-about-yourself">About yourself</label>
  353. <textarea name="form-about-yourself" placeholder="About yourself..."
  354. class="form-about-yourself form-control" id="form-about-yourself"></textarea>-->
  355. <select class="form-control" id="choose3" name="sbdj">
  356. <option value="0" selected>选择申报等级</option>
  357. </select>
  358. </div>
  359. <button type="button" class="btn btn-next">下一步</button>
  360. </div>
  361. </fieldset>
  362. <?php
  363. /*
  364. * 输入年龄
  365. * 选择学历
  366. * 输入毕业专业
  367. * 选择学校类型
  368. * 选择毕业时间
  369. */
  370. ?>
  371. <fieldset>
  372. <div class="form-top">
  373. <div class="form-top-left">
  374. <h3>Step 2 / 5</h3>
  375. <p>个人基本信息:</p>
  376. </div>
  377. <div class="form-top-right">
  378. <i class="fa fa-key"></i>
  379. </div>
  380. </div>
  381. <div class="form-bottom">
  382. <div class="form-group">
  383. <!--<label class="sr-only" for="form-email">Email</label>
  384. <input type="text" name="form-email" placeholder="Email..." class="form-email form-control" id="form-email">-->
  385. <select class="form-control" id="choose6" name="nl">
  386. <option value="0">选择年龄</option>
  387. {eyou:for start='18' end='80'}
  388. <option value="{$i}">{$i}岁</option>
  389. {/eyou:for}
  390. </select>
  391. </div>
  392. <div class="form-group">
  393. <!--<label class="sr-only" for="form-password">Password</label>
  394. <input type="password" name="form-password" placeholder="Password..." class="form-password form-control" id="form-password">-->
  395. <select class="form-control" id="choose5" name="xl">
  396. <option value="0">选择学历</option>
  397. <option value="1">中专</option>
  398. <option value="2">高技</option>
  399. <option value="3">大专</option>
  400. <option value="4">本科</option>
  401. <option value="5">硕士</option>
  402. <option value="6">博士</option>
  403. </select>
  404. </div>
  405. <div class="form-group">
  406. <!--<label class="sr-only" for="form-repeat-password">Repeat password</label>
  407. <input type="password" name="form-repeat-password" placeholder="Repeat password..."
  408. class="form-repeat-password form-control" id="form-repeat-password">-->
  409. <select class="form-control" id="choose7" name="xxlx">
  410. <option value="0">选择学校类型</option>
  411. <option value="1">全日制</option>
  412. <option value="2">非全日制</option>
  413. </select>
  414. </div>
  415. <div id="zy_box" class="form-group" style="padding-left: 5px;position: relative;">
  416. <label class="col-sm-12 control-label" style="padding-left: 0;">是否以下相关毕业专业</label>
  417. <div class="col-sm-12" style="padding-left: 0;margin-bottom: 0px;" id="zys">
  418. <!--先初始化证书-->
  419. <!--<p class="form-control-static" style="min-height:20px;padding-top:5px;padding-bottom:0px;">
  420. <font>建筑一级证书</font> <font style="margin-left:15px;">3年</font>
  421. </p>-->
  422. </div>
  423. <div class="clear"></div>
  424. </div>
  425. <!--<label class="sr-only" for="form-google-plus">Google plus</label>
  426. <input type="text" name="form-google-plus" placeholder="Google plus..." class="form-google-plus form-control" id="form-google-plus">-->
  427. <!--<div class="form-group radio-box" style="padding-left: 7px;">
  428. <label class="radio-inline">
  429. <input type="radio" class="form-control-radio" name="inlineRadioOptions" id="inlineRadio1" value="option1" checked> 是
  430. </label>
  431. <label class="radio-inline">
  432. <input type="radio" class="form-control-radio" name="inlineRadioOptions" id="inlineRadio2" value="option2"> 否
  433. </label>
  434. </div>-->
  435. <!--<div class="form-group">
  436. <label class="sr-only" for="form-password">Password</label>
  437. <input type="password" name="form-password" placeholder="Password..." class="form-password form-control" id="form-password">
  438. </div>-->
  439. <div class="form-group daterange" style="display:none;">
  440. <label style="margin-left: 5px;">选择毕业时间</label>
  441. <!--range_date-->
  442. <div class="">
  443. <input class="form-control" name="bysj" type="text" value="">
  444. <i class="fa fa-calendar"></i>
  445. </div>
  446. </div>
  447. <?php
  448. $end_year = date('Y', time()) + 1;
  449. /*{eyou:if condition='($i==$end_year)'}selected{/eyou:if}**/
  450. ?>
  451. <select class="form-control" id="choose33" name="bysj2" style="margin-bottom: 15px;">
  452. <option value="0">选择毕业时间</option>
  453. {eyou:for start='1990' end="$end_year"}
  454. <option value="{$i}-07-01">{$i}年</option>
  455. {/eyou:for}
  456. </select>
  457. <!--<label class="sr-only" for="form-repeat-password">Repeat password</label>
  458. <input type="password" name="form-repeat-password" placeholder="Repeat password..."
  459. class="form-repeat-password form-control" id="form-repeat-password">-->
  460. <!--<div class="form-group">
  461. <input type="text" name="form-first-name" value="默认" placeholder="请输入毕业专业" class="form-first-name form-control" id="form-first-name">
  462. </div>-->
  463. <button type="button" class="btn btn-previous">上一步</button>
  464. <button type="button" class="btn btn-next">下一步</button>
  465. </div>
  466. </fieldset>
  467. <?php
  468. /* (使用是否 问答形式)
  469. * 已有证书
  470. * 时间年限
  471. * 工作要求 (结果展示)
  472. * 其他条件 (结果展示)
  473. */
  474. ?>
  475. <fieldset>
  476. <div class="form-top">
  477. <div class="form-top-left">
  478. <h3>Step 3 / 5</h3>
  479. <p>前置条件咨询:</p>
  480. </div>
  481. <div class="form-top-right">
  482. <i class="fa fa-twitter"></i>
  483. </div>
  484. </div>
  485. <div class="form-bottom">
  486. <!--<div class="form-group">
  487. <label class="sr-only" for="form-facebook">Facebook</label>
  488. <input type="text" name="form-facebook" placeholder="Facebook..." class="form-facebook form-control" id="form-facebook">
  489. </div>
  490. <div class="form-group">
  491. <label class="sr-only" for="form-twitter">Twitter</label>
  492. <input type="text" name="form-twitter" placeholder="Twitter..." class="form-twitter form-control" id="form-twitter">
  493. </div>-->
  494. <?php
  495. //没法判断要不要 是在匹配结果去展示
  496. ?>
  497. <!--<div class="form-group">
  498. <label class="col-sm-2 control-label" style="padding-left: 0;">本申报专业是否要求前置证书</label>
  499. <div class="col-sm-10" style="padding-left: 0;">
  500. <p class="form-control-static">
  501. <font style="color:red;">需要</font>
  502. </p>
  503. <p class="form-control-static">
  504. <font style="color:red;">不需要</font>
  505. </p>
  506. <p class="form-control-static">
  507. <font style="color:red;">请点击进行下一步</font>
  508. </p>
  509. </div>
  510. </div>-->
  511. <div class="form-group">
  512. <label class="col-sm-12 control-label" style="padding-left: 0;">选择相关证书以及时间年限</label>
  513. <div class="col-sm-12" style="padding-left: 0;margin-bottom: 15px;" id="zss">
  514. <!--<p class="form-control-static" style="min-height:20px;padding-top:5px;padding-bottom:0px;">
  515. <font>建筑一级证书</font> <font style="margin-left:15px;">3年</font>
  516. </p>
  517. <p class="form-control-static" style="min-height:20px;padding-top:5px;padding-bottom:0px;">
  518. <font>建筑一级证书</font> <font style="margin-left:15px;">3年</font>
  519. </p>-->
  520. </div>
  521. <input type="hidden" id="zhengshu_val" name="zhengshu_val" value="" />
  522. </div>
  523. <!--<label class="sr-only" for="form-google-plus">Google plus</label>
  524. <input type="text" name="form-google-plus" placeholder="Google plus..." class="form-google-plus form-control" id="form-google-plus">-->
  525. <!--<div class="form-group radio-box">
  526. <label class="radio-inline">
  527. <input type="radio" class="form-control-radio" name="inlineRadioOptions2" id="inlineRadio12" value="option1" checked> 有
  528. </label>
  529. <label class="radio-inline">
  530. <input type="radio" class="form-control-radio" name="inlineRadioOptions2" id="inlineRadio22" value="option2"> 无
  531. </label>
  532. </div>-->
  533. <button type="button" class="btn btn-previous">上一步</button>
  534. <button type="button" class="btn btn-next" id="jumpBtn">下一步</button>
  535. </div>
  536. </fieldset>
  537. <?php
  538. /*
  539. * 姓名
  540. * 手机号码
  541. * 验证码
  542. * 获取结果-提交表单
  543. */
  544. ?>
  545. <fieldset>
  546. <div class="form-top">
  547. <div class="form-top-left">
  548. <h3>Step 4 / 5</h3>
  549. <p>安全验证:</p>
  550. </div>
  551. <div class="form-top-right">
  552. <i class="fa fa-twitter"></i>
  553. </div>
  554. </div>
  555. <div class="form-bottom">
  556. <div class="form-group">
  557. <input type="text" name="ch" value="" placeholder="请输入称呼" class="form-first-name form-control" id="per-name">
  558. </div>
  559. <div class="form-group">
  560. <input type="text" name="sjhm" value="" placeholder="请输入手机号码" class="form-first-name form-control" id="per-phone">
  561. </div>
  562. <div class="form-group" style="position:relative;">
  563. <input type="text" name="yzm" value="" placeholder="请输入验证码" class="form-first-name form-control" id="per-code" style="width:60%;">
  564. <button type="button" class="btn btn-default get-code get-code-hover email-retrieve-code" id="retrieve-code" style="width: 38%;position:absolute;right: 0;top: 0;background-color:#19b9e7 !important;padding: 0 7px;">获取验证码</button>
  565. </div>
  566. <input type="hidden" name="__mobile_1_token__" value="" id="token" />
  567. <button type="button" class="btn btn-previous">上一步</button>
  568. <button type="submit" class="btn">获取结果</button>
  569. </div>
  570. </fieldset>
  571. {/eyou:if}
  572. </form>
  573. </div>
  574. </div>
  575. </div>
  576. </div>
  577. </div>
  578. <div class="col-sm-6 col-sm-offset-3 form-box" id="sele-box" style="padding-top:0;padding-bottom: 50px;text-align: left;margin-top:-60px;">
  579. <form class="form-inline">
  580. <div class="form-group" style="text-align: left;">
  581. <label for="exampleInputFile" style="color: #fff;">如果您提交过资料信息:</label>
  582. <label class="sr-only" for="form-first-name">请输入手机号码</label>
  583. <input type="text" name="p" placeholder="请输入手机号码" class="form-first-name form-control" id="ffnp" value="<?php echo $param['p']?$param['p']:$detail['sjhm']; ?>">
  584. <input type="hidden" name="t" value="" id="times"/>
  585. </div>
  586. <div class="form-group" style="position:relative;">
  587. <input type="text" name="cxyzm" value="" placeholder="请输入验证码" class="form-first-name form-control" id="cx-code" style="width:60%;">
  588. <button type="button" class="btn btn-default get-code get-code-hover email-retrieve-code" id="cx-rel-code" style="width: 38%;position:absolute;right: 0;top: 0;background-color:#19b9e7 !important;padding: 0 7px;">获取验证码</button>
  589. </div>
  590. <button type="submit" id="cx-submit" class="btn btn-default btn-sm" onclick="return false;">立即查询</button>
  591. </form>
  592. </div>
  593. <style>
  594. @media (min-width: 768px){
  595. #sele-box{
  596. text-align: center !important;
  597. margin-top:-100px !important;
  598. padding-bottom: 70px !important;
  599. }
  600. }
  601. </style>
  602. <!-- 加载状态 -->
  603. <div class="modal" id="loadingModal" tabindex="-1">
  604. <div class="modal-dialog">
  605. <div class="modal-content">
  606. <div class="modal-body text-center">
  607. <div class="spinner-border text-primary" role="status">
  608. <span class="visually-hidden">Loading...</span>
  609. </div>
  610. <!-- <p>Loading...</p>-->
  611. </div>
  612. </div>
  613. </div>
  614. </div>
  615. <div class="modal fade" tabindex="-1" role="dialog" id="myModal">
  616. <div class="modal-dialog" role="document">
  617. <div class="modal-content">
  618. <div class="modal-header" style="padding: 8px;">
  619. <button type="button" class="close" data-dismiss="modal" aria-label="Close" style="font-size: 24px;"><span aria-hidden="true">&times;</span></button>
  620. <h4 class="modal-title">提示</h4>
  621. </div>
  622. <div class="modal-body">
  623. <p>One fine body&hellip;</p>
  624. </div>
  625. <div class="modal-footer">
  626. <button type="button" class="btn btn-default" data-dismiss="modal" style="height: 30px;line-height: 30px;">关闭</button>
  627. <!--<button type="button" class="btn btn-primary">Save changes</button>-->
  628. </div>
  629. </div><!-- /.modal-content -->
  630. </div><!-- /.modal-dialog -->
  631. </div><!-- /.modal -->