Initial commit
This commit is contained in:
43
miniprogram/pages/category/index.wxss
Normal file
43
miniprogram/pages/category/index.wxss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user