Initial commit

This commit is contained in:
sjk
2025-11-17 13:32:54 +08:00
commit e788eab6eb
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;
}