zoukankan      html  css  js  c++  java
  • 20180416

    <!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>&nbsp&nbsp</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>&nbsp&nbsp</th>
                        <td><input type="text" /> </td>
                        <td><input type="text" /> </td>
    
                    </tr>
                </table>
    
            </form>
    
        </body>
    
    </html>
  • 相关阅读:
    实现Vector对象的序列化的例子
    BigDecimal
    java.io.Serializable引发的问题——什么是序列化?在什么情况下将类序列化?
    删除表中重复记录的方法
    使用PreparedStatement为不同的数据库编写可移植的数据库存取方法
    hsqldb介绍
    ant管理项目
    在jsp中点击按钮,在bean中把已经查出的数据,生成csv文件,然后在ie中自动打开
    用JAVA操作日期类型
    ORACLE默认用户的问题?
  • 原文地址:https://www.cnblogs.com/ssC2H4/p/8857815.html
Copyright © 2011-2022 走看看