feat: login page
This commit is contained in:
parent
c8288dbe61
commit
129267dd52
|
@ -3,11 +3,6 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
h4 {
|
|
||||||
font-weight: 400;
|
|
||||||
margin-bottom: 48px;
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form {
|
.form {
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|
|
@ -54,15 +54,6 @@ export default function Login() {
|
||||||
className="container login"
|
className="container login"
|
||||||
style={{ textAlign: "center", paddingTop: 100 }}
|
style={{ textAlign: "center", paddingTop: 100 }}
|
||||||
>
|
>
|
||||||
<div
|
|
||||||
style={{
|
|
||||||
backgroundImage: `url('/09.svg')`,
|
|
||||||
width: 200,
|
|
||||||
height: 200,
|
|
||||||
transform: "translateX(15px)",
|
|
||||||
}}
|
|
||||||
></div>
|
|
||||||
<h4>欢迎,Backset!</h4>
|
|
||||||
<div style={{ width: 320 }}>
|
<div style={{ width: 320 }}>
|
||||||
<div className="form">
|
<div className="form">
|
||||||
<input
|
<input
|
||||||
|
|
Loading…
Reference in New Issue
Block a user