|
@@ -10,10 +10,10 @@
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
|
-<title>登录页面 - 管控系统</title>
|
|
|
+<title>登录页面 - 兴胜机械数字管理系统</title>
|
|
|
<link rel="icon" href="images/logo.png" type="image/png">
|
|
|
-<meta name="keywords" content="管控系统">
|
|
|
-<meta name="description" content="管控系统">
|
|
|
+<meta name="keywords" content="兴胜机械数字管理系统">
|
|
|
+<meta name="description" content="兴胜机械数字管理系统">
|
|
|
<meta name="author" content="yinqi">
|
|
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
|
|
<link href="css/materialdesignicons.min.css" rel="stylesheet">
|
|
@@ -73,16 +73,16 @@
|
|
|
<div class="lyear-login" >
|
|
|
<div class="login-center" style="padding:15px;">
|
|
|
<div class="login-header text-center">
|
|
|
- <img src="images/logo.png" style="height:40px;line-height:40px;" /><span
|
|
|
- style="font-size:1.2em;line-height:40px;">登录管控系统</span>
|
|
|
+ <img src="" style="height:40px;line-height:40px;" /><span
|
|
|
+ style="font-size:1.2em;line-height:40px;">登录兴胜机械数字管理系统</span>
|
|
|
</div>
|
|
|
<form action="#!" method="post">
|
|
|
<div class="form-group has-feedback feedback-left">
|
|
|
- <input type="text" placeholder="体验版账号admin" class="form-control" name="username" id="username" />
|
|
|
+ <input type="text" placeholder="账号" class="form-control" name="username" id="username" />
|
|
|
<span class="mdi mdi-account form-control-feedback" aria-hidden="true"></span>
|
|
|
</div>
|
|
|
<div class="form-group has-feedback feedback-left">
|
|
|
- <input type="password" placeholder="体验版密码1" class="form-control" id="password" name="password" />
|
|
|
+ <input type="password" placeholder="密码" class="form-control" id="password" name="password" />
|
|
|
<span class="mdi mdi-lock form-control-feedback" aria-hidden="true"></span>
|
|
|
</div>
|
|
|
<div class="form-group has-feedback feedback-left row" style="margin-bottom:5px;">
|