Browse Source

登录界面修改

Chente 6 years ago
parent
commit
bb93f0f808
1 changed files with 2 additions and 4 deletions
  1. 2 4
      login.html

+ 2 - 4
login.html

@@ -12,8 +12,7 @@
 <body>
     <div class="container">
         <form class="form-signin">
-            <h1 class="d-flex justify-content-center">Smartcost</h1>
-            <h4 class="d-flex justify-content-center mb-2">用户登录</h4>
+            <h1 class="d-flex justify-content-center mb-5">纵横建筑云计价</h1>
             <div class="form-group">
                 <input id="inputEmail" class="form-control " placeholder="通行账号 邮箱/手机" required="" autofocus="">
             </div>
@@ -30,8 +29,7 @@
         </form>
         <!--登录错误-->
         <form class="form-signin">
-            <h1 class="d-flex justify-content-center">Smartcost</h1>
-            <h4 class="d-flex justify-content-center mb-2">用户登录</h4>
+            <h1 class="d-flex justify-content-center mb-5">纵横建筑云计价</h1>
             <div class="form-group has-danger">
                 <input class="form-control gform-control-danger" value="1212@qq.com" placeholder="通行账号 邮箱/手机" required="" autofocus="">
             </div>