index.module.less 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. .tradeRecord {
  2. --van-tab-active-text-color: var(--van-primary-color);
  3. --van-tab-text-color: #333;
  4. --van-tab-font-size: 16px;
  5. :global {
  6. .van-tab {
  7. font-weight: 600;
  8. }
  9. .van-tabs__wrap {
  10. padding-bottom: 3px;
  11. }
  12. }
  13. }
  14. .searchBand {
  15. display: inline-block;
  16. font-size: 14px;
  17. font-weight: 600;
  18. color: #333333;
  19. }
  20. .cellGroup {
  21. margin-bottom: 12px;
  22. :global {
  23. .van-cell {
  24. padding: 12px 15px;
  25. }
  26. }
  27. .times {
  28. flex: 0 auto;
  29. font-size: 16px;
  30. color: #777777;
  31. }
  32. .status {
  33. color: #fa6400;
  34. font-size: 14px;
  35. }
  36. .img {
  37. width: 36px;
  38. height: 36px;
  39. margin-right: 10px;
  40. flex-shrink: 0;
  41. }
  42. .name {
  43. font-size: 16px;
  44. font-weight: 500;
  45. color: #333333;
  46. line-height: 22px;
  47. }
  48. .price {
  49. font-size: 20px;
  50. font-weight: bold;
  51. color: #fc1a19;
  52. line-height: 16px;
  53. span {
  54. font-size: 14px;
  55. }
  56. }
  57. .refundBtn {
  58. border: 0;
  59. font-size: 16px;
  60. color: #777777;
  61. line-height: 22px;
  62. }
  63. .smallBtn {
  64. padding: 0 12px;
  65. & + .smallBtn {
  66. margin-left: 12px;
  67. }
  68. }
  69. }
  70. .dialogTitle {
  71. i {
  72. display: inline-block;
  73. width: 4px;
  74. height: 14px;
  75. background: #ff8057;
  76. border-radius: 2px;
  77. margin-right: 6px;
  78. }
  79. text-align: left;
  80. font-size: 18px;
  81. font-weight: 500;
  82. color: #333333;
  83. line-height: 25px;
  84. padding: 20px 0 15px 25px;
  85. }
  86. .refundContent {
  87. padding: 0 20px 25px;
  88. .tips {
  89. font-size: 15px;
  90. color: #333333;
  91. line-height: 21px;
  92. }
  93. }
  94. .container {
  95. :global {
  96. .van-button {
  97. font-size: 18px;
  98. font-weight: 500;
  99. }
  100. }
  101. }
  102. .refundTitle {
  103. padding-top: 25px;
  104. font-size: 16px;
  105. font-weight: 600;
  106. color: #333333;
  107. line-height: 22px;
  108. span {
  109. color: #f44541;
  110. }
  111. }
  112. .phoneName {
  113. background: #f2f2f2;
  114. border-radius: 6px;
  115. }