prod-classify.wxss 653 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* pages/prod-classify/prod-classify.wxss */
  2. page {
  3. background: #f4f4f4;
  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. .coupon-condition {
  18. padding: 20rpx 20rpx 0;
  19. font-size: 24rpx;
  20. }
  21. /* 列表为空 */
  22. .empty {
  23. margin-top: 100rpx;
  24. text-align: cneter;
  25. }
  26. .empty-icon {
  27. display: block;
  28. width: 80rpx;
  29. height: 80rpx;
  30. margin: 0 auto;
  31. margin-bottom: 20rpx;
  32. }
  33. .empty-icon > image {
  34. width: 100%;
  35. height: 100%;
  36. }
  37. .empty-text {
  38. font-size: 28rpx;
  39. text-align: center;
  40. color: #999;
  41. line-height: 2em;
  42. }