初步完成第一个

This commit is contained in:
2024-06-17 23:18:11 +08:00
parent 48da2f12f6
commit 4366ba42bf
5 changed files with 92 additions and 5 deletions

View File

@@ -27,3 +27,16 @@ a, .green {
.pointer {
cursor: pointer;
}
.grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.mb-8{
margin-bottom: 8px;
}
.mr-8{
margin-right: 8px;
}