afterSales.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. /* pages/afterSales/afterSales.wxss */
  2. /* 清除浮动 */
  3. .clearfix:after {
  4. content: ".";
  5. display: block;
  6. height: 0;
  7. clear: both;
  8. visibility: hidden;
  9. }
  10. image {
  11. width: 100%;
  12. height: 100%;
  13. }
  14. .page {
  15. position: fixed;
  16. width: 100%;
  17. height: 100%;
  18. background: #f7f7f7;
  19. overflow: auto;
  20. }
  21. .goods-list{
  22. padding: 20rpx 24rpx 200rpx;
  23. background: #F9F9F9;
  24. }
  25. .goods-item {
  26. background: #fff;
  27. margin-bottom: 20rpx;
  28. border-radius: 16rpx;
  29. }
  30. .goods-item:first-child {
  31. margin-top: 20rpx;
  32. }
  33. /* 店铺 */
  34. .shop-box {
  35. display: block;
  36. padding: 20rpx;
  37. border-bottom: 1rpx solid #f0f0f0;
  38. }
  39. .shop-img {
  40. display: inline-block;
  41. width: 36rpx;
  42. height: 36rpx;
  43. vertical-align: middle;
  44. margin-right: 10rpx;
  45. }
  46. .shop-img > iamge {
  47. display: block;
  48. width: 100%;
  49. height: 100%;
  50. }
  51. .shopname {
  52. display: inline-block;
  53. font-size: 28rpx;
  54. line-height: 1em;
  55. vertical-align: middle;
  56. }
  57. /* 商品信息 */
  58. .goods-msg-box {
  59. background: #fff;
  60. padding: 25rpx 20rpx;
  61. border-bottom: 1rpx solid #f2f2f2;
  62. }
  63. .img-box {
  64. display: inline-block;
  65. width: 150rpx;
  66. height: 150rpx;
  67. margin-right: 20rpx;
  68. background: #eee;
  69. vertical-align: top;
  70. }
  71. .goods-text {
  72. display: inline-block;
  73. vertical-align: top;
  74. width: 70%;
  75. }
  76. .goods-title {
  77. font-size: 28rpx;
  78. display: -webkit-box;
  79. -webkit-line-clamp: 2; /*设定显示行数*/
  80. -webkit-box-orient: vertical;
  81. word-break: break-all;
  82. overflow: hidden;
  83. text-overflow: ellipsis;
  84. }
  85. .goods-quantity {
  86. font-size: 26rpx;
  87. color: #888888;
  88. margin-top: 25rpx;
  89. }
  90. /* 提示 */
  91. .goods-item-tips {
  92. padding: 20rpx;
  93. padding-bottom: 25rpx;
  94. font-size: 28rpx;
  95. border-bottom: 1rpx solid #f2f2f2;
  96. line-height: 1em;
  97. }
  98. .btn-box{
  99. display: flex;
  100. justify-content: flex-end;
  101. margin: 28rpx 28rpx 0 0;
  102. padding-bottom: 20rpx;
  103. }
  104. .btn-box .cancel-btn{
  105. font-size: 24rpx;
  106. color: #AAAAAA;
  107. width: 128rpx;
  108. height: 48rpx;
  109. line-height: 48rpx;
  110. text-align: center;
  111. background: #FFFFFF;
  112. border-radius: 32rpx 32rpx 32rpx 32rpx;
  113. border: 1rpx solid #AAAAAA;
  114. }
  115. .rmb-icon {
  116. display: inline-block;
  117. width: 35rpx;
  118. height: 35rpx;
  119. vertical-align: middle;
  120. margin-right: 15rpx;
  121. }
  122. .refund-type {
  123. display: inline-block;
  124. vertical-align: middle;
  125. color: #888888;
  126. margin-right: 15rpx;
  127. }
  128. .refund-process {
  129. display: inline-block;
  130. vertical-align: middle;
  131. color: #555555;
  132. }
  133. .item-cont {
  134. display: flex;
  135. align-items: center;
  136. padding: 20rpx 30rpx;
  137. border-radius: 10rpx;
  138. display: -webkit-flex;
  139. display: -webkit-box;
  140. display: -moz-box;
  141. display: -ms-flexbox;
  142. background: #f7f7f7;
  143. justify-content: space-between;
  144. }
  145. .item-cont .categories {
  146. white-space: nowrap;
  147. }
  148. .item-cont .categories .prod-pic {
  149. display: inline-block;
  150. width: 180rpx;
  151. height: 180rpx;
  152. margin-right: 20rpx;
  153. }
  154. .item-cont .prod-pic image {
  155. display: block;
  156. width: 100%;
  157. height: 100%;
  158. }
  159. /* 查看详情 */
  160. .item-bottom {
  161. /* padding: 15rpx 20rpx; */
  162. /* text-align: right; */
  163. /* margin-top: 20rpx; */
  164. line-height: 1em;
  165. }
  166. .view-details {
  167. float: right;
  168. /* display: inline-block; */
  169. font-size: 25rpx;
  170. vertical-align: middle;
  171. border: 1rpx solid #e4e4e4;
  172. padding: 10rpx 25rpx;
  173. border-radius: 8rpx;
  174. }
  175. /* .empty{
  176. font-size: 30rpx;
  177. text-align: center;
  178. height:200rpx;
  179. line-height: 200rpx;
  180. color: #666;
  181. } */
  182. /* 列表为空 */
  183. .empty {
  184. margin-top: 150rpx;
  185. text-align: cneter;
  186. }
  187. .empty-icon {
  188. display: block;
  189. width: 80rpx;
  190. height: 80rpx;
  191. margin: 0 auto;
  192. margin-bottom: 20rpx;
  193. }
  194. .empty-icon > image {
  195. width: 100%;
  196. height: 100%;
  197. }
  198. .empty-text {
  199. font-size: 28rpx;
  200. text-align: center;
  201. color: #999;
  202. line-height: 2em;
  203. }