layout.css
635 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#root {
height: 100%;
}
.yoho-layout {
height: 100%;
}
.yoho-header {
color: #fff;
font-size: 30px;
font-weight: 600;
letter-spacing: 2px;
}
.yoho-login-page {
background: #657180;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.yoho-login-page .form-block {
width: 340px;
padding: 40px 30px 20px;
position: absolute;
left: 50%;
top: 25%;
margin-left: -170px;
background-color: #fff;
}
.yoho-login-page .form-block .ant-form-item {
margin-bottom: 28px;
}
.yoho-login-page .form-block .ant-form-item:last-child {
margin-bottom: 0;
}