更新登陆界面图片
This commit is contained in:
parent
81b22424e7
commit
df15e31feb
@ -14,20 +14,17 @@ body{
|
||||
height:88px;
|
||||
width:230px;
|
||||
background:url(logo_amarsoft.png);
|
||||
margin-top:267px;
|
||||
margin-top:270px;
|
||||
margin-left:90px;
|
||||
display: inline;
|
||||
}
|
||||
.logo_slogan{
|
||||
float:left;
|
||||
width:213px;
|
||||
text-align:center;
|
||||
color:#333333;
|
||||
font-family: ΢ÈíÑźÚ;
|
||||
font-size: 12px;
|
||||
margin-top:20px;
|
||||
margin-left:90px;
|
||||
display: inline;
|
||||
float:right;
|
||||
height:20px;
|
||||
width:137px;
|
||||
background-image:url(logon.png);
|
||||
/* margin-top:5px; */
|
||||
margin-right:125px;
|
||||
}
|
||||
|
||||
.logon_body{background:url(logon_bg2.gif) repeat-x top;}
|
||||
|
||||
BIN
WebContent/AppMain/Logon/logon.png
Normal file
BIN
WebContent/AppMain/Logon/logon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
@ -12,7 +12,7 @@
|
||||
//获得页面参数
|
||||
String pOrgId="xxxdd";
|
||||
String showType="Channel";
|
||||
if(CurUser.hasRole("099")||CurUser.hasRole("299")||CurUser.hasRole("399")){
|
||||
if(CurUser.hasRole("099")||CurUser.hasRole("299")||CurUser.hasRole("399")||CurUser.hasRole("800R00000024")){
|
||||
pOrgId="8";
|
||||
}else if(CurUser.hasRole("401"))
|
||||
{
|
||||
|
||||
@ -241,9 +241,9 @@
|
||||
if(name.length > 0){
|
||||
if(certid.length > 0){
|
||||
if(certid.length!=18){
|
||||
parent.parent.openDWDialog();
|
||||
// parent.parent.openDWDialog();
|
||||
setErrorTips("certid","身份证必须是18位!");
|
||||
parent.parent.resetDWDialog("配偶身份证信息错误!",false);
|
||||
// parent.parent.resetDWDialog("配偶身份证信息错误!",false);
|
||||
return false;
|
||||
}
|
||||
if(CheckLicense(certid)){
|
||||
@ -257,9 +257,9 @@
|
||||
// return false;
|
||||
// }
|
||||
else{
|
||||
parent.parent.openDWDialog();
|
||||
// parent.parent.openDWDialog();
|
||||
setErrorTips("certid","身份证格式错误!");
|
||||
parent.parent.resetDWDialog("配偶身份证信息错误!",false);
|
||||
// parent.parent.resetDWDialog("配偶身份证信息错误!",false);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="logo_pic"></div>
|
||||
<div class="logo_slogan">现代金融租赁服务企业</div>
|
||||
<div class="logo_slogan"></div>
|
||||
</div>
|
||||
<div class="logon_footer">
|
||||
<div></div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user