<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" type="text/css" href="css/test9.css"></link> </head> <body> <form> <table width="1000px" align="center" class="tab" border="1px"> <tr> <th>所属部门</th> <th>序号</th> <th>姓名</th> <th style="color: #81BEF7;">基本工资</th> <th style="color: #81BEF7;">提成工资</th> <th style="color: #81BEF7;">绩效工资</th> <th style="color: #81BEF7;">伙食补贴</th> <th style="color: #81BEF7;">工龄补贴</th> <th style="color: #81BEF7;">交电补贴</th> <th style="color: #81BEF7;">岗位津贴</th> <th style="color: #81BEF7;">全勤奖</th> <th>出勤天数</th> <th>迟到</th> <th>事假</th> <th>旷工</th> <th style="color: red;">社保</th> <th style="color: red;">个人所得税</th> <th>其他</th> <th>备注</th> <th>  </th> <th>应发工资</th> <th>实发工资</th> </tr> <tr> <td> <select> <option selected="selected">请选择</option> <option>上沙河</option> <option>幸福路测绘局</option> <option>青年路国土</option> <option>人大秘书处</option> <option>兵团档案局</option> <option>米东区农牧局</option> </select> </td> <td><input type="text" size="3"/> </td> <td><input type="text" size="5"/> </td> <td><input type="text" size="6"/> </td> <td><input type="text" size="6"/> </td> <td><input type="text" /> </td> <td><input type="text" /> </td> <td><input type="text" /> </td> <td><input type="text" /> </td> <td><input type="text" /> </td> <td><input type="text" /> </td> <td><input type="text" /> </td> <td><input type="text" /> </td> <td><input type="text" /> </td> <td><input type="text" /> </td> <td><input type="text" /> </td> <td><input type="text" /> </td> <td><input type="text" /> </td> <td><input type="text" /> </td> <th>  </th> <td><input type="text" /> </td> <td><input type="text" /> </td> </tr> </table> </form> </body> </html>