index.module.less 1.9 KB

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