loading.css 4.11 KB
#main-loading{
	/*background-color:#508dca;*/
   position:relative;
   /*background-image: url('../images/login-bj.gif'); hzw 注释 20190319*/
    background: #FFFFFF; /*hzw 新增 20190319*/
	background-repeat: round;
    background-size: 100%;
    width: 100%;
    height: 100%;
}
#main-loading #loading-title{
	position: absolute;
	top: 50%;
	left: 50%;
	width:455px;
	height:70px;
	transform: translate(-50%, -50%);
	/*background-image: url('../images/login-logo.png'); hzw 注释 20190319*/
	background-repeat: no-repeat;
	/*background-image: url('../images/loading/login3.png'); */
	
}
#main-loading #app-loading{
	position: absolute;
	top: 50%;
	left: 50%;
	width:47px;
	height:44px;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,0) !important;
}
#main-loading #loading-gif{
	position: absolute;
	background-image: url('../images/loading/predefined_loading_1.gif');
	background-repeat: no-repeat;
	width:58px;
	height:29px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

#progressloading{
	position: absolute;
	background-color:#31659b;
	width:350px;
	top: 80px;
	left: 50%;
	height:4px;
	border-radius:2px;
	display: none;
	transform: translate(-50%, -50%);
}

#progressloading_div{
	background-color:white;
	height:4px;
	border-radius:2px;
}

.jimu-widget-login{
	position:absolute;
    width:100%;
    height:100%; 
    font-family: 微软雅黑, 新宋体, 宋体; 
    z-index:9999999;
    display: none;
}
.jimu-widget-login .loginbg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.nnsz-login-title{
	z-index: 198;
    text-align: center;
}
.nnsz-login-title img{
	margin-top: 200px;
}
.nnsz-login-shadowAndcontent{
    margin-top: 55px;
    text-align: center;
}

.nnsz-login-usertitle {
    color:#969696;
    font-size:24px;
    font-weight:300;
    margin-top:50px;
    margin-bottom:14px;
    font-family: "宋体"; 
}
.nnsz-login-remember {
    margin:0 auto;
    text-align: left;
    line-height: 39px;
    width: 288px;
    margin-top: 14px;
    color: #fff; 
    position: relative;  
}
.unchecked{
    position:absolute;
}
.checked{
    position:absolute;
}
.nnsz-login-remember input{
	position: absolute;
    top: 10px;
    width: 20px;
    height: 16px;
    border-radius: 4px;
    border: none;
}
.nnsz-login-remember span{
	font-weight: normal;
}
.nnsz-login-logininput {
    margin: 0 auto;
    margin-top: 27px;
    border-radius: 2px;
    width: 288px;
    height: 40px;
    font-size: 14px;
    text-align: left;
    background: #314d7c;
}
.nnsz-login-logininput input::-webkit-input-placeholder {
    color: #aab2bd;
}
.nnsz-login-shadowAndcontent img {
    margin-top: 10px;
    margin-left: 14px;
    float: left;
   
}
.nnsz-login-logininput input{
    margin-left: 10px;
    border: none;
    height: 39px;
    line-height: 39px;
    width: 240px;
    background: initial;
    font-size: 14px;
    color: #fff;
    text-indent:10px;
}
.nnsz-login-btnLogin {
    background-color: #3d82ff;
    width: 288px;
    height: 40px;
    border: none;
    border-radius: 2px;
    color: white;
    margin-bottom: 7px;
    font-size: 18px;
    text-align: center;
    margin-top:6px;
}
.nnsz-login-Error {
    color:red;
    display:none;
    font-weight:normal;
}
.nnsz-login-loginFoot {
    position:absolute;
    bottom:0;
    background: #0392EA;
    width:100%;
    padding:8px 0;
    text-align:center;
    color:#a0cce6;
}
.nnsz-login-historyList {
    position:absolute;
    padding:0;
    margin-top:159px;
    margin-left:48px;
    width:385px;
    border:1px solid #e3e3e3;
    background-color:rgba(255,255,255,0.9);
    list-style:none;  
    border-radius:4px;   
    display:none;
}
.nnsz-login-historyList li {
    text-align:left;
    padding:4px 20px 4px 43px;
    cursor:pointer;
}
.nnsz-login-historyList li:hover {
   background-color:#a0cce6;
}
.login-ctent{
    position: relative;
    text-align: center;
    font-family: 微软雅黑, 新宋体, 宋体;
    z-index: 999;
    width: 650px;
    height: 420px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}
.nnsz-login-logo{
    text-align: left;
}
.nnsz-login-remember img{
     margin-left: 0px;
}