You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

185 lines
2.4 KiB

html{
width: 1200px;
}
#login {
min-height: 500px;
width: 100%;
}
#header {
height: 87px;
width: 100%;
}
#logo {
height: 87px;
width: 1200px;
margin-right: auto;
margin-left: auto;
}
#logo a:hover{
opacity: 0.5;
}
#footer {
}
#logo_img {
float: left;
margin-left:20px;
}
#login_logo_right {
float: left;
position: relative;
top: 20px;
color: #666;
font-size: 18px;
}
span{
margin:0 10px;
}
span a {
color: #666;
text-decoration: none;
transition:margin-right 1s;
}
span a:hover{
margin-right:20px;
}
#content_bg {
width:100%;
min-height: 444px;
}
#content {
min-height: 444px;
text-align:center;
position:relative;
}
#login_content {
background-color: #FFF;
height: 360px;
width: 300px;
position: absolute;
bottom: 45px;
left: 1050px;
padding:20px 0px;
}
.span_register {
font-size: 20px;
color: #000;
transition:margin-right 1s;
}
.span_register:hover{
border-bottom:2px solid #900;
color:#900;
margin-right:-20px;
}
.span_login {
font-size: 20px;
margin-right: 35px;
transition:margin-left 1s;
}
.span_login:hover{
margin-left:-20px;
border-bottom:2px solid #900;
}
#interactarea {
margin-top: 20px;
}
#img_login_wx {
}
#id{
width:250px;
height:35px;
line-height:35px;
border:1px solid #900;
color:#666;
padding-left:10px;
}
#id:hover{
border:1px solid #bfa9e7;
}
#pwd {
height: 35px;
width: 250px;
margin-top: 20px;
padding-left: 10px;
line-height:35px;
border:1px solid #900;
color:#666;
}
#pwd:hover{
border:1px solid #bfa9e7;
}
p {
font-size: 13px;
font-weight: bold;
text-align:left;
margin:20px;
}
p .forgetpwd a {
font-size:12px;
color: #900;
margin-left: 89px;
}
#login_btn {
font-size: 18px;
line-height: 18px;
color: #FFF;
background-color: #900;
height: 35px;
width: 250px;
border-radius:8px;
transition:background 1s;
}
#login_btn:hover{
background:#FFF;
color:#900;
}
h5 {
font-weight: normal;
margin-top: 20px;
}
#footer {
background-color: #f4f4f4;
height: 150px;
width: 1500px;
position: relative;
top: 20px;
}
#copyright {
height: 150px;
width: 1500px;
margin-right: auto;
margin-left: auto;
padding-top:25px;
}
.bqxx{
text-align:center;
font-size:14px;
color:#666;
}
.tab_btn{
border-bottom-color: white;
color: #333333;
}
.tab_div{
display: none;
}
.curr_btn{
border-bottom:2px solid #900 !important;
color:#900;
}
.curr_div{
display: block !important;
}
.error{
color: red;
}