YJS.error.css
980 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
46
47
/* ÀÁÈËͼ¿â ËѼ¯ÕûÀí www.lanrentuku.com */
body {margin: 0;}
.notfound {
background-image: url('../images/astronauta.jpg'), url('../images/stars404.png');
background-position: right top, center center;
background-repeat: no-repeat, repeat;
background-size: cover, auto;
}
.notfound .wrapper {
position: absolute;
top: 60%;
right: 2%;
color: #fff;
width: 635px;
font-size: 19px;
line-height: 29px;
-webkit-font-smoothing: antialiased;
padding: 20px;
font-family: 'Source Sans Pro', sans-serif;
}
.notfound .wrapper .big {
font-size: 74px;
font-weight: 700;
line-height: 68px;
margin-bottom: 48px;
}
.notfound .wrapper a {
color: #ffcc00;
text-decoration: none;
font-weight: 700;
}
@media only screen and (max-width: 666px) {
.notfound .wrapper {
left: auto;
right: 0;
width: 100%;
max-width: 450px;
top: 35%;
}
.notfound .wrapper .big {
font-size: 42px;
line-height: 50px;
margin-bottom: 15px;
}
}