index.rpx.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. .myclient_list{
  2. width: 750rpx;
  3. height: 200rpx;
  4. padding: 0 15rpx;
  5. }
  6. .nl{
  7. width: 600rpx;
  8. overflow: hidden;
  9. text-overflow: ellipsis;
  10. display: -webkit-box;
  11. -webkit-line-clamp: 1;
  12. -webkit-box-orient: vertical;
  13. }
  14. .success_status {
  15. text-align: right;
  16. color: #75BE00;
  17. }
  18. .phone {
  19. height: 44rpx;
  20. font-size: 24rpx;
  21. font-weight: 400;
  22. color: #999999;
  23. line-height: 44rpx;
  24. }
  25. .phone image {
  26. width: 24rpx;
  27. height: 24rpx;
  28. margin-right: 20rpx;
  29. }
  30. .time {
  31. height: 44rpx;
  32. font-size: 24rpx;
  33. font-weight: 400;
  34. color: #999999;
  35. line-height: 44rpx;
  36. }
  37. .time image {
  38. width: 24rpx;
  39. height: 24rpx;
  40. margin-right: 20rpx;
  41. }
  42. .all-products-body {
  43. background-color: white;
  44. margin-top: 20rpx;
  45. }
  46. .all-products-item {
  47. width: 690rpx;
  48. }
  49. .goodsImage {
  50. width: 128rpx;
  51. height: 128rpx;
  52. border-radius: 8rpx;
  53. }
  54. .all-products-item-content {
  55. width: 562rpx;
  56. padding-left: 20rpx;
  57. }
  58. .all-products-item-content-t {
  59. height: 80rpx;
  60. padding: 0 15rpx;
  61. overflow: hidden;
  62. text-overflow: ellipsis;
  63. display: -webkit-box;
  64. -webkit-line-clamp: 2;
  65. -webkit-box-orient: vertical;
  66. font-size: 28rpx;
  67. font-weight: 400;
  68. color: #333333;
  69. line-height: 40rpx;
  70. }
  71. .all-products-item-content-b {
  72. padding: 0 15rpx;
  73. width: 562rpx;
  74. }
  75. .red {
  76. display: block;
  77. font-size: 28rpx;
  78. font-weight: 500;
  79. color: #B22338 !important;
  80. line-height: 60rpx;
  81. }
  82. .line-thr {
  83. display: block;
  84. font-size: 28rpx;
  85. font-weight: 400;
  86. color: #999999;
  87. text-decoration: line-through;
  88. margin-left: 15rpx;
  89. line-height: 60rpx;
  90. }
  91. .number-box{
  92. margin-right: 15rpx;
  93. }
  94. .image-view{
  95. width: 40rpx;
  96. height: 40rpx;
  97. margin: 0 10rpx;
  98. }
  99. .image{
  100. width: 40rpx;
  101. height: 40rpx;
  102. }
  103. .bottom{
  104. width: 750rpx;
  105. height: 200rpx;
  106. padding: 0 15rpx;
  107. }
  108. .bottom .button-view{
  109. margin-top: 15rpx;
  110. height: 100rpx;
  111. background-color: white;
  112. }
  113. .reason{
  114. width: 150rpx;
  115. line-height: 100rpx;
  116. }
  117. .input-view{
  118. width: 570rpx;
  119. }
  120. .vgoodsNumber{
  121. margin-top: 15rpx;
  122. }
  123. .conter{
  124. margin-top: 10rpx;
  125. }
  126. .myclient_list{
  127. background-color: white;
  128. }
  129. .Refund_view {
  130. height: 584rpx;
  131. margin: 20rpx;
  132. padding: 0 30rpx;
  133. position: relative;
  134. }
  135. .Refund_view_title {
  136. height: 80rpx;
  137. font-size: 32rpx;
  138. font-weight: bolder;
  139. color: #111111;
  140. line-height: 80rpx;
  141. }
  142. .Refund_view_radio {
  143. display: flex;
  144. flex-direction: column;
  145. }
  146. label {
  147. flex: 1;
  148. margin-bottom: 20rpx;
  149. margin-right: 20rpx;
  150. }
  151. .Refund_view_btn {
  152. margin: auto;
  153. width: 90%;
  154. height: 84rpx;
  155. background: #B42A3E;
  156. border-radius: 8rpx;
  157. font-size: 28rpx;
  158. font-weight: 400;
  159. color: #FFFFFF;
  160. line-height: 84rpx;
  161. position: absolute;
  162. bottom: 0;
  163. transform: translateX(-50%);
  164. left: 50%;
  165. }