day2 作业


<!DOCTYPE html>
<html>
   <head>
       <meta charset="UTF-8">
       <title></title>
       <style type="text/css">
           *{
               margin: 0;padding: 0;
           }
           
           
           
           
          .c1{
               width:1000px;
               height:600px;
               background: greenyellow url(http://pic8.nipic.com/20100707/4961336_181029560654_2.jpg);
               
           
           }
           .c2{
               width: 400px;
               height:300px;
               background: white;
               float: left;
               margin:150px 300px;
               
           }
           #2{
               padding: 10;
           }
           .c3 font{
               margin: 20px;
           }
           .c4 font{
               margin: 30px;
           }
           
           .c5 font{
               margin: 20px;
               
           }
           #1{
               width: 20px;
               height: 30px;
               margin: 20px;
           }
           
           .c6{
               margin:20px 150px;
               border-color: green;
               width:60px ;
               height: 30px;
           }
           
       </style>
   </head>
   <body>
       <div id="" class="c2">
           <div>小a陪诊</div>
           <div id=''>
               <p style="background-color: green; height: 30px;">登陆</p>    
           </div>
           
           <form action="" method="get">
           <div class='c3'><br />
               <font>用户名:</font>
               <input  type="text" name="用户名" id="" value="" placeholder="请输入用户名" /><br /><br />
           </div>
           
           <div id="" class="c4">
               <font>密码:</font>
               <input type="password" name="密码" id="" value="" placeholder="密码" /><br /><br />
           </div>
           
           <div class="c5">
               <font>验证码:</font>
               <input type="text" name="验证码" id="1" value="" placeholder="请输入验证码"/>    
           </div>
           
           <div>
               <input class="c6" type="submit" value="登陆"/>
           </div>
           </form>
       </div>  
       <div  id="" class='c1'>
       
           
       </div>
               
   </body>
</html>
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容