ant-design/site/theme/static/not-found.less

35 lines
548 B
Plaintext
Raw Normal View History

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;
left: 0;
2016-05-23 19:39:14 +08:00
z-index: 100;
width: 100%;
height: 100%;
background-color: #fff;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
background-attachment: fixed;
2016-04-27 10:56:17 +08:00
section {
position: absolute;
top: 50%;
left: 50%;
2016-04-27 10:56:17 +08:00
text-align: center;
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;
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;
}
}