aftersaleDetail.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .order-goods {
  7. margin-top: 20rpx;
  8. background: #fff;
  9. }
  10. .order-goods .h {
  11. height: 93.75rpx;
  12. line-height: 93.75rpx;
  13. margin-left: 31.25rpx;
  14. border-bottom: 1px solid #f4f4f4;
  15. padding-right: 31.25rpx;
  16. }
  17. .order-goods .h .label {
  18. float: left;
  19. font-size: 30rpx;
  20. color: #333;
  21. }
  22. .order-goods .h .status {
  23. float: right;
  24. font-size: 30rpx;
  25. color: #b4282d;
  26. }
  27. .order-goods .item {
  28. display: flex;
  29. align-items: center;
  30. height: 192rpx;
  31. margin-left: 31.25rpx;
  32. padding-right: 31.25rpx;
  33. border-bottom: 1px solid #f4f4f4;
  34. }
  35. .order-goods .item:last-child {
  36. border-bottom: none;
  37. }
  38. .order-goods .item .img {
  39. height: 145.83rpx;
  40. width: 145.83rpx;
  41. background: #f4f4f4;
  42. }
  43. .order-goods .item .img image {
  44. height: 145.83rpx;
  45. width: 145.83rpx;
  46. }
  47. .order-goods .item .info {
  48. flex: 1;
  49. height: 145.83rpx;
  50. margin-left: 20rpx;
  51. }
  52. .order-goods .item .t {
  53. margin-top: 8rpx;
  54. height: 33rpx;
  55. line-height: 33rpx;
  56. margin-bottom: 10.5rpx;
  57. }
  58. .order-goods .item .t .name {
  59. display: block;
  60. float: left;
  61. height: 33rpx;
  62. line-height: 33rpx;
  63. color: #333;
  64. font-size: 30rpx;
  65. }
  66. .order-goods .item .t .number {
  67. display: block;
  68. float: right;
  69. height: 33rpx;
  70. text-align: right;
  71. line-height: 33rpx;
  72. color: #333;
  73. font-size: 30rpx;
  74. }
  75. .order-goods .item .attr {
  76. height: 29rpx;
  77. line-height: 29rpx;
  78. color: #666;
  79. margin-bottom: 25rpx;
  80. font-size: 25rpx;
  81. }
  82. .order-goods .item .price {
  83. display: block;
  84. float: left;
  85. height: 30rpx;
  86. line-height: 30rpx;
  87. color: #333;
  88. font-size: 30rpx;
  89. }
  90. .fb-body {
  91. width: 100%;
  92. background: #fff;
  93. height: 300rpx;
  94. padding: 30rpx;
  95. }
  96. .fb-body .content {
  97. width: 100%;
  98. height: 200rpx;
  99. color: #333;
  100. }
  101. .weui-uploader__files {
  102. width: 100%;
  103. }
  104. .weui-uploader__file {
  105. float: left;
  106. margin-right: 9px;
  107. margin-bottom: 9px;
  108. }
  109. .weui-uploader__img {
  110. display: block;
  111. width: 30px;
  112. height: 30px;
  113. }
  114. .weui-uploader__input-box {
  115. float: left;
  116. position: relative;
  117. margin-right: 9px;
  118. margin-bottom: 9px;
  119. width: 30px;
  120. height: 30px;
  121. border: 1px solid #d9d9d9;
  122. }
  123. .weui-uploader__input-box:after, .weui-uploader__input-box:before {
  124. content: " ";
  125. position: absolute;
  126. top: 50%;
  127. left: 50%;
  128. -webkit-transform: translate(-50%, -50%);
  129. transform: translate(-50%, -50%);
  130. background-color: #d9d9d9;
  131. }
  132. .weui-uploader__input-box:before {
  133. width: 2px;
  134. height: 30px;
  135. }
  136. .weui-uploader__input-box:after {
  137. width: 30px;
  138. height: 2px;
  139. }
  140. .weui-uploader__input-box:active {
  141. border-color: #999;
  142. }
  143. .weui-uploader__input-box:active:after, .weui-uploader__input-box:active:before {
  144. background-color: #999;
  145. }
  146. .weui-uploader__input {
  147. position: absolute;
  148. z-index: 1;
  149. top: 0;
  150. left: 0;
  151. width: 100%;
  152. height: 100%;
  153. opacity: 0;
  154. }
  155. .fb-body .text-count {
  156. float: right;
  157. color: #666;
  158. font-size: 24rpx;
  159. line-height: 30rpx;
  160. }