[HTML] syntaxhighlighter_viewsource syntaxhighlighter_copycode
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>后台管理</title>
<link href="~/Content/css/login.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="login_box">
<div class="login_l_img"><img src="~/Content/image/login-img.png" /></div>
<div class="login">
<div class="login_logo"><a href="#"><img src="~/Content/image/login_logo.png" /></a></div>
<div class="login_name">
<p>后台管理系统</p>
</div>
<form method="post" action="/BC/BCCommon/LoginValidate">
@Html.AntiForgeryToken()
<input name="UserName" type="text" value="用户名" onfocus="this.value=''" onblur="if(this.value==''){this.value='用户名'}">
<span id="password_text" onclick="this.style.display='none';document.getElementById('password').style.display='block';document.getElementById('password').focus().select();">密码</span>
<input name="PassWord" type="password" id="password" style="display:none;" onblur="if(this.value==''){document.getElementById('password_text').style.display='block';this.style.display='none'};" />
<input value="登录" style="width:100%;" type="submit">
</form>
<div style="font-size:16px;font-weight:900;color:red;">@ViewBag.Msg</div>
</div>
<div class="copyright">至专科技有限公司 版权所有©2018-2019 技术支持微信(同电话):15923051435</div>
</div>
</body>
</html>