implement login popup

This commit is contained in:
xmcp
2020-01-12 21:34:29 +08:00
parent 38cc91ad9b
commit e1a3f04983
5 changed files with 27 additions and 170 deletions

View File

@@ -2,17 +2,9 @@
margin: 1em 0;
text-align: center;
}
.login-form input {
width: 8rem;
}
.login-form button {
width: 6rem;
}
.login-type {
display: inline-block;
width: 6rem;
margin: 0 .5rem;
}
.reply-form {
display: flex;