|
@@ -15,7 +15,7 @@
|
|
|
<input type="text" name="nameman"/>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <label>男方身份证号:</label>
|
|
|
+ <label style="width: 91px">男方身份证号:</label>
|
|
|
<input type="text" name="certnumberman"/>
|
|
|
</li>
|
|
|
<li>
|
|
@@ -23,15 +23,13 @@
|
|
|
<input type="text" name="namewoman"/>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <label>女方身份号码:</label>
|
|
|
+ <label style="width: 91px">女方身份号码:</label>
|
|
|
<input type="text" name="certnumberwoman"/>
|
|
|
</li>
|
|
|
- <li>
|
|
|
- <label>授权码:</label>
|
|
|
- <input type="text" id="secretKey" name="secretKey"/>
|
|
|
- </li>
|
|
|
-
|
|
|
-
|
|
|
+ <!--<li>-->
|
|
|
+ <!--<label>授权码:</label>-->
|
|
|
+ <!--<input type="text" id="secretKey" name="secretKey"/>-->
|
|
|
+ <!--</li>-->
|
|
|
<li>
|
|
|
<a class="btn btn-primary btn-rounded btn-sm" onclick="$.table.search()"><i
|
|
|
class="fa fa-search"></i> 搜索</a>
|