2016-04-27 10:56:17 +08:00
|
|
|
#page-404 {
|
2016-05-23 19:39:14 +08:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2019-02-15 10:48:07 +08:00
|
|
|
left: 0;
|
2016-05-23 19:39:14 +08:00
|
|
|
z-index: 100;
|
2019-02-15 10:48:07 +08:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2020-03-24 12:33:01 +08:00
|
|
|
background-color: #fff;
|
2019-02-15 10:48:07 +08:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
background-size: 100%;
|
|
|
|
background-attachment: fixed;
|
2016-04-27 10:56:17 +08:00
|
|
|
|
|
|
|
section {
|
|
|
|
position: absolute;
|
2020-03-24 12:33:01 +08:00
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
2016-04-27 10:56:17 +08:00
|
|
|
text-align: center;
|
2020-03-24 12:33:01 +08:00
|
|
|
transform: translate(-50%, -50%);
|
2016-04-27 10:56:17 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2016-11-13 18:58:02 +08:00
|
|
|
color: @primary-color;
|
2016-04-27 10:56:17 +08:00
|
|
|
font-weight: 500;
|
2019-02-15 10:48:07 +08:00
|
|
|
font-size: 120px;
|
2016-04-27 10:56:17 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
2017-11-28 16:15:22 +08:00
|
|
|
color: @site-text-color;
|
2016-04-27 10:56:17 +08:00
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
}
|