| | |
| | | margin-bottom: 30px; |
| | | } |
| | | .cool-form-input { |
| | | margin-left: 12px; |
| | | margin-left: 8px; |
| | | background: none; |
| | | border: none; |
| | | box-shadow: none; |
| | |
| | | } |
| | | .l-page--white a { |
| | | cursor: pointer; |
| | | width: 55%; |
| | | width: 58%; |
| | | } |
| | | </style> |
| | | </head> |
| | |
| | | <label> |
| | | username |
| | | </label> |
| | | <input id="username" class="cool-form-input" type="text"> |
| | | <input id="username" class="cool-form-input" type="text" autocomplete="off"> |
| | | </div> |
| | | <div class="cool-form-block"> |
| | | <label> |
| | |
| | | window.onload = function(){document.getElementById("username").focus();} |
| | | |
| | | $(document).on('click','.login-btn', function () { |
| | | |
| | | window.location.href = "../index.html" |
| | | }); |
| | | |
| | | $('body').keydown(function () { |