44 lines
681 B
Plaintext
44 lines
681 B
Plaintext
.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;
|
|
}
|