Browse Source

登录界面调整

西昌缴费二期
liangkun 2 years ago
parent
commit
45992af726
3 changed files with 56 additions and 14 deletions
  1. +3
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj
  2. +52
    -13
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default.cshtml
  3. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default/Index.css

+ 3
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj View File

@@ -1986,6 +1986,7 @@
<Content Include="Content\images\LoginPage\del2.png" />
<Content Include="Content\images\LoginPage\del3.png" />
<Content Include="Content\images\LoginPage\download.png" />
<Content Include="Content\images\LoginPage\download2.jpg" />
<Content Include="Content\images\LoginPage\icon.png" />
<Content Include="Content\images\LoginPage\iphoneLogin.png" />
<Content Include="Content\images\LoginPage\iphoneLogin3.png" />
@@ -2026,9 +2027,11 @@
<Content Include="Content\images\LoginPage\tips3.png" />
<Content Include="Content\images\LoginPage\tips4.png" />
<Content Include="Content\images\LoginPage\tips5.png" />
<Content Include="Content\images\LoginPage\title.jpg" />
<Content Include="Content\images\LoginPage\true2.png" />
<Content Include="Content\images\LoginPage\variCode.png" />
<Content Include="Content\images\LoginPage\verCode.png" />
<Content Include="Content\images\LoginPage\wq.jpg" />
<Content Include="Content\images\LoginPage\wxLogin.png" />
<Content Include="Content\images\LoginPage\xxlogo.png" />
<Content Include="Content\images\LoginPage\zuo.png" />


+ 52
- 13
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default.cshtml View File

@@ -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{


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default/Index.css View File

@@ -432,7 +432,7 @@ input:disabled {
.lr-login-middle {
position: relative;
width: 100%;
height: 450px;
height: 410px;
background: #fff;
border-radius: 0 0 15px 15px
}


Loading…
Cancel
Save