登录界面的美化

 

<html>

  <head>

  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

      <title>实验</title>

      <style type="text/css">

         *{margin:0;padding:0;}/*去掉页面样式*/

         body{color:white;}

        .content{

             background-color:pink;

             position:absolute;/*绝对定位*/

             top:50%;

             left:0;

            width:100%;

            height:400px;

            margin-top:-200px;

             overflow:hidden;/*隐藏滚动条*/

         }

        .main{

            text-align:center;/*文本居中*/

             max-width:600px;

             height:400px;

             padding:100px 0px;/*上下80px,左右为0*/

             /*background:yellow;*//*验证div的位置*/

             margin:0 auto;/*设置上右下左,居中显示*/

         }

         .main h1{

             font-family:"楷体";/*设置字体*/

             font-size:70px;/*设置字体大小*/

             font-weight:2px;/*调整字体粗细*/

         }

         form{

             padding:20px 0;

         }

         form input{

             border:1px solid white;

             display:block;

             margin:0px auto 10px auto;/*上 右  下 左*/

             padding:10px;

             width:220px;

             border-radius:30px;/*H5设置圆角边框*/

             font-size:18px;

             font-weight:300;

             text-align:center;

         }

        form input:hover{

             background-color:pink;

         }

         form button{

             background-color:yellow;

            border-radius:10px;

             border:0;

             height:30px;

             width:50px;

            padding:5px 10px;

         }

        form button:hover{

             background-color:red;

       }

    </style>

 </head>

 <body>

 <div class="content">    

     <div class="main">

        <h1>Welcome</h1>

         <form>

            <input type="text" name="useid" placeholder="请输入账号"/>

            <input type="password" name="pw" placeholder="请输入密码">

             <button type="submit">登  录</button>

         </form>

     </div>

 </div>    

     

 </body>

 </html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值