index.scss
1.1 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.error-box {
background-color: #fff;
padding-bottom: 30px;
text-align: center;
&::before {
content: '';
display: table;
}
.login-box {
background-color: #ebebeb;
min-height: 100vh;
}
.login-header {
align-items: center;
background-color: #1890ff;
display: flex;
height: 60px;
.logo-box {
align-items: center;
color: #fff;
display: flex;
margin: 0 auto;
width: 1200px;
}
.platform-name {
border-left: 1px solid #fff;
font-size: 20px;
line-height: 28px;
margin-left: 16px;
padding-left: 12px;
}
}
.ant-statistic {
display: inline-block;
vertical-align: bottom;
.ant-statistic-content {
font-size: 16px;
}
}
.error-img {
background-position: center;
background-repeat: no-repeat;
background-size: contain;
height: 563px;
margin: 39px auto 16px;
width: 714px;
}
}