index.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. :host {
  2. background-color: #f5f5f5;
  3. }
  4. .page-container .tab-bar__placeholder,
  5. .page-container .tab-bar__inner {
  6. height: 88rpx;
  7. line-height: 88rpx;
  8. background: #fff;
  9. }
  10. .page-container .tab-bar__inner {
  11. font-size: 26rpx;
  12. color: #333333;
  13. position: fixed;
  14. width: 100vw;
  15. top: 0;
  16. left: 0;
  17. }
  18. .page-container .tab-bar__inner.order-nav .order-nav-item .bottom-line {
  19. bottom: 12rpx;
  20. }
  21. .tab-bar__inner .t-tabs-is-active {
  22. color: #fa4126 !important;
  23. }
  24. .tab-bar__inner .t-tabs-track {
  25. background: #fa4126 !important;
  26. }
  27. .page-container .tab-bar__active {
  28. font-size: 28rpx;
  29. }
  30. .page-container .specs-popup .bottom-btn {
  31. color: #fa4126;
  32. color: var(--color-primary, #fa4126);
  33. }
  34. .page-container .specs-popup .bottom-btn::after {
  35. border-color: #fa4126;
  36. border-color: var(--color-primary, #fa4126);
  37. }
  38. .dialog .dialog__button-confirm {
  39. color: #fa4126;
  40. color: var(--color-primary, #fa4126);
  41. }
  42. .list-loading {
  43. height: 100rpx;
  44. }
  45. .empty-wrapper {
  46. height: calc(100vh - 88rpx);
  47. }
  48. .btn-bar {
  49. margin-top: 20rpx;
  50. }
  51. .load-more {
  52. margin: 0 24rpx;
  53. }
  54. wr-order-goods-card:not(:first-child) .wr-goods-card {
  55. margin-top: 40rpx;
  56. }
  57. .price-total {
  58. font-size: 24rpx;
  59. line-height: 32rpx;
  60. color: #999999;
  61. padding-top: 10rpx;
  62. width: 100%;
  63. display: flex;
  64. align-items: baseline;
  65. justify-content: flex-end;
  66. }
  67. .price-total .bold-price {
  68. color: #333333;
  69. font-size: 28rpx;
  70. line-height: 40rpx;
  71. color: #333333;
  72. }
  73. .price-total .real-pay {
  74. font-size: 36rpx;
  75. line-height: 48rpx;
  76. color: #fa4126;
  77. font-weight: bold;
  78. }
  79. .t-tabs.t-tabs--top .t-tabs-scroll {
  80. border: none !important;
  81. }
  82. .t-empty-text {
  83. font-size: 28rpx;
  84. color: #999;
  85. }
  86. .page-container .order-number {
  87. color: #666666;
  88. font-size: 28rpx;
  89. }
  90. .t-class-indicator {
  91. color: #b9b9b9 !important;
  92. }
  93. .tab-bar .tab-bar__active {
  94. color: #333333 !important;
  95. }
  96. .tab-bar .t-tabs-track {
  97. background: #333333 !important;
  98. }
  99. .t-button {
  100. --td-button-default-color: #000;
  101. --td-button-primary-text-color: #fa4126;
  102. }