Files

8 lines
153 B
Plaintext
Raw Permalink Normal View History

2025-08-15 14:05:08 +08:00
.box {
padding: 32rpx;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
background-color: var(--td-bg-color-container, #fff);
}