网页设计第二次课后练习(bootstrap完整网页设计)

网页的完善

<!DOCTYPE html>
<html lang="en">
 
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        body {
            font-family: Arial, Helvetica, sans-serif;
        }
 
        h2 {
            color: rgb(93, 166, 226);
            text-align: left;
        }
 
        .button {
            background-color: rgb(93, 166, 226);
            width: 100px;
            height: 40px;
        }
 
        .button1 {
            background-color: rgb(93, 166, 226);
            width: 100px;
            height: 40px;
        }
 
        .button2 {
            background-color: rgb(93, 166, 226);
            width: 100px;
            height: 40px;
        }
 
        .button3 {
            color: gold;
            border: none;
            background-color: white;
            font-size: larger;
            font-weight: 1000;
        }
 
        .button4 {
            color: gold;
            border: none;
            background-color: white;
            font-size: larger;
            font-weight: 1000;
        }
 
        table {
            width: 1200px;
            height: 500px;
        }
 
        #first {
            background-color: rgba(241, 237, 237, 0.883);
        }
    </style>
</head>
 
<body>
 
    <h2>员工管理</h2>
 
    <br>
    <form>
        姓名&nbsp;&nbsp;&nbsp; <input type="text"
            placeholder="请输入员工姓名">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        性别&nbsp;&nbsp;&nbsp;
        <form action="sex" method="get">
            <input list="browsers" name="browser">
            <datalist id="browsers">
                <option value="男">
                <option value="女">
            </datalist>
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;入职时间&nbsp;从&nbsp;&nbsp;<input type="date"
                name="starttime">&nbsp;到&nbsp;<input type="date" name="endtype">
            &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <button class="button">查询</button>
        </form>
        <br>
        <br>
        <form id="button0">
            <button class="button1">+新增员工</button>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <button class="button2">-批量删除</button>
        </form>
        <br>
        <br>
        <form>
            <table>
                <tr id="first">
                    <th>
                        <input type="checkbox">
                    </th>
                    <th>姓名</th>
                    <th>图像</th>
                    <th>性别</th>
                    <th>职位</th>
                    <th>入职日期</th>
                    <th>最后操作时间</th>
                    <th>操作</th>
                </tr>
                <tr>
                    <th>
                        <input type="checkbox">
                    </th>
                    <th>邓子叶</th>
                    <th>
                        <img src="素材/img/QQ图片20231117160902.png" width="50px">
                    </th>
                    <th>女</th>
                    <th>班主任</th>
                    <th>2008-12-18</th>
                    <th>2015-12-14 12:14:56</th>
                    <th>
                        <button class="button3">编辑</button>&nbsp;&nbsp;&nbsp;&nbsp;
                        <button class="button4">删除</button>
                    </th>
                </tr>
                <tr>
                    <th>
                        <input type="checkbox">
                    </th>
                    <th>邓子叶</th>
                    <th>
                        <img src="素材/img/QQ图片20231117160902.png" width="50px">
                    </th>
                    <th>女</th>
                    <th>班主任</th>
                    <th>2008-12-18</th>
                    <th>2015-12-14 12:14:56</th>
                    <th>
                        <button class="button3">编辑</button>&nbsp;&nbsp;&nbsp;&nbsp;
                        <button class="button4">删除</button>
                    </th>
                </tr>
                <tr>
                    <th>
                        <input type="checkbox">
                    </th>
                    <th>邓子叶</th>
                    <th>
                        <img src="素材/img/QQ图片20231117160902.png" width="50px">
                    </th>
                    <th>女</th>
                    <th>班主任</th>
                    <th>2008-12-18</th>
                    <th>2015-12-14 12:14:56</th>
                    <th>
                        <button class="button3">编辑</button>&nbsp;&nbsp;&nbsp;&nbsp;
                        <button class="button4">删除</button>
                    </th>
                </tr>
                <tr>
                    <th>
                        <input type="checkbox">
                    </th>
                    <th>邓子叶</th>
                    <th>
                        <img src="素材/img/QQ图片20231117160902.png" width="50px">
                    </th>
                    <th>女</th>
                    <th>班主任</th>
                    <th>2008-12-18</th>
                    <th>2015-12-14 12:14:56</th>
                    <th>
                        <button class="button3">编辑</button>&nbsp;&nbsp;&nbsp;&nbsp;
                        <button class="button4">删除</button>
                    </th>
                </tr>
                <tr>
                    <th>
                        <input type="checkbox">
                    </th>
                    <th>邓子叶</th>
                    <th>
                        <img src="素材/img/QQ图片20231117160902.png" width="50px">
                    </th>
                    <th>女</th>
                    <th>班主任</th>
                    <th>2008-12-18</th>
                    <th>2015-12-14 12:14:56</th>
                    <th>
                        <button class="button3">编辑</button>&nbsp;&nbsp;&nbsp;&nbsp;
                        <button class="button4">删除</button>
                    </th>
                </tr>
                <tr>
                    <th>
                        <input type="checkbox">
                    </th>
                    <th>邓子叶</th>
                    <th>
                        <img src="素材/img/QQ图片20231117160902.png" width="50px">
                    </th>
                    <th>女</th>
                    <th>班主任</th>
                    <th>2008-12-18</th>
                    <th>2015-12-14 12:14:56</th>
                    <th>
                        <button class="button3">编辑</button>&nbsp;&nbsp;&nbsp;&nbsp;
                        <button class="button4">删除</button>
                    </th>
                </tr>
                <tr>
                    <th>
                        <input type="checkbox">
                    </th>
                    <th>邓子叶</th>
                    <th>
                        <img src="素材/img/QQ图片20231117160902.png" width="50px">
                    </th>
                    <th>女</th>
                    <th>班主任</th>
                    <th>2008-12-18</th>
                    <th>2015-12-14 12:14:56</th>
                    <th>
                        <button class="button3">编辑</button>&nbsp;&nbsp;&nbsp;&nbsp;
                        <button class="button4">删除</button>
                    </th>
                </tr>
                <tr>
                    <th>
                        <input type="checkbox">
                    </th>
                    <th>邓子叶</th>
                    <th>
                        <img src="素材/img/QQ图片20231117160902.png" width="50px">
                    </th>
                    <th>女</th>
                    <th>班主任</th>
                    <th>2008-12-18</th>
                    <th>2015-12-14 12:14:56</th>
                    <th>
                        <button class="button3">编辑</button>&nbsp;&nbsp;&nbsp;&nbsp;
                        <button class="button4">删除</button>
                    </th>
                </tr>
                <tr>
                    <th>
                        <input type="checkbox">
                    </th>
                    <th>邓子叶</th>
                    <th>
                        <img src="素材/img/QQ图片20231117160902.png" width="50px">
                    </th>
                    <th>女</th>
                    <th>班主任</th>
                    <th>2008-12-18</th>
                    <th>2015-12-14 12:14:56</th>
                    <th>
                        <button class="button3">编辑</button>&nbsp;&nbsp;&nbsp;&nbsp;
                        <button class="button4">删除</button>
                    </th>
                </tr>
                <tr>
                    <th>
                        <input type="checkbox">
                    </th>
                    <th>邓子叶</th>
                    <th>
                        <img src="素材/img/QQ图片20231117160902.png" width="50px">
                    </th>
                    <th>女</th>
                    <th>班主任</th>
                    <th>2008-12-18</th>
                    <th>2015-12-14 12:14:56</th>
                    <th>
                        <button class="button3">编辑</button>&nbsp;&nbsp;&nbsp;&nbsp;
                        <button class="button4">删除</button>
                    </th>
                </tr>
 
 
            </table>
 
        </form>
    </form>
 
</body>
 
</html>

           

     

  • 10
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值