mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 12:10:06 +08:00
d811ebee5c
* Add new color patterns algorithm * Add color palettes * update other colors * fix gray color * update more tint/shade to colorPalette * new font color * Update doc for new color system * improve doc style
36 lines
598 B
Plaintext
36 lines
598 B
Plaintext
#page-404 {
|
|
background-image: url('https://os.alipayobjects.com/rmsportal/NOAjOBbnYCrNzrW.jpg');
|
|
width: 100%;
|
|
height: 100%;
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-position: center;
|
|
background-size: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 100;
|
|
|
|
section {
|
|
position: absolute;
|
|
top: 48%;
|
|
left: 55%;
|
|
margin: -103px 0 0 -120px;
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
h1 {
|
|
color: @primary-color;
|
|
font-size: 120px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
p {
|
|
color: @text-color;
|
|
font-size: 18px;
|
|
}
|
|
}
|