简简单单的input表单登录样式

 

 Document

 

  body{

   background: #52B1FD;

  }

  .cen{ 

   width: 400px;

   height: 400px;

   background: #E6E6E6;

      margin: 150px auto;

      border-radius:20px;

   }

  .logo{

   margin: 0 auto; 

   width:160px;

   height:100px;

   }

  .fro{

   width: 200px;

   height: 200px;

   margin: 50px auto;


  } 

  input{

   width: 150px;

   height: 30px;

   margin: 10px;

  }

  button{

   margin: 0;

   padding: 0;

   border: 1px solid transparent;  

   outline: none; 

   box-shadow:2px 2px 5px #888888;


  }

 

 

   

        

   

    

    

     

      用户名: 

      密    码:

      提交

     

    

 

 

你可能感兴趣的:(简简单单的input表单登录样式)