vr-shopxo-uniapp/pages/article-category/article-category.css

14 lines
161 B
CSS

/**
* 分类导航
*/
.nav-list {
height: 80rpx;
line-height: 80rpx;
}
/**
* 数据列表
*/
.scroll-box {
height: calc(100vh - 80rpx);
}