index.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. page {
  2. height: 100%;
  3. }
  4. .tabs-external__inner {
  5. height: 88rpx;
  6. width: 100%;
  7. line-height: 88rpx;
  8. z-index: 100;
  9. }
  10. .tabs-external__inner {
  11. font-size: 26rpx;
  12. color: #333333;
  13. position: fixed;
  14. width: 100vw;
  15. top: 0;
  16. left: 0;
  17. }
  18. .tabs-external__inner .tabs-external__track {
  19. background: #fa4126 !important;
  20. }
  21. .tabs-external__inner .tabs-external__item {
  22. color: #666;
  23. }
  24. .tabs-external__inner .tabs-external__active {
  25. font-size: 28rpx;
  26. color: #fa4126 !important;
  27. }
  28. .tabs-external__inner.order-nav .order-nav-item .bottom-line {
  29. bottom: 12rpx;
  30. }
  31. .coupon-list-wrap {
  32. margin-top: 32rpx;
  33. margin-left: 32rpx;
  34. margin-right: 32rpx;
  35. overflow-y: auto;
  36. padding-bottom: 100rpx;
  37. padding-bottom: calc(constant(safe-area-inset-top) + 100rpx);
  38. padding-bottom: calc(env(safe-area-inset-bottom) + 100rpx);
  39. -webkit-overflow-scrolling: touch;
  40. }
  41. .center-entry {
  42. box-sizing: content-box;
  43. border-top: 1rpx solid #dce0e4;
  44. background-color: #fff;
  45. position: fixed;
  46. bottom: 0;
  47. left: 0;
  48. right: 0;
  49. height: 100rpx;
  50. padding-bottom: 0;
  51. padding-bottom: constant(safe-area-inset-top);
  52. padding-bottom: env(safe-area-inset-bottom);
  53. }
  54. .center-entry-btn {
  55. color: #fa4126;
  56. font-size: 28rpx;
  57. text-align: center;
  58. line-height: 100rpx;
  59. display: flex;
  60. align-items: center;
  61. justify-content: center;
  62. height: 100rpx;
  63. }
  64. .coupon-list-wrap .t-pull-down-refresh__bar {
  65. background: #fff !important;
  66. }
  67. .t-class-indicator {
  68. color: #b9b9b9 !important;
  69. }