_error.css
835 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
42
43
44
45
.error {
overflow: hidden;
margin: 85px 0 515px;
.err-404-img {
width: 244px;
height: 105px;
background: resolve("layout/404.svg") no-repeat center center;
margin: 0 auto;
}
.tips {
width: 100%;
display: block;
margin: 400px auto;
text-align: center;
span {
display: block;
}
a:hover {
color: #219dd6;
}
.tip {
height: 30px;
line-height: 30px;
font-size: 20px;
}
}
.tips-english {
font-size: 14px;
height: 50px;
line-height: 50px;
}
.err-500-img {
width: 244px;
height: 105px;
background: resolve("layout/500.svg") no-repeat center center;
margin: 0 auto;
}
}