index.rpx.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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: 2rpx solid #FFFFFF;
  53. }
  54. .all-products-item-content {
  55. width: 562rpx;
  56. padding-left: 20rpx;
  57. }
  58. .all-products-item-content-t {
  59. padding: 0 15rpx;
  60. overflow: hidden;
  61. text-overflow: ellipsis;
  62. display: -webkit-box;
  63. -webkit-line-clamp: 2;
  64. -webkit-box-orient: vertical;
  65. font-size: 28rpx;
  66. font-weight: 400;
  67. color: #333333;
  68. line-height: 40rpx;
  69. }
  70. .all-products-item-content-b {
  71. padding: 0 15rpx;
  72. width: 562rpx;
  73. }
  74. .red {
  75. display: block;
  76. font-size: 28rpx;
  77. font-weight: 500;
  78. color: #B22338 !important;
  79. line-height: 60rpx;
  80. }
  81. .line-thr {
  82. display: block;
  83. font-size: 28rpx;
  84. font-weight: 400;
  85. color: #999999;
  86. text-decoration: line-through;
  87. margin-left: 15rpx;
  88. line-height: 60rpx;
  89. }
  90. .number-box{
  91. margin-right: 15rpx;
  92. }
  93. .image-view{
  94. width: 40rpx;
  95. height: 40rpx;
  96. margin: 0 10rpx;
  97. }
  98. .image{
  99. width: 40rpx;
  100. height: 40rpx;
  101. }
  102. .bottom{
  103. width: 750rpx;
  104. height: 200rpx;
  105. padding: 0 15rpx;
  106. }
  107. .bottom .button-view{
  108. margin-top: 15rpx;
  109. height: 100rpx;
  110. background-color: white;
  111. }
  112. .reason{
  113. width: 150rpx;
  114. line-height: 100rpx;
  115. }
  116. .input-view{
  117. width: 570rpx;
  118. }
  119. .vgoodsNumber{
  120. margin-top: 15rpx;
  121. }
  122. .conter{
  123. margin-top: 10rpx;
  124. }
  125. .myclient_list{
  126. background-color: white;
  127. }
  128. .Refund_view {
  129. height: 584rpx;
  130. margin: 20rpx;
  131. padding: 0 30rpx;
  132. position: relative;
  133. }
  134. .Refund_view_title {
  135. height: 80rpx;
  136. font-size: 32rpx;
  137. font-weight: bolder;
  138. color: #111111;
  139. line-height: 80rpx;
  140. }
  141. .Refund_view_radio {
  142. display: flex;
  143. flex-direction: column;
  144. }
  145. label {
  146. flex: 1;
  147. margin-bottom: 20rpx;
  148. margin-right: 20rpx;
  149. }
  150. .Refund_view_btn {
  151. margin: auto;
  152. width: 90%;
  153. height: 84rpx;
  154. background: #B42A3E;
  155. border-radius: 8rpx;
  156. font-size: 28rpx;
  157. font-weight: 400;
  158. color: #FFFFFF;
  159. line-height: 84rpx;
  160. position: absolute;
  161. bottom: 0;
  162. transform: translateX(-50%);
  163. left: 50%;
  164. }