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,43 @@
.tabbar-position {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 999;
}
.wrap {
padding-bottom: 180rpx;
}
.goods-category-class {
background-color: #f6f6f6 !important;
height: calc(100vh - 180rpx);
}
.goods-category-class .goods-category-normal-item-container-item {
margin-top: 20rpx;
}
page {
background-color: #f5f5f5;
}
/* 商品列表区域样式 */
.category-goods-container {
background-color: transparent;
padding: 0 24rpx 24rpx 24rpx;
}
.category-goods-list {
background-color: transparent;
}
.wr-goods-list {
background: transparent !important;
}
.empty-wrap {
margin-top: 40rpx;
margin-bottom: 40rpx;
height: 300rpx;
}