|  | @@ -286,13 +286,19 @@
 | 
	
		
			
				|  |  |                                                  <td>
 | 
	
		
			
				|  |  |                                                      <div class="rowGroup">
 | 
	
		
			
				|  |  |                                                          <label class="control-label spacing td-label"><span style="color: red">*</span>工作简历</label>
 | 
	
		
			
				|  |  | -                                                        <textarea class="form-control" id="experience" name="experience" style="border: none" placeholder="填写工作简历">{$row.experience}</textarea>
 | 
	
		
			
				|  |  | +                                                        <textarea rows="5" class="form-control" id="experience" name="experience" style="border: none" placeholder="请严格按如下格式填写:
 | 
	
		
			
				|  |  | +2000.07-2005.03 xxxx有限公司 (私营企业) 总务科 后勤
 | 
	
		
			
				|  |  | +2005.03-2010.09 xx市xx单位 (事业单位) 非编 经办
 | 
	
		
			
				|  |  | +2010.09-2013.08 待业
 | 
	
		
			
				|  |  | +2013.08-至今 xx省xx单位 (参公事业单位) 在编 科员">{$row.experience}</textarea>
 | 
	
		
			
				|  |  |                                                      </div>
 | 
	
		
			
				|  |  |                                                  </td>
 | 
	
		
			
				|  |  |                                                  <td>
 | 
	
		
			
				|  |  |                                                      <div class="rowGroup">
 | 
	
		
			
				|  |  |                                                          <label class=" control-label spacing td-label"><span style="color: red">*</span>教育背景</label>
 | 
	
		
			
				|  |  | -                                                        <textarea class="form-control" id="education" name="education" style="border: none" placeholder="填写教育背景">{$row.education}</textarea>
 | 
	
		
			
				|  |  | +                                                        <textarea rows="5" class="form-control" id="education" name="education" style="border: none" placeholder="请严格按如下格式填写:
 | 
	
		
			
				|  |  | +1993.09-1996.07 xx市xx中学 (高中) 学生
 | 
	
		
			
				|  |  | +1996.09-2000.07 xxxxx大学 (本科) xxxx专业 学生">{$row.education}</textarea>
 | 
	
		
			
				|  |  |                                                      </div>
 | 
	
		
			
				|  |  |                                                  </td>
 | 
	
		
			
				|  |  |                                              </tr>
 |