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>
  • 相关阅读:
    卷积,特征图,转置卷积和空洞卷积的计算细节
    keras中的shape/input_shape
    用”人话”解释CNN —— 对单个特征图进行视觉化
    MINST手写数字识别(三)—— 使用antirectifier替换ReLU激活函数
    MINST手写数字识别(二)—— 卷积神经网络(CNN)
    [LeetCode] Sqrt(x)
    [LeetCode] Text Justification
    [LeetCode] Valid Number
    [LeetCode] Minimum Path Sum
    [LeetCode] Unique Paths II
  • 原文地址:https://www.cnblogs.com/ssC2H4/p/8857815.html
Copyright © 2011-2022 走看看