|
|
@@ -41,6 +41,36 @@ |
|
|
|
.tips img{ |
|
|
|
margin-right: 8px |
|
|
|
} |
|
|
|
.titleImg{ |
|
|
|
border: none !important; |
|
|
|
} |
|
|
|
.titleImg img{ |
|
|
|
width: 35px !important; |
|
|
|
} |
|
|
|
.wxLogin{ |
|
|
|
color: #53b947 !important; |
|
|
|
} |
|
|
|
.titleImg{ |
|
|
|
color: #da9835!important; |
|
|
|
} |
|
|
|
.wxLogin img{ |
|
|
|
width: 35px !important; |
|
|
|
top: -2px; |
|
|
|
} |
|
|
|
.downBox{ |
|
|
|
width: 100%; |
|
|
|
height: 60px; |
|
|
|
/*background: red;*/ |
|
|
|
position: absolute; |
|
|
|
bottom: -40px; |
|
|
|
right: 0 |
|
|
|
color:#fff!important; |
|
|
|
} |
|
|
|
.downBox a{ |
|
|
|
color:#fff!important; |
|
|
|
border: 1px solid #fff |
|
|
|
|
|
|
|
} |
|
|
|
</style> |
|
|
|
</head> |
|
|
|
|
|
|
@@ -62,17 +92,10 @@ |
|
|
|
<a href="/Login/LoginForWeixin?login=one" class="wxLogin down" title="使用微信登录"> |
|
|
|
<img src="~/Content/images/LoginPage/icon.png" alt="" /> 使用微信登录 |
|
|
|
</a> |
|
|
|
} |
|
|
|
@if (ViewBag.FeixinSwitch) |
|
|
|
{ |
|
|
|
<a href="/feixin.exe" class="down"> |
|
|
|
<img src="~/Content/images/LoginPage/download.png" alt="" /> 飞星下载 |
|
|
|
<a href="/Login/FirstLoginForWeixin?login=one" class="down titleImg" title="新生首次登录"> |
|
|
|
<img src="~/Content/images/LoginPage/title.jpg" alt="" /> 新生首次登录 |
|
|
|
</a> |
|
|
|
} |
|
|
|
@if (ViewBag.SSOSystemSwitch) |
|
|
|
{ |
|
|
|
<a href="/SSOSystem/DragModelOne" class="down downsso">网上办事大厅</a> |
|
|
|
} |
|
|
|
<img src="~/Content/images/logins/login2.png" /> |
|
|
|
<!--登录框 正常登录--> |
|
|
|
<div class="lr-login-main lr-login-normal"> |
|
|
@@ -101,8 +124,7 @@ |
|
|
|
<div class="lr-login-version"> |
|
|
|
@if (ViewBag.TeachSwitch) |
|
|
|
{ |
|
|
|
<a style="float: left;font-family: PingFangSC-Regular;font-size: 12px;color: #3298DC;" href="/EducationalAdministration/EmpInfoEnternal/FormAdd">教师注册|</a> |
|
|
|
<a style="float: left;font-family: PingFangSC-Regular;font-size: 12px;color: #3298DC;" href="/Login/FirstLoginForWeixin?login=one">新生首次登录</a> |
|
|
|
<a style="float: left;font-family: PingFangSC-Regular;font-size: 12px;color: #3298DC;" href="/EducationalAdministration/EmpInfoEnternal/FormAdd">教师注册</a> |
|
|
|
} |
|
|
|
@if (ViewBag.Version) |
|
|
|
{ |
|
|
@@ -121,6 +143,23 @@ |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="downBox"> |
|
|
|
|
|
|
|
@if (ViewBag.FeixinSwitch) |
|
|
|
{ |
|
|
|
<a href="/feixin.exe" class="down"> |
|
|
|
<img src="~/Content/images/LoginPage/download2.jpg" alt="" /> 飞星下载 |
|
|
|
</a> |
|
|
|
} |
|
|
|
@if (ViewBag.SSOSystemSwitch) |
|
|
|
{ |
|
|
|
<a href="/SSOSystem/DragModelOne" class="down downsso"> |
|
|
|
<img src="~/Content/images/LoginPage/wq.jpg" alt="" /> |
|
|
|
网上办事大厅 |
|
|
|
</a> |
|
|
|
} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="lr-login-footer" style="font-size: 12px;color: #fff;width: 880px;right:0;margin: auto;"> |
|
|
|
<div class="tips"> |
|
|
@@ -155,8 +194,8 @@ |
|
|
|
|
|
|
|
//密码登录与扫码登录切换 |
|
|
|
$('.loginImg').click(function(){ |
|
|
|
var that = $(this); |
|
|
|
if(that.hasClass('active')){ |
|
|
|
var that = $(this); if(that.hasClass('active')){ |
|
|
|
|
|
|
|
that.removeClass('active'); |
|
|
|
$('.loginCode').css({display:'none'}).siblings('.noreg').stop().fadeIn(); |
|
|
|
}else{ |
|
|
|