108 lines
1.6 KiB
CSS
108 lines
1.6 KiB
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
background: #f0f0f0;
|
|
}
|
|
|
|
.all {
|
|
background-image: url('../Images/login/bg.jpg');
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
#main {
|
|
margin: 0 auto;
|
|
width: 998px;
|
|
height: 357px;
|
|
background-image: url('../Images/login/bg.jpg');
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.top {
|
|
height: 73px;
|
|
margin-left: 120px;
|
|
padding-top: 86px;
|
|
}
|
|
|
|
#login_form {
|
|
width: 446px;
|
|
height: 198px;
|
|
float: right;
|
|
background-image: url('../Images/login/login_form.jpg');
|
|
background-repeat: no-repeat;
|
|
margin-right: 125px;
|
|
}
|
|
|
|
.denglu {
|
|
margin: 15px auto 20px auto;
|
|
width: 180px;
|
|
height: 28px;
|
|
clear: both;
|
|
background-image: url('../Images/login/denglu.gif');
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.loginforml {
|
|
height: 33px;
|
|
width: 280px;
|
|
color: #666666;
|
|
clear: both;
|
|
margin: 0px auto 0px auto;
|
|
}
|
|
|
|
.input_h23 {
|
|
padding-top: 3px;
|
|
border: 1px solid #3357a3;
|
|
height: 20px;
|
|
}
|
|
|
|
.input209 {
|
|
width: 200px;
|
|
}
|
|
|
|
.input62 {
|
|
width: 52px;
|
|
}
|
|
|
|
.input_h23:focus {
|
|
border: 1px solid #3f6ccc;
|
|
}
|
|
|
|
#valcode {
|
|
cursor: pointer;
|
|
height: 23px;
|
|
width: 60px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.sub {
|
|
cursor: pointer;
|
|
width: 69px;
|
|
height: 22px;
|
|
background-image: url('../Images/login/loginbtn.jpg');
|
|
background-repeat: no-repeat;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: none;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
|
|
.b {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.copy {
|
|
color: #ababab;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.copy a {
|
|
color: #ababab;
|
|
font-size: 12px;
|
|
}
|