1234567891011121314151617181920212223242526 |
- /* pages/prod-classify/prod-classify.wxss */
- page {
- background: #fff;
- }
- .line-fix {
- width: 100%;
- height: 2rpx;
- background: #e1e1e1;
- position: fixed;
- top: 0;
- }
- .tit-background {
- width: 100%;
- height: 20rpx;
- background: #f4f4f4;
- }
- .empty-list {
- font-size: 24rpx;
- color: #999;
- text-align: center;
- margin: 100rpx 0;
- }
|