员工信息登记表

<style>
        body{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .Div{
            border: 2px solid blue;
            width: 700px;
            height:400px;
            background-color: pink;
            padding-left: 40px;
        }
        h2{
            text-align: center;
        }
        input{
            border: 1px solid blue;
            height: 20px;
            width: 200px;
            margin: 2px;
        }
        input.bg{
            background-color: #efefef;
            margin-right: 60px;
        }
        .Lcolor{
            background-color: #efefef;
            width: 100px;
        }
        .divBtn{
            padding: 15px 0 0 95px;
        }
        .divBtn input{
            width: 100px;
        }
    </style>```
```markup
<body>
<div class="Div">
    <h2><b>员工信息登记表</b></h2>
    用户登录名:<input type="text" value="wcz@163.com" class="bg"><br>
    真实姓名 :&nbsp;&nbsp;<input type="text" value="王传智">( 必填,只能输入汉字)<br>
    真实年龄 :&nbsp;&nbsp;<input type="text" value="24" >( 必填 )<br>
    出生日期 :&nbsp;&nbsp;<input type="text" value="  /年  /月  /日" >( 必填 )<br>
    电子邮箱 :&nbsp;&nbsp;<input type="text" value="123456@qq.com" >( 必填 )<br>`在这里插入代码片`
    身份证号 :&nbsp;&nbsp;<input type="text">( 必填,能够以数字、字母X结尾的短身份证号)<br>
    手机号码 :&nbsp;&nbsp;<input type="text" >( 必填 )<br>
    幸运颜色 :&nbsp;&nbsp;<input type="color" class="Lcolor" >( 请选择你喜欢的颜色 )<br>
    
<div class="divBtn">
        <input type="submit" value="提交" class="bg">
        <input type="reset" value="重置" class="bg">
    </div>
</div>
</body>```
![在这里插入图片描述](https://img-blog.csdnimg.cn/20200304221318122.jpeg?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L1FJSklBTzExMTY=,size_16,color_FFFFFF,t_70)
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值