具体代码如下:
body{
background: url(img/1.png) no-repeat;
background-position: 200px 200px;
}
*{
padding: 0;margin: 0;
}
.top{
width: 1600px;
height: 60px;
}
.footer{
width: 1600px;
height: 40px;
position: absolute;
bottom: 0px;
}
.all{
border:1px solid lightblue;
width: 335px;
height: 387px;
position: absolute;
top: 136px;
right: 341px;
}
.all .first .login,.all .first .pas{
width:167px;
height: 50px;
text-align: center;
line-height: 50px;
display: block;
float: left;
background-color: lightblue;
font-family: "微软雅黑";
color: gray;
}
.all .second .number{
width: 284px;
height: 35px;
margin-top: 33px;
margin-left: 17px;
}
.all .second .password{
width: 284px;
height: 35px;
margin-top: 15px;
margin-left: 17px;
}
.all .second .ok{
width: 284px;
height: 40px;
margin-top: 17px;
margin-left: 17px;
border: 0;
background-color: cornflowerblue;
font-size:larger;
color: white;
font-family: "微软雅黑";
}
.all .first{
width: 335px;
height:52px;
}
.all .second{
width: 332px;
height:290px;
}
.all .third{
width: 222px;
height:45px;
line-height: 45px;
padding-left: 110px;
}
.all .first .login:hover{
color:black;
}
.all .first .pas:hover{
color:black;
}
.all .second .bnext{
width: 20px;
height: 20px;
margin-top: 10px;
margin-left: 17px;
}
.all .second .tnext{
display: block;
width: 100px;
height: 15px;
margin-left: 45px;
margin-top: -22px;
font-size: small;
}
.all .third span{
font-size:smaller;
color: blue;
font-family: "微软雅黑";
}
快速登录
账号密码登录
下次自动登录
忘了密码?|
注册新账户|
意见反馈
效果图如下: