prod-classify.wxss 343 B

1234567891011121314151617181920212223242526
  1. /* pages/prod-classify/prod-classify.wxss */
  2. page {
  3. background: #fff;
  4. }
  5. .line-fix {
  6. width: 100%;
  7. height: 2rpx;
  8. background: #e1e1e1;
  9. position: fixed;
  10. top: 0;
  11. }
  12. .tit-background {
  13. width: 100%;
  14. height: 20rpx;
  15. background: #f4f4f4;
  16. }
  17. .empty-list {
  18. font-size: 24rpx;
  19. color: #999;
  20. text-align: center;
  21. margin: 100rpx 0;
  22. }