first add files

This commit is contained in:
2025-08-15 14:05:08 +08:00
parent c58f74bcc0
commit b6216570d9
2451 changed files with 29056 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
.block {
color: var(--td-text-color-secondary);
display: flex;
align-items: center;
justify-content: center;
}
.block--top,
.block--bottom {
width: 100vw;
height: 240px;
}
.block--left,
.block--right {
width: 280px;
height: 100%;
}
.block--center {
width: 240px;
height: 240px;
}
.wrapper {
margin-bottom: 32rpx;
}
.wrapper:last-child {
margin-bottom: 0;
}