Browse Source

名称等调整

MaiXinRong 6 years ago
parent
commit
4cc71d2148
3 changed files with 3 additions and 3 deletions
  1. BIN
      app/public/css/logo.png
  2. 1 1
      app/view/layout/layout.ejs
  3. 2 2
      app/view/login/login.ejs

BIN
app/public/css/logo.png


+ 1 - 1
app/view/layout/layout.ejs

@@ -28,7 +28,7 @@
 
 <body>
 <div class="header">
-    <h1 class="logo"><a>纵横造价指标系统</a></h1>
+    <h1 class="logo"><a>公路造价指标系统</a></h1>
     <div class="poj-name">
         <span class="name"><%= ctx.title %></span>
     </div>

+ 2 - 2
app/view/login/login.ejs

@@ -4,7 +4,7 @@
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>用户登录-纵横经济指标系统</title>
+    <title>用户登录-公路造价指标系统</title>
     <link rel="stylesheet" href="public/css/bootstrap/bootstrap.min.css">
     <link rel="stylesheet" href="public/css/main.css">
     <link rel="stylesheet" href="public/css/font-awesome/font-awesome.min.css">
@@ -13,7 +13,7 @@
 <div class="container">
     <!--演示版-->
     <form class="form-signin" method="post" action="/login">
-        <h1 class="d-flex justify-content-center mb-4">纵横造价指标系统</h1>
+        <h2 class="d-flex justify-content-center mb-4">纵横公路工程造价指标分析系统</h2>
         <nav class="nav nav-tabs nav-justified mb-3" role="tablist" >
         </nav>
         <div class="form-group <% if (errorMessage !== undefined && errorMessage !== null) { %>has-danger<% } %>">