sub-category.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /* pages/sub-category/sub-category.wxss */
  2. page {
  3. background: #f4f4f4;
  4. }
  5. .category-tit {
  6. width: 100%;
  7. white-space: nowrap;
  8. position: fixed;
  9. top: 0;
  10. z-index: 999;
  11. background-color: #fff;
  12. border-bottom: 2rpx solid #f4f4f4;
  13. font-size: 30rpx;
  14. }
  15. .category-tit .category-item {
  16. display: inline-block;
  17. padding: 20rpx 10rpx;
  18. margin: 0 20rpx;
  19. box-sizing: border-box;
  20. font-size: 28rpx;
  21. }
  22. .prod-item {
  23. margin-top: 100rpx;
  24. }
  25. .on {
  26. border-bottom: 4rpx solid #FF941A;
  27. color: #FF941A;
  28. }
  29. /* 清除 scroll-view 滚动条 */
  30. ::-webkit-scrollbar {
  31. width: 0;
  32. height: 0;
  33. color: transparent;
  34. }
  35. .empty-tips{
  36. text-align: center;
  37. margin-top: 150rpx;
  38. color: #888888;
  39. height: 80rpx;
  40. line-height: 80rpx;
  41. font-size: 28rpx;
  42. }
  43. /* 列表为空 */
  44. .empty {
  45. margin-top: 200rpx;
  46. text-align: cneter;
  47. }
  48. .empty-icon {
  49. display: block;
  50. width: 80rpx;
  51. height: 80rpx;
  52. margin: 0 auto;
  53. margin-bottom: 20rpx;
  54. }
  55. .empty-icon > image {
  56. width: 100%;
  57. height: 100%;
  58. }
  59. .empty-text {
  60. font-size: 28rpx;
  61. text-align: center;
  62. color: #999;
  63. line-height: 2em;
  64. }
  65. /* 加载完毕 */
  66. .all{
  67. margin: 30rpx;
  68. }