This commit is contained in:
sjk
2025-11-17 14:11:46 +08:00
commit ad4a600af9
1659 changed files with 171560 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
.goods-list-wrap {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
padding: 16rpx 12rpx;
background: #fff;
gap: 12rpx;
}
/* 使商品卡按两列栅格排布 */
.goods-card-inside {
width: calc((100% - 12rpx) / 2);
box-sizing: border-box;
}