| | |
| | | <head> |
| | | <meta charset="utf-8"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> |
| | | |
| | | <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no;" name="viewport" /> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> |
| | | <title>钻探工程信息化系统</title> |
| | | <meta name="description" content="钻探工程信息化系统"> |
| | | <!--[if lt IE 9]> |
| | |
| | | } |
| | | html,body{ |
| | | height: 100%; |
| | | touch-action: manipulation; |
| | | } |
| | | html { |
| | | touch-action: manipulation; |
| | | } |
| | | #logo-text{ |
| | | color: rgba(51, 51, 51, 1); |
| | | font-size: 44px; |
| | | margin-left: 0px; |
| | | /*color: rgba(51, 51, 51, 1);*/ |
| | | font-size: 40px; |
| | | margin-left: 25px; |
| | | color: white; |
| | | margin-bottom: 20px; |
| | | } |
| | | .page-con{ |
| | | border-width: 0px; |
| | | margin-left: 0px; |
| | | /*text-align: left;*/ |
| | | left: 524px; |
| | | left: 38%; |
| | | padding: 0px; |
| | | color: white; |
| | | } |
| | | .bar-line{ |
| | | display: block; |
| | |
| | | <span class="bar-line"></span> |
| | | <form name="loginform" id="loginform"> |
| | | <input type="hidden" id="redirectUrl" name="redirectUrl" value="${redirectUrl}" > |
| | | <div><span id="logo-text">钻探工程信息化系统</span></div> |
| | | <div><span id="logo-text">北京市地面沉降监测网建设工程</span></div> |
| | | |
| | | <div class="input-container" style="margin-top:25px;position:relative;"> |
| | | <img src="images/loginPage/user3.png" style="margin-right:5px;"/> |
| | | <input id="username" name="username" class="txt" type="text" autocomplete="off" placeholder="请输入用户名/邮箱" > |
| | | <input id="username" name="username" class="txt" value="admin" type="text" autocomplete="off" placeholder="请输入用户名/邮箱" > |
| | | <div class="error-tip"></div> |
| | | </div> |
| | | <div class="login-input input-container" style="margin-top:30px;position:relative;"> |
| | | <img class="password-icon" src="images/loginPage/pass1.png"/> |
| | | <input name="password" id="password" class="txt" type="password" placeholder="请输入登录密码" autocomplete="off" > |
| | | <input name="password" id="password" value="admin123" class="txt" type="password" placeholder="请输入登录密码" autocomplete="off" > |
| | | <div class="error-tip"></div> |
| | | </div> |
| | | |
| | |
| | | <script th:src="@{/ajax/libs/encrypt/jsencrypt.min.js}"></script> |
| | | <script th:src="@{/loginPage/process/login.js}"></script> |
| | | |
| | | <script type="text/javascript"> |
| | | window.addEventListener('wheel', function (event) { |
| | | if (event.ctrlKey === true || event.metaKey) { |
| | | event.preventDefault(); |
| | | } |
| | | }, { passive: false }); |
| | | |
| | | //firefox |
| | | window.addEventListener('DOMMouseScroll', function (event) { |
| | | if (event.ctrlKey === true || event.metaKey) { |
| | | event.preventDefault(); |
| | | } |
| | | }, { passive: false }) |
| | | |
| | | </script> |
| | | |
| | | </body> |
| | | </html> |