#
luxiaotao1123
2022-06-22 967b1b51f17b94b9aaa6264d14266a73d48416ed
views/sketh/cyberspace.html
@@ -23,7 +23,7 @@
            margin-bottom: 30px;
        }
        .cool-form-input {
            margin-left: 12px;
            margin-left: 8px;
            background: none;
            border: none;
            box-shadow: none;
@@ -35,7 +35,7 @@
        }
        .l-page--white a {
          cursor: pointer;
          width: 55%;
          width: 58%;
        }
    </style>
  </head>
@@ -60,7 +60,7 @@
          <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>
@@ -86,7 +86,7 @@
      window.onload = function(){document.getElementById("username").focus();}
      $(document).on('click','.login-btn', function () {
        window.location.href = "../index.html"
      });
      $('body').keydown(function () {