登录页面初步

This commit is contained in:
禺狨
2023-03-02 17:22:34 +08:00
parent 19e68da26f
commit 04c3fb3851
8 changed files with 175 additions and 5 deletions

View File

@@ -79,6 +79,12 @@
justify-content: space-between;
}
.c-flex {
display: flex;
flex-direction: column;
align-items: center;
}
.primary {
color: #ff4d4f;
}