input标签美化

预期样子:

美化前:

代码:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>登录注册页面</title>
    <style>
        *{
           margin: 0;
            padding: 0;
        }
        body{
            background-color: antiquewhite;

        }
        a{
            text-decoration: none;
        }
        .wrap{
            margin-left: 40%;
            margin-top: 10%;
        }
        p{
            margin-bottom: 10px;
        }
        

    </style>
</head>
<body>
    <div class="wrap">
        <form action="http://www.baidu.com" method="post">
            <p>
                <label for="user">用户名</label>
                <input type="text" name="userName" id="user" placeholder="请设置用户名">
            </p>
            <p>
                <lable for="phoneNumber">手机号</lable>
                <input type="text" name="phoneNumber" id="phoneNumber" placeholder="可用于登录和找回密码">
            </p>
            <p>
                <lable for="password">密&nbsp;&nbsp;&nbsp;&nbsp;码</lable>
                <input type="password" name="password" id="password" placeholder="请设置登录密码">
            </p>
            <p>
                <lable for="verificationCode">验证码</lable>
                <input type="text" name="verification" id="verificationCode" placeholder="请输入验证码">
                <input type="button" name="button" value="获取短信验证码">
            </p>
            <p>
                <input type="checkbox" value="">
                阅读并接受
                <a href="#">《百度用户协议》</a>
                及
                <a href="#">《百度隐私权保护声明》</a>
            </p>
            <P>
                <input type="button" value="注册" style="height:30px; width:50px;">
            </P>
        </form>
    </div>
</body>
</html>

美化后:

 

 

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值