Commit 85c67fc067596f232ece40c3b11df5dcf6e95305
1 parent
876f9385
登录 记住密码
Showing
2 changed files
with
4 additions
and
3 deletions
WebRoot/WEB-INF/jsp/system/index/login.jsp
... | ... | @@ -181,7 +181,7 @@ input:focus-within{ |
181 | 181 | .text_right{ |
182 | 182 | text-align: right !important; |
183 | 183 | } |
184 | -.text_right img{ | |
184 | +.text_right input{ | |
185 | 185 | display: inline; |
186 | 186 | vertical-align: middle; |
187 | 187 | } |
... | ... | @@ -218,8 +218,8 @@ input:focus-within{ |
218 | 218 | <img src="static/login/login_5.png" alt=""> |
219 | 219 | <span class="error_info">密码输入不正确</span> |
220 | 220 | </div> --> |
221 | - <img src="static/login/login_12.png" id="rem_flag" alt="" style="width:14px;" data-type="1" class="checkbox"> | |
222 | - <span>记住密码</span> | |
221 | + <input id="rem_flag" style="width:17px;height:17px;" type="checkbox"> | |
222 | + <span >记住密码</span> | |
223 | 223 | </div> |
224 | 224 | <div class="form_item"> |
225 | 225 | <button href="#" type="submit" onclick="severCheck();" class="login_btn">登录</button> | ... | ... |
resources/dbconfig.properties
1 | 1 | #数据源 1 |
2 | +#url:jdbc:mysql://47.107.98.47:3306/standard?autoReconnect=true&failOverReadOnly=false&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8 | |
2 | 3 | url:jdbc:mysql://47.107.98.47:3306/education2?autoReconnect=true&failOverReadOnly=false&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8 |
3 | 4 | #url:jdbc:mysql://120.78.57.84:3306/edu?autoReconnect=true&failOverReadOnly=false&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8 |
4 | 5 | #url:jdbc:mysql://120.78.57.84:3306/education3?autoReconnect=true&failOverReadOnly=false&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8 | ... | ... |