settlementList.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  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: 2rpx solid #999;
  99. box-shadow: 2rpx 2rpx 4rpx #999;
  100. position: fixed;
  101. right: 50rpx;
  102. bottom: 200rpx;
  103. font-size: 20rpx;
  104. color: #666;
  105. background: #fff;
  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. page {
  117. height: 100%;
  118. }
  119. .settlementList {
  120. width: 750rpx;
  121. height: 100%;
  122. overflow: auto;
  123. margin-top: 80rpx;
  124. font-family: PingFangSC-Regular;
  125. font-size: 28rpx;
  126. }
  127. .settlementList .order-scroll-view {
  128. width: 750rpx;
  129. height: 100%;
  130. }
  131. .settlementList .noRecordCon {
  132. display: flex;
  133. justify-content: center;
  134. align-items: center;
  135. flex-direction: column;
  136. }
  137. .settlementList .noRecordCon .noRecordImg {
  138. width: 132rpx;
  139. height: 138rpx;
  140. margin-top: 328rpx;
  141. }
  142. .settlementList .noRecordCon .noRecord {
  143. padding-top: 18rpx;
  144. font-size: 28rpx;
  145. color: #999;
  146. }
  147. .settlementList navigator {
  148. background: #fff;
  149. margin-top: 20rpx;
  150. }
  151. .settlementList .title {
  152. height: 96rpx;
  153. line-height: 96rpx;
  154. width: 688rpx;
  155. margin: 0 auto;
  156. color: #333;
  157. border-bottom: 2rpx solid #e4e4e4;
  158. }
  159. .settlementList .main {
  160. color: #666;
  161. width: 688rpx;
  162. margin: 0 auto;
  163. display: flex;
  164. justify-content: space-between;
  165. }
  166. .settlementList .main .left {
  167. flex: 1;
  168. padding: 12rpx 0 24rpx;
  169. }
  170. .settlementList .main .left .per {
  171. display: flex;
  172. justify-content: space-between;
  173. line-height: 40rpx;
  174. margin-top: 12rpx;
  175. }
  176. .settlementList .main .arrow {
  177. width: 52rpx;
  178. text-align: right;
  179. line-height: 192rpx;
  180. }
  181. .settlementList .main .arrow .rightArrowImg {
  182. width: 12rpx;
  183. height: 22rpx;
  184. }
  185. .section {
  186. position: fixed;
  187. width: 690rpx;
  188. top: 0;
  189. z-index: 20;
  190. display: flex;
  191. font-size: 28rpx;
  192. color: #666;
  193. padding: 20rpx 30rpx;
  194. background-color: #fff;
  195. }
  196. .section .groupDay {
  197. width: 36rpx;
  198. height: 36rpx;
  199. }
  200. .section .picker {
  201. margin-left: 20rpx;
  202. display: flex;
  203. flex: 1;
  204. }
  205. .section .picker .choose-day .iconfont {
  206. font-size: 12rpx;
  207. margin-left: 6rpx;
  208. vertical-align: middle;
  209. color: #999;
  210. }