update:修改首页样式

This commit is contained in:
2021-09-14 11:44:16 +08:00
parent 5e22bdcd00
commit 65128318a6
5 changed files with 38 additions and 26 deletions

View File

@@ -65,9 +65,10 @@
.gridBg {
display: flex;
overflow: hidden;
align-items: center;
justify-content: space-around;
height: 114px;
height: 120px;
border-radius: 3px;
background: rgba(255, 255, 255, .28);
@@ -154,6 +155,9 @@
background: #fff;
box-shadow: 0 2px 6px 1px rgba(212, 212, 212, .5);
}
.projectCenterBox {
padding: 8px 0;
}
.projectCenterInfo {
display: flex;
align-items: center;