2025/9/24/22:32

This commit is contained in:
2025-09-24 22:32:06 +08:00
parent b8b6c5a75f
commit 956d1ace13
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
/* 卡片容器使用纵向布局 */
.cards-container {
display: flex;
margin-bottom: 150rpx;
flex-direction: column; /* 纵向排列卡片 */
gap: 15px; /* 卡片之间的间距 */
padding: 15px;