flat:合并

This commit is contained in:
史典卓
2025-09-24 12:54:02 +08:00
parent 1bb796b5ef
commit 19ef39061e
3 changed files with 374 additions and 47 deletions

View File

@@ -0,0 +1,19 @@
.cards {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-row-gap: 30px;
.card {
display: flex;
align-items: center;
margin-right: 80px;
.label {
margin-right: 10px;
white-space: nowrap;
}
.input {
}
}
}