refundList.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. .nav {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. z-index: 10;
  7. background: #fff;
  8. height: 92rpx;
  9. border-top: 2rpx solid #f2f2f2;
  10. border-bottom: 2rpx solid #f2f2f2;
  11. padding: 0 60rpx;
  12. width: unset;
  13. display: flex;
  14. align-items: center;
  15. justify-content: space-between;
  16. }
  17. .nav .orderList_item {
  18. margin-bottom: 4rpx;
  19. font-size: 28rpx;
  20. font-family: PingFangSC-Medium;
  21. font-weight: 500;
  22. color: #666;
  23. position: relative;
  24. height: 96rpx;
  25. line-height: 96rpx;
  26. }
  27. .nav .orderList_item .line {
  28. position: absolute;
  29. bottom: 0;
  30. height: 6rpx;
  31. width: 100%;
  32. background: linear-gradient(90deg, #ff4936 0%, #ff6e3c 100%);
  33. box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(255, 89, 0, 0.25);
  34. border-radius: 24rpx;
  35. }
  36. .nav .on {
  37. color: #ff5344;
  38. }
  39. .swiper-box {
  40. width: 100%;
  41. margin-top: 90rpx;
  42. }
  43. .swiper-box .order-scroll-view {
  44. width: 750rpx;
  45. height: 100%;
  46. }
  47. .swiper-box .noRecordCon {
  48. display: flex;
  49. justify-content: center;
  50. align-items: center;
  51. flex-direction: column;
  52. }
  53. .swiper-box .noRecordCon .noRecordImg {
  54. width: 132rpx;
  55. height: 138rpx;
  56. margin-top: 50%;
  57. }
  58. .swiper-box .noRecordCon .noRefundImg {
  59. width: 218rpx;
  60. height: 218rpx;
  61. margin-top: 50%;
  62. }
  63. .swiper-box .noRecordCon .noRecord {
  64. padding-top: 32rpx;
  65. font-size: 30rpx;
  66. font-family: PingFangSC-Light;
  67. font-weight: 300;
  68. color: #666;
  69. line-height: 30rpx;
  70. }
  71. .swiper-box .noRecordCon .goIndex {
  72. width: 164rpx;
  73. height: 60rpx;
  74. background: #ff3432;
  75. border-radius: 30rpx;
  76. font-size: 28rpx;
  77. color: #fff;
  78. margin-top: 30rpx;
  79. display: flex;
  80. justify-content: center;
  81. align-items: center;
  82. }
  83. .swiper-box .item {
  84. width: 710rpx;
  85. height: 266rpx;
  86. box-shadow: 0rpx 0rpx 40rpx 0rpx rgba(0, 0, 0, 0.05);
  87. border-radius: 20rpx;
  88. margin: 20rpx auto 0;
  89. background: #fff;
  90. }
  91. .swiper-box .item:last-of-type {
  92. margin: 20rpx auto;
  93. }
  94. .refresh {
  95. width: 80rpx;
  96. height: 80rpx;
  97. border-radius: 50%;
  98. border: 1rpx solid #999;
  99. position: fixed;
  100. right: 50rpx;
  101. bottom: 200rpx;
  102. font-size: 20rpx;
  103. color: #fff;
  104. background: #000;
  105. opacity: 0.5;
  106. display: flex;
  107. justify-content: center;
  108. align-items: center;
  109. flex-direction: column;
  110. }
  111. .refresh image {
  112. width: 32rpx;
  113. height: 32rpx;
  114. margin-bottom: 4rpx;
  115. }
  116. .refundList {
  117. background: #f6f6f6;
  118. }
  119. .card {
  120. margin-top:20rpx;
  121. margin-left: 20rpx;
  122. color: #444;
  123. }
  124. .card .card-header {
  125. display: flex;
  126. align-items: center;
  127. justify-content: space-between;
  128. padding: 30rpx;
  129. font-size: 24rpx;
  130. }
  131. .card .card-content {
  132. padding: 30rpx;
  133. border-top: 0.1rpx solid #efefef;
  134. border-bottom: 0.1rpx solid #efefef;
  135. }
  136. .card .card-content .content-wrap {
  137. display: flex;
  138. align-items: center;
  139. justify-content: space-between;
  140. }
  141. .card .card-content .show-img {
  142. float: left;
  143. width: 120rpx !important;
  144. height: 120rpx !important;
  145. }
  146. .card .card-content .dot {
  147. display: flex;
  148. align-items: center;
  149. justify-content: space-between;
  150. }
  151. .card .card-content .dot .dot-item {
  152. width: 12rpx;
  153. height: 12rpx;
  154. border-radius: 50%;
  155. background: #d8d8d8;
  156. }
  157. .card .card-content .dot .dot-middle {
  158. margin: 0 10rpx;
  159. }
  160. .card .card-footer {
  161. display: flex;
  162. align-items: center;
  163. justify-content: space-between;
  164. padding: 30rpx;
  165. font-size: 24rpx;
  166. }
  167. .card .card-footer .money {
  168. font-size: 32rpx;
  169. font-weight: bold;
  170. display: inline-block;
  171. }
  172. .card .card-footer .accual-pay {
  173. display: inline-block;
  174. }
  175. .empty-wrap {
  176. padding-top: 300rpx;
  177. display: flex;
  178. justify-content: center;
  179. align-items: center;
  180. flex-direction: column;
  181. }
  182. .empty-wrap .empty-img {
  183. width: 218rpx;
  184. height: 218rpx;
  185. }
  186. .empty-wrap .empty-txt {
  187. font-size: 30rpx;
  188. font-weight: 400;
  189. color: #777;
  190. margin-top: 32rpx;
  191. }
  192. .padding-15 {
  193. margin-left: 16rpx;
  194. }
  195. .button-group {
  196. display: flex;
  197. justify-content: space-between;
  198. }
  199. .my-button {
  200. position: relative;
  201. color: #666;
  202. width: 136rpx;
  203. height: 52rpx;
  204. line-height: 52rpx;
  205. font-size: 24rpx;
  206. text-align: center;
  207. }
  208. .my-button::after {
  209. box-sizing: border-box;
  210. content: '';
  211. position: absolute;
  212. top: 0;
  213. left: 0;
  214. width: 200%;
  215. height: 200%;
  216. transform: scale(0.5);
  217. transform-origin: 0 0;
  218. border: 2rpx solid #b6b6b6;
  219. border-radius: 52rpx;
  220. pointer-events: none;
  221. }
  222. .get-goods {
  223. display: flex;
  224. justify-content: space-between;
  225. align-items: center;
  226. }
  227. .get-goods .sure-get {
  228. color: #aaa;
  229. }
  230. .my-button-pay {
  231. position: relative;
  232. width: 136rpx;
  233. height: 52rpx;
  234. line-height: 52rpx;
  235. font-size: 24rpx;
  236. text-align: center;
  237. color: white;
  238. border: none;
  239. border-radius: 26rpx;
  240. background: linear-gradient(90deg, #ff5041 0%, #ff877d 100%);
  241. }
  242. .right-arrow {
  243. width: 12rpx;
  244. height: 22rpx;
  245. margin-left: 10rpx;
  246. }
  247. /* 20181206 */
  248. .bold {
  249. font-weight: 500;
  250. }
  251. .red {
  252. color: #ff5344;
  253. font-size: 24rpx;
  254. }
  255. .gray {
  256. color: #aaa;
  257. }
  258. .i-card {
  259. width: 710rpx;
  260. border-radius: 20rpx;
  261. background: #fff;
  262. box-shadow: 0 0 40rpx 0 rgba(0, 0, 0, 0.05);
  263. display: flex;
  264. flex-direction: column;
  265. overflow: hidden;
  266. }