myCoupon.wxss 783 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .h-tabs {
  2. border-bottom: 1px solid #f2f2f2;
  3. display: flex;
  4. justify-content: space-around;
  5. font-size: 14px;
  6. position: fixed;
  7. top: 0;
  8. z-index: 1000;
  9. width: 100%;
  10. background: #fff;
  11. }
  12. .h-tab {
  13. padding: 8px 0;
  14. }
  15. .h-tab.on {
  16. border-bottom: 3px solid #04358D;
  17. font-weight: bold;
  18. }
  19. .coupons {
  20. margin-top: 50px;
  21. padding: 0 10px;
  22. }
  23. /* .empty {
  24. text-align: center;
  25. padding-top: 50rpx;
  26. color: #999999;
  27. font-size: 28rpx;
  28. } */
  29. /* 列表为空 */
  30. .empty {
  31. margin-top: 200rpx;
  32. text-align: cneter;
  33. }
  34. .empty-icon {
  35. display: block;
  36. width: 80rpx;
  37. height: 80rpx;
  38. margin: 0 auto;
  39. margin-bottom: 20rpx;
  40. }
  41. .empty-icon > image {
  42. width: 100%;
  43. height: 100%;
  44. }
  45. .empty-text {
  46. font-size: 28rpx;
  47. text-align: center;
  48. color: #999;
  49. line-height: 2em;
  50. }