aftersaleList.wxss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .aftersales-switch {
  7. width: 100%;
  8. background: #fff;
  9. height: 84rpx;
  10. }
  11. .aftersales-switch .item {
  12. display: inline-block;
  13. height: 82rpx;
  14. width: 25%;
  15. padding: 0 15rpx;
  16. text-align: center;
  17. }
  18. .aftersales-switch .item .txt {
  19. display: inline-block;
  20. height: 82rpx;
  21. padding: 0 20rpx;
  22. line-height: 82rpx;
  23. color: #9a9ba1;
  24. font-size: 30rpx;
  25. width: 140rpx;
  26. }
  27. .aftersales-switch .item.active .txt {
  28. color: #ab956d;
  29. border-bottom: 4rpx solid #ab956d;
  30. }
  31. .no-aftersale {
  32. width: 100%;
  33. height: auto;
  34. margin: 0 auto;
  35. }
  36. .no-aftersale .c {
  37. width: 100%;
  38. height: auto;
  39. margin-top: 400rpx;
  40. }
  41. .no-aftersale .c text {
  42. margin: 0 auto;
  43. display: block;
  44. width: 258rpx;
  45. height: 29rpx;
  46. line-height: 29rpx;
  47. text-align: center;
  48. font-size: 29rpx;
  49. color: #999;
  50. }
  51. .aftersales {
  52. height: auto;
  53. width: 100%;
  54. overflow: hidden;
  55. }
  56. .aftersale {
  57. margin-top: 20rpx;
  58. background: #fff;
  59. }
  60. .aftersale .h {
  61. height: 83.3rpx;
  62. line-height: 83.3rpx;
  63. margin-left: 31.25rpx;
  64. padding-right: 31.25rpx;
  65. border-bottom: 1px solid #f4f4f4;
  66. font-size: 30rpx;
  67. color: #333;
  68. }
  69. .aftersale .h .l {
  70. float: left;
  71. }
  72. .aftersale .h .r {
  73. float: right;
  74. color: #b4282d;
  75. font-size: 24rpx;
  76. }
  77. .aftersale .goods {
  78. display: flex;
  79. align-items: center;
  80. height: 199rpx;
  81. margin-left: 31.25rpx;
  82. }
  83. .aftersale .goods .img {
  84. height: 145.83rpx;
  85. width: 145.83rpx;
  86. background: #f4f4f4;
  87. }
  88. .aftersale .goods .img image {
  89. height: 145.83rpx;
  90. width: 145.83rpx;
  91. }
  92. .aftersale .goods .info {
  93. height: 145.83rpx;
  94. flex: 1;
  95. padding-left: 20rpx;
  96. }
  97. .aftersale .goods .name {
  98. margin-top: 30rpx;
  99. display: block;
  100. height: 44rpx;
  101. line-height: 44rpx;
  102. color: #333;
  103. font-size: 30rpx;
  104. }
  105. .aftersale .goods .number {
  106. display: block;
  107. height: 37rpx;
  108. line-height: 37rpx;
  109. color: #666;
  110. font-size: 25rpx;
  111. }
  112. .aftersale .goods .status {
  113. width: 105rpx;
  114. color: #b4282d;
  115. font-size: 25rpx;
  116. }
  117. .aftersale .b {
  118. height: 103rpx;
  119. line-height: 103rpx;
  120. margin-left: 31.25rpx;
  121. padding-right: 31.25rpx;
  122. border-top: 1px solid #f4f4f4;
  123. font-size: 30rpx;
  124. color: #333;
  125. }
  126. .aftersale .b .l {
  127. float: left;
  128. }
  129. .aftersale .b .r {
  130. float: right;
  131. }
  132. .aftersale .b .btn {
  133. margin-top: 19rpx;
  134. height: 64.5rpx;
  135. line-height: 64.5rpx;
  136. text-align: center;
  137. padding: 0 20rpx;
  138. border-radius: 5rpx;
  139. font-size: 28rpx;
  140. color: #fff;
  141. background: #b4282d;
  142. }