@charset "utf-8";
|
/* CSS Document */
|
body {
|
height: 100%;
|
overflow-y: hidden;
|
}
|
/*登录界面样式*/
|
#main{
|
width:100%;
|
height:500px;
|
position:relative;
|
border:1px solid #fafafa;
|
background:url(../image/main_bg.png) no-repeat 30% 0;
|
background-color:#ccc;
|
}
|
#main_cont{
|
width:294px;
|
background-color:#FFF;
|
border:1px solid #CCC;
|
position:absolute;
|
left:70%;
|
margin-left:-135px;
|
margin-top:60px;
|
}
|
#main_top{
|
width:100%;
|
height:48px;
|
background:url(../image/main_top_bg.jpg) repeat-x;
|
color:#7e7e76;
|
font-size:18px;
|
font-weight:bold;
|
text-align:center;
|
}
|
#main_top p{
|
display:block;
|
width:100%;
|
height:48px;
|
line-height:56px;
|
}
|
#user_t,#password_t{
|
margin-left:20px;
|
margin-top:30px;
|
}
|
#user,#password{
|
width:220px;
|
height:42px;
|
border:1px solid #666;
|
margin-top:6px;
|
margin-left:20px;
|
line-height:42px;
|
text-align:left;
|
border:1px solid #ebebeb;
|
}
|
#user{
|
background:url(../image/user_ac_bg.gif) no-repeat 6px 12px;
|
padding-left: 30px;
|
}
|
.user_bg{
|
background:url(../image/user_ac_bg.gif) no-repeat 6px 12px;
|
}
|
|
#password{
|
background:url(../image/psd_ac_bg.gif) no-repeat 6px 12px;
|
padding-left: 30px;
|
}
|
.pwd_bg{
|
background:url(../image/psd_ac_bg.gif) no-repeat 6px 12px;
|
}
|
#check{
|
margin:10px 8px 10px 20px;
|
}
|
#msg{
|
margin-left:80px;
|
color:#F00;
|
}
|
#sub{
|
width:200px;
|
height:38px;
|
background-color:white;
|
background:url(../image/btn_bg.gif) repeat-x;
|
color:#FFF;
|
font-size:16px;
|
letter-spacing:12px;
|
overflow:hidden;
|
-moz-border-radius: 3px; /* Gecko browsers */
|
-webkit-border-radius: 3px; /* Webkit browsers */
|
border-radius:3px; /* W3C syntax */
|
margin-top:20px;
|
margin-bottom:30px;
|
margin-left:47px;
|
cursor:pointer;
|
}
|
|
#main_footer{
|
width:100%;
|
height:30px;
|
background:url(../image/main_footer_bg.gif) repeat-x;
|
margin-top:30px;
|
}
|
|
.user-img {
|
position:absolute;
|
width: 30px;
|
height: 42px;
|
margin-top:7px;
|
margin-left:21px;
|
background:url(../image/user_ac_bg.gif) no-repeat 6px 12px;
|
background-color: #fff;
|
}
|
.psd-img {
|
position:absolute;
|
width: 30px;
|
height: 42px;
|
margin-top:7px;
|
margin-left:21px;
|
background:url(../image/psd_ac_bg.gif) no-repeat 6px 12px;
|
background-color: #fff;
|
}
|
|
input:-webkit-autofill {
|
-webkit-box-shadow: 0 0 0px 1000px white inset;
|
}
|
|
|