| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <div class="content-div" ssFith="true">
- <table class="form">
- <tr>
- <th rowspan="2" style="width:160px;">相片</th>
- <td rowspan="2">
- <input name="zjzwj" placeholder="default-photo.png" class="id-photo"/>
- <input name="yszwj" placeholder="default-personalPhoto.png" class="life-photo"/>
- </td>
- <th style="width:160px;">姓名</th>
- <td><input name="xm" width="108px"/></td>
- </tr>
- <tr>
- <th>性别</th>
- <td><input name="xbm" width="90px"/></td>
- </tr>
- <tr>
- <th>民族</th>
- <td colspan="3"><input name="mzm" width="117px"/></td>
- </tr>
- <tr>
- <th>学号</th>
- <td><input name="ryh" width="117px"/></td>
- <th>班级</th>
- <td><input name="bjid" width="117px"/></td>
- </tr>
- <tr>
- <th>消费余额</th>
- <td><input name="xfye" width="117px"/></td>
- <th>就读方式</th>
- <td><input name="jdfsm" width="117px"/></td>
- </tr>
- <tr>
- <th>是否坐校车</th>
- <td><input name="sfzxc" width="117px"/></td>
- <th>是否晚自修</th>
- <td><input name="sfwzx" width="117px"/></td>
- </tr>
- </table>
- </div>
|