* {
|
margin: 0;
|
padding: 0;
|
}
|
|
body {
|
width: 100%;
|
overfloat: hidden;
|
width:100%;
|
height:100%;
|
margin:0px;
|
padding:0px;
|
/*background-repeat:no-repeat;*/
|
filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
|
/*-moz-background-size: "100% 100%";*/
|
background-size:cover
|
}
|
|
#background img{
|
width:100%;
|
position: fixed;right: 0;bottom: 0;
|
min-width: 100%;
|
min-height: 100%;
|
height: auto;
|
z-index: -100;
|
background-size: cover;
|
}
|
ul,ol,li {
|
list-style-type: none;
|
}
|
/*系统名称*/
|
.systemTitleImg{
|
position: fixed;
|
width: 800px;
|
height: 80px;
|
top: 45%;
|
left: 10%;
|
background-repeat:no-repeat;
|
}
|
|
.login {
|
position: fixed;
|
width: 400px;
|
top: 45%;
|
left: 50%;
|
background-color: #EAEAEA;
|
border-radius: 5px;
|
padding: 20px 20px 40px 20px;
|
margin-top: -120px;
|
margin-left: -220px;
|
color: red;
|
}
|
|
.dm_login {
|
text-align: center;
|
width: 100%;
|
position: relative;
|
}
|
|
.login_left{
|
float: left;
|
}
|
.login_right{
|
float: right;
|
}
|
.dm_login_user_pic {
|
width: 120px;
|
height: 120px;
|
padding-top: 20px;
|
}
|
|
|
.loginTabs {
|
background-color: #EAEAEA;
|
margin-right: 10px;
|
}
|
|
.loginTabs .content {
|
height: 130px;
|
}
|
|
|
.username {
|
margin-top: 20px;
|
}
|
|
.login_in_one {
|
width: 134%;
|
height: 31px;
|
border: none;
|
margin-bottom: 25px;
|
}
|
|
.login_in_one input {
|
color: #000;
|
float: left;
|
width: 228px;
|
height: 38px;
|
line-height: 38px;
|
border: none;
|
outline: none;
|
font-size: 13px;
|
background: #FFF;
|
border: 1px solid #aaa;
|
border-left: none;
|
}
|
|
|
|
.login_in_one_left {
|
background-color: white;
|
border: 1px solid #aaa;
|
border-right: none;
|
height: 38px;
|
float: left;
|
width: 30px;
|
}
|
|
.login_in_one_left_img1 {
|
width: 20px;
|
padding-top: 7px;
|
padding-right: 5px;
|
}
|
|
.login_in_one_left_img2 {
|
width: 16px;
|
padding-top: 6px;
|
}
|
|
|
.login_in_three img {
|
margin: 0 auto;
|
width: 60px;
|
height: 60px;
|
font-size: 12px;
|
line-height: 30px;
|
}
|
|
|
|
.login_in_three {
|
color: #ffffff;
|
font-size: 16px;
|
height: 38px;
|
line-height: 38px;
|
border: 1px solid #ccc;
|
background-color: #38adff;
|
width: 258px;
|
cursor: pointer;
|
}
|
|
|
|
.toolbar {
|
height: 30px;
|
padding-top: 20px;
|
}
|
|
|
.login_in_two_left {
|
float: left;
|
color: #616161;
|
font-size: 13px;
|
padding-right: 10px;
|
}
|
|
.login_in_two_right {
|
float: right;
|
color: #616161;
|
font-size: 13px;
|
padding-right: 10px;
|
}
|
|
.msg {
|
height: 16px;
|
line-height: 16px;
|
color: red;
|
float: left;
|
}
|
.loading{
|
display: none;
|
position: absolute;
|
top: 45%;
|
left: 50%;
|
z-index:1003;
|
width:320px;
|
height:25px;
|
border: 2px solid #ccc;
|
border-radius:5px;
|
margin-left: -160px;
|
margin-top: 130px;
|
text-indent: 18px;
|
line-height: 26px;
|
}
|
|
.processbar{
|
display: none;
|
position: absolute;
|
top: 0%;
|
left: 0%;
|
width:0px;
|
height:25px;
|
margin-bottom:2px;
|
border-radius:3px;
|
background-image:url(../images/base/login/progress-default-bg.gif);
|
}
|
.loadbg{
|
display: none;
|
position: absolute;
|
top: 0%;
|
left: 0%;
|
width: 100%;
|
height: 100%;
|
background-color: black;
|
z-index:1001;
|
-moz-opacity: 0.3;
|
opacity:.3;
|
filter: alpha(opacity=30);
|
}
|