添加关于页

This commit is contained in:
whyour
2022-01-24 23:17:12 +08:00
parent 29fc471ac4
commit 764a3492cc
4 changed files with 76 additions and 4 deletions
+20
View File
@@ -0,0 +1,20 @@
.container {
display: flex;
justify-content: center;
align-items: center;
padding: 50px 130px;
.right {
display: flex;
justify-content: center;
flex-direction: column;
.title {
font-size: 25px;
margin-bottom: 10px;
}
.desc {
margin-bottom: 10px;
}
}
}