Commit a492e608f734734943694600d1c453f882eb9f45
1 parent
a3e818f9
add footer
Showing
1 changed file
with
10 additions
and
0 deletions
src/main/resources/static/login.html
| @@ -145,6 +145,14 @@ h3 { | @@ -145,6 +145,14 @@ h3 { | ||
| 145 | img.captcha-img{ | 145 | img.captcha-img{ |
| 146 | cursor: pointer; | 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 | </style> | 156 | </style> |
| 149 | </head> | 157 | </head> |
| 150 | 158 | ||
| @@ -188,6 +196,8 @@ img.captcha-img{ | @@ -188,6 +196,8 @@ img.captcha-img{ | ||
| 188 | 196 | ||
| 189 | <div class="alert alert-danger"></div> | 197 | <div class="alert alert-danger"></div> |
| 190 | </div> | 198 | </div> |
| 199 | + | ||
| 200 | + <div class="login-footer"> © 2016 上海巴士拓华科技发展有限公司 Some Rights Reserved </div> | ||
| 191 | </div> | 201 | </div> |
| 192 | 202 | ||
| 193 | <!-- jQuery --> | 203 | <!-- jQuery --> |