diff --git a/bookshelfplus-frontend/views/login.html b/bookshelfplus-frontend/views/login.html index 9559c2d..8702c73 100644 --- a/bookshelfplus-frontend/views/login.html +++ b/bookshelfplus-frontend/views/login.html @@ -14,6 +14,25 @@ max-height: 300px; margin-bottom: 20px; } + + .form-group { + display: grid; + grid-template-columns: auto auto; + width: 250px; + margin: 0 auto; + row-gap: 20px; + margin-bottom: 30px; + place-items: center; + } + + .form-group > input { + height: 25px; + } + + .btn-submit { + height: 30px; + width: 72px; + } + <%- include("./component/navbar.html"); %> @@ -27,32 +52,27 @@
-
-
- + +

+ 登录 +

<%- include("./component/footer.html"); %> - -