完成登录窗体及权限验证的设计

This commit is contained in:
dathlin
2017-07-23 20:06:17 +08:00
parent d4ff9e4cd5
commit e359f472f3
6 changed files with 101 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
@using (Html.BeginForm("Login", "Account", FormMethod.Post, new { @class = "form-horizontal" }))
{
@Html.AntiForgeryToken()
<span class="heading">XX管理系统<small style="font-family:'Microsoft YaHei';color:#a1a1a1;font-size:15px">用户登录</small></span>
<span class="heading">@CommonLibrary.Resource.StringResouce.SoftName<small style="font-family:'Microsoft YaHei';color:#a1a1a1;font-size:15px">用户登录</small></span>
<div class="form-group">
<input type="text" class="form-control" name="UserName" placeholder="用户名" required>
<i class="fa fa-user"></i>