Commit a492e608f734734943694600d1c453f882eb9f45

Authored by 潘钊
1 parent a3e818f9

add footer

src/main/resources/static/login.html
... ... @@ -145,6 +145,14 @@ h3 {
145 145 img.captcha-img{
146 146 cursor: pointer;
147 147 }
  148 +
  149 +.login-footer{
  150 + position: fixed;
  151 + width: 100%;
  152 + bottom: 35px;
  153 + text-align: center;
  154 + color: #a6a6a6;
  155 +}
148 156 </style>
149 157 </head>
150 158  
... ... @@ -188,6 +196,8 @@ img.captcha-img{
188 196  
189 197 <div class="alert alert-danger"></div>
190 198 </div>
  199 +
  200 + <div class="login-footer"> © 2016 上海巴士拓华科技发展有限公司 Some Rights Reserved </div>
191 201 </div>
192 202  
193 203 <!-- jQuery -->
... ...