简介大方的登录界面

html 代码:




   
    欢迎您,请先登录
   
   




   


   

       

           
       

       

           

               

登陆


               

                   

                        用户名:
                   

                   

                        密   码:
                   

                   

                       
                       
                   

               

           

       

   






CSS代码:

@CHARSET "UTF-8";
*{
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    font-size: 12px;
}
body{
    background-color: #f5f5f5;
}
.all{
    background-color: #f5f5f5;
}
.box{
    width: 390px;
    height: 430px;
    border: solid 1px #ddd;
    background: #f5f5f5;
    position: absolute;
    left: 50%;
    top:42%;
    margin-left: -195px;
    margin-top: -160px;
    text-align: center;
}
.box h2{
    font-weight: normal;
    color:#666;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    border-bottom: solid 1px #ddd;
    background: #f7f7f7;
}
.input_box{
    width:350px;
    padding-bottom: 15px;
    margin: 0 auto;
    overflow: hidden;
}
.font-set{
    font-family: 微软雅黑;
    font-size: 12px;
    color: #0178a4;
}
.input_box input{
    padding:10px 25px 10px 10px;
    width:40%;
    border:1px solid #79acff;
    text-align:left;
    outline:none;
    font-size:12px;
    /*background:url(../images/person.png) no-repeat 440px 10px;*/
    margin-top:4%;
    font-weight: bold;
    font-family: 'Muli', sans-serif;
    /*-- W3Layouts --*/
    border-radius: 4px;
    color: rgba(101, 101, 101, 0.61);
}
.input_box input[type="submit"]{
    position: absolute;
    bottom: 70px;
    height: 44px;
    width: 67px;
    right: 150px;
    font-family: 微软雅黑;
    color: #656565;
}
.input_box input[type="button"]{
    position: absolute;
    bottom: 70px;
    height: 44px;
    width: 67px;
    right: 80px;
    font-family: 微软雅黑;
    color: #656565;
    font-weight: bold;
}
.header{
    height: 60px;
    width: 100%;
    background-color: #f5f5f5;
}
.header img{
    margin-left: 100px ;
    margin-top: 10px;
    width: 115px;
    height: 64px;
}
.main{
    margin-top: 30px;
    float: left;
    height: 470px;
    width: 100%;
    background-color: #fd7a72;
}
.footer{
    float: left;
    height: 125px;
    width: 100%;
}
.bodys{
    position: relative;
    width: 974px;
    height: 445px;
    margin-left: 187px;
    margin-top: 0px;
}
.core{
    height: 416.5px;
    width: 572px;
    background-color: #f7f7f7;
    margin-left: 0px;
    margin-top: 0px;
}
.right{
    position: absolute;
    width: 390px;
    height: 420px;
    /*background-color: #f79926;*/
    top:1px;
    right: 1px;
}


你可能感兴趣的:(简介大方的登录界面)