|
@@ -681,22 +681,58 @@
|
681
|
681
|
</div>
|
682
|
682
|
|
683
|
683
|
</div>
|
|
684
|
+
|
|
685
|
+{eyou:if condition='($is_mobile === false)'}
|
|
686
|
+
|
|
687
|
+<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;">
|
|
688
|
+ <form class="form-inline" style="width:700px;">
|
|
689
|
+ <div class="form-group" style="float: left;width: 100%;height: 20px;margin-bottom:5px;text-align: left;">
|
|
690
|
+ <label for="exampleInputFile" style="color: #fff;">如果您提交过资料信息:</label>
|
|
691
|
+ </div>
|
|
692
|
+ <div class="form-group" style="text-align: left;width: 100%;float: left;width: 100%;margin-bottom:5px;text-align: center;">
|
|
693
|
+ <label class="sr-only" for="form-first-name">请输入手机号码</label>
|
|
694
|
+ <input type="text" name="p" placeholder="请输入手机号码" class="form-first-name form-control" id="ffnp" value="<?php echo $param['p']?$param['p']:$detail['sjhm']; ?>" style="width: 250px;float: left;">
|
|
695
|
+ <input type="hidden" name="t" value="" id="times"/>
|
|
696
|
+ <input type="text" name="cxyzm" value="" placeholder="请输入验证码" class="form-first-name form-control" id="cx-code" style="width: 150px;float: left;margin-left:5px;">
|
|
697
|
+ <button type="button" class="btn btn-default get-code get-code-hover email-retrieve-code" id="cx-rel-code" style="background-color:#19b9e7 !important;padding: 0 7px;width: 100px;float: left;">获取验证码</button>
|
|
698
|
+ <button type="submit" id="cx-submit" class="btn btn-default btn-sm" onclick="return false;" style="float: left;margin-left: 5px;">立即查询</button>
|
|
699
|
+ </div>
|
|
700
|
+ <div class="form-group" style="position:relative;float: left;width: 100%;height: 50px;margin-bottom:5px;text-align: center;">
|
|
701
|
+
|
|
702
|
+ </div>
|
|
703
|
+ <div class="form-group" style="float: left;width: 100%;height: 50px;margin-bottom:5px;">
|
|
704
|
+
|
|
705
|
+ </div>
|
|
706
|
+ <div class="clear"></div>
|
|
707
|
+ </form>
|
|
708
|
+</div>
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+{eyou:else /}
|
|
712
|
+
|
684
|
713
|
<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;">
|
685
|
714
|
<form class="form-inline">
|
686
|
|
- <div class="form-group" style="text-align: left;">
|
|
715
|
+ <div class="form-group" style="text-align: left;width: 100%;float: left;width: 100%;margin-bottom:5px;">
|
687
|
716
|
<label for="exampleInputFile" style="color: #fff;">如果您提交过资料信息:</label>
|
688
|
717
|
<label class="sr-only" for="form-first-name">请输入手机号码</label>
|
689
|
718
|
<input type="text" name="p" placeholder="请输入手机号码" class="form-first-name form-control" id="ffnp" value="<?php echo $param['p']?$param['p']:$detail['sjhm']; ?>">
|
690
|
719
|
<input type="hidden" name="t" value="" id="times"/>
|
691
|
720
|
</div>
|
692
|
|
- <div class="form-group" style="position:relative;">
|
693
|
|
- <input type="text" name="cxyzm" value="" placeholder="请输入验证码" class="form-first-name form-control" id="cx-code" style="width:60%;">
|
694
|
|
- <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>
|
|
721
|
+ <div class="form-group" style="position:relative;float: left;width: 100%;height: 50px;margin-bottom:5px;">
|
|
722
|
+ <input type="text" name="cxyzm" value="" placeholder="请输入验证码" class="form-first-name form-control" id="cx-code" style="position:absolute;left:0;width: 64%;">
|
|
723
|
+ <button type="button" class="btn btn-default get-code get-code-hover email-retrieve-code" id="cx-rel-code" style="background-color:#19b9e7 !important;padding: 0 7px;position:absolute;right:0;width: 36%;">获取验证码</button>
|
695
|
724
|
</div>
|
696
|
|
- <button type="submit" id="cx-submit" class="btn btn-default btn-sm" onclick="return false;">立即查询</button>
|
|
725
|
+ <div class="form-group" style="float: left;width: 100%;height: 50px;margin-bottom:5px;">
|
|
726
|
+ <button type="submit" id="cx-submit" class="btn btn-default btn-sm" onclick="return false;">立即查询</button>
|
|
727
|
+ </div>
|
|
728
|
+ <div class="clear"></div>
|
697
|
729
|
</form>
|
698
|
730
|
</div>
|
699
|
731
|
|
|
732
|
+
|
|
733
|
+{/eyou:if}
|
|
734
|
+
|
|
735
|
+
|
700
|
736
|
<style>
|
701
|
737
|
@media (min-width: 768px){
|
702
|
738
|
#sele-box{
|