xy_baseInfo.ss.jsp 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <div class="content-div" ssFith="true">
  2. <table class="form">
  3. <tr>
  4. <th rowspan="2" style="width:160px;">相片</th>
  5. <td rowspan="2">
  6. <input name="zjzwj" placeholder="default-photo.png" class="id-photo"/>
  7. <input name="yszwj" placeholder="default-personalPhoto.png" class="life-photo"/>
  8. </td>
  9. <th style="width:160px;">姓名</th>
  10. <td><input name="xm" width="108px"/></td>
  11. </tr>
  12. <tr>
  13. <th>性别</th>
  14. <td><input name="xbm" width="90px"/></td>
  15. </tr>
  16. <tr>
  17. <th>民族</th>
  18. <td colspan="3"><input name="mzm" width="117px"/></td>
  19. </tr>
  20. <tr>
  21. <th>学号</th>
  22. <td><input name="ryh" width="117px"/></td>
  23. <th>班级</th>
  24. <td><input name="bjid" width="117px"/></td>
  25. </tr>
  26. <tr>
  27. <th>消费余额</th>
  28. <td><input name="xfye" width="117px"/></td>
  29. <th>就读方式</th>
  30. <td><input name="jdfsm" width="117px"/></td>
  31. </tr>
  32. <tr>
  33. <th>是否坐校车</th>
  34. <td><input name="sfzxc" width="117px"/></td>
  35. <th>是否晚自修</th>
  36. <td><input name="sfwzx" width="117px"/></td>
  37. </tr>
  38. </table>
  39. </div>