初始化提交
This commit is contained in:
45
public/static/theme/err/404/style.css
Normal file
45
public/static/theme/err/404/style.css
Normal file
@@ -0,0 +1,45 @@
|
||||
@charset "utf-8";
|
||||
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.system {
|
||||
text-align: center;
|
||||
margin: -20% auto 0;
|
||||
}
|
||||
|
||||
.system img {
|
||||
text-align: center;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
||||
}
|
||||
|
||||
.title h2 {
|
||||
color: #fff;
|
||||
font-size: 36px;
|
||||
letter-spacing: 4px;
|
||||
text-align: center;
|
||||
line-height: 120px;
|
||||
}
|
||||
|
||||
.title h4 {
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
line-height: 38px;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user