mirror of
https://github.com/Xtao-Labs/GCAuth-OAuth.git
synced 2024-11-22 07:07:54 +00:00
Update login
This commit is contained in:
parent
81ae04796e
commit
8e48146190
@ -18,6 +18,7 @@
|
||||
>
|
||||
<header class="appbar mdui-appbar mdui-appbar-fixed">
|
||||
<div class="mdui-toolbar mdui-color-theme">
|
||||
<h1 class="title mdui-text-color-theme">GCAuth - OAuth - Login</h1>
|
||||
<div class="mdui-toolbar-spacer"></div>
|
||||
<a
|
||||
href="https://github.com/Xtao-Team/GCAuth-OAuth"
|
||||
@ -31,9 +32,8 @@
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
||||
<div class="container p-index mdui-container">
|
||||
</br>
|
||||
<h1 class="title mdui-text-color-theme">GCAuth - OAuth - Login</h1>
|
||||
<div class="container p-index mdui-container" style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 400px; max-height: 400px; border: 1px solid gray; border-radius: 20px; padding: 2em;-webkit-box-shadow: 5px 5px 15px 5px #000000; box-shadow: 5px 5px 15px 5px #000000;">
|
||||
<div style="text-align: center; font-size: 2em;">登陆</div>
|
||||
<form action="/gcauth_oauth/login" method="post" enctype="application/x-www-form-urlencoded" novalidate autocapitalize="off">
|
||||
<div class="mdui-textfield mdui-textfield-floating-label">
|
||||
<i class="mdui-icon material-icons">account_circle</i>
|
||||
@ -46,8 +46,9 @@
|
||||
<input class="mdui-textfield-input" type="password" name="password"/>
|
||||
</div>
|
||||
</br>
|
||||
<div style="text-align:center">
|
||||
<div style="text-align:center; margin-top: 2em">
|
||||
<button type="submit" class="mdui-btn mdui-color-theme-accent mdui-ripple">登录</button>
|
||||
<!-- <button style="margin-left: 2em;" class="mdui-btn mdui-color-theme-accent mdui-ripple">注册</button> -->
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user