settlementDetail.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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. .settlementDetail {
  120. width: 750rpx;
  121. height: 100%;
  122. overflow: auto;
  123. font-family: PingFangSC-Regular;
  124. font-size: 28rpx;
  125. }
  126. .settlementDetail .header {
  127. background: #fff;
  128. margin-top: 20rpx;
  129. }
  130. .settlementDetail .header .title {
  131. height: 96rpx;
  132. line-height: 96rpx;
  133. width: 688rpx;
  134. margin: 0 auto;
  135. color: #333;
  136. border-bottom: 2rpx solid #e4e4e4;
  137. }
  138. .settlementDetail .header .container {
  139. padding: 12rpx 30rpx 42rpx;
  140. color: #666;
  141. }
  142. .settlementDetail .header .container .per {
  143. display: flex;
  144. justify-content: space-between;
  145. line-height: 40rpx;
  146. margin-top: 12rpx;
  147. }
  148. .settlementDetail .main {
  149. margin-top: 20rpx;
  150. }
  151. .settlementDetail .main .title {
  152. padding: 0 30rpx;
  153. display: flex;
  154. justify-content: space-between;
  155. line-height: 80rpx;
  156. background: #fff;
  157. border-bottom: 2rpx solid #e4e4e4;
  158. }
  159. .settlementDetail .main .title .date {
  160. font-size: 24rpx;
  161. color: #666;
  162. }
  163. .settlementDetail .main .title .status {
  164. font-size: 26rpx;
  165. color: #f75451;
  166. }
  167. .settlementDetail .main .figcaption {
  168. background: #fff;
  169. display: flex;
  170. justify-content: flex-start;
  171. padding: 24rpx 30rpx;
  172. height: 120rpx;
  173. }
  174. .settlementDetail .main .figcaption .figure {
  175. margin-right: 30rpx;
  176. }
  177. .settlementDetail .main .figcaption .figure image {
  178. width: 120rpx;
  179. height: 120rpx;
  180. }
  181. .settlementDetail .main .figcaption .desc .goodsName {
  182. color: #333;
  183. font-size: 28rpx;
  184. line-height: 40rpx;
  185. height: 80rpx;
  186. width: 540rpx;
  187. display: -webkit-box;
  188. -webkit-box-orient: vertical;
  189. -webkit-line-clamp: 2;
  190. overflow: hidden;
  191. text-overflow: initial;
  192. white-space: normal;
  193. }
  194. .settlementDetail .main .figcaption .desc .goods-detail {
  195. line-height: 34rpx;
  196. font-size: 24rpx;
  197. color: #999;
  198. }
  199. .settlementDetail .main .figcaption .desc .line {
  200. font-size: 16rpx;
  201. vertical-align: middle;
  202. }