xy_inp.ss.jsp 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <div class="content-div" ssFith="true">
  2. <table class="form">
  3. <tr>
  4. <th rowspan="4" style="width:160px;">相片</th>
  5. <td rowspan="4" style="width:260px;">
  6. <input name="zjzwj" placeholder="default-photo.png" class="photo"/>
  7. <input name="yszwj" style="margin-top:42px; margin-left:13px;" placeholder="default-personalPhoto.png" class="personalPhoto 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><input name="mzm" width="117px"/></td>
  19. </tr>
  20. <tr>
  21. <th>家庭困难程度</th>
  22. <td><input name="kncdm" width="102px"/></td>
  23. </tr>
  24. <tr>
  25. <th>健康状况</th>
  26. <td><input name="jkzkm" width="90px"/></td>
  27. <th>血型</th>
  28. <td><input name="xuexm" width="90px"/></td>
  29. </tr>
  30. <tr>
  31. <th>健康说明</th>
  32. <td colspan="3"><input name="jksm" width="167px" class="input-text"/></td>
  33. </tr>
  34. <tr>
  35. <th>紧急联系人姓名</th>
  36. <td><input name="jjlxrxm" width="167px"/></td>
  37. <th>紧急联系人电话</th>
  38. <td><input name="jjlxrdh" width="167px"/></td>
  39. </tr>
  40. </table>
  41. </div>