income.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. .zr {
  2. background: #fff;
  3. width: 100%;
  4. position: relative;
  5. overflow: hidden;
  6. padding-bottom: 30rpx;
  7. margin-bottom: 20rpx;
  8. }
  9. .top_box {
  10. color: #333;
  11. font-size: 24rpx;
  12. line-height: 1;
  13. }
  14. .total {
  15. text-align: center;
  16. padding-bottom: 40rpx;
  17. }
  18. .total-money {
  19. font-weight: bold;
  20. font-size: 58rpx;
  21. margin-top: 15rpx;
  22. padding-left: 80rpx;
  23. }
  24. .three {
  25. display: flex;
  26. justify-content: center;
  27. align-items: center;
  28. }
  29. .three-item {
  30. position: relative;
  31. flex: 1;
  32. text-align: center;
  33. }
  34. .three-item::before {
  35. content: '';
  36. position: absolute;
  37. left: 0;
  38. top: 0;
  39. bottom: 0;
  40. width: 1rpx;
  41. border-left: 1rpx solid #cfcfcf;
  42. }
  43. .three-item:first-child::before {
  44. content: none;
  45. }
  46. .three-title {
  47. color: #999;
  48. font-size: 24rpx;
  49. }
  50. .three-money {
  51. margin-top: 15rpx;
  52. font-size: 28rpx;
  53. font-weight: bold;
  54. }
  55. .rightArrowImg {
  56. width: 12rpx;
  57. height: 22rpx;
  58. margin-left: 8rpx;
  59. }
  60. .qrcode {
  61. display: inline-block;
  62. width: 80rpx;
  63. font-size: 22rpx;
  64. text-align: center;
  65. padding: 8rpx 0;
  66. border-radius: 5rpx;
  67. background: #ff5344;
  68. color: #fff;
  69. vertical-align: middle;
  70. }
  71. .nav {
  72. position: sticky;
  73. position: -webkit-sticky;
  74. top: 0;
  75. transition: top 0.3s;
  76. z-index: 10;
  77. background: #fff;
  78. height: 92rpx;
  79. border-bottom: 2rpx solid #f2f2f2;
  80. padding: 0 60rpx;
  81. width: unset;
  82. display: flex;
  83. align-items: center;
  84. justify-content: space-between;
  85. }
  86. .nav .orderList_item {
  87. font-size: 28rpx;
  88. font-family: PingFangSC-Medium;
  89. font-weight: 500;
  90. color: #666;
  91. position: relative;
  92. height: 96rpx;
  93. line-height: 96rpx;
  94. }
  95. .nav .on {
  96. position: relative;
  97. color: #ff5344;
  98. border-bottom: 4rpx solid #ff5344;
  99. }
  100. .noRecordCon {
  101. display: flex;
  102. justify-content: center;
  103. align-items: center;
  104. flex-direction: column;
  105. }
  106. .noRecordCon .noRecordImg {
  107. width: 132rpx;
  108. height: 138rpx;
  109. margin-top: 30%;
  110. }
  111. .noRecordCon .noRefundImg {
  112. width: 218rpx;
  113. height: 218rpx;
  114. margin-top: 50%;
  115. }
  116. .noRecordCon .noRecord {
  117. padding-top: 32rpx;
  118. font-size: 30rpx;
  119. font-family: PingFangSC-Light;
  120. font-weight: 300;
  121. color: #666;
  122. line-height: 30rpx;
  123. }
  124. .noRecordCon .goIndex {
  125. width: 164rpx;
  126. height: 60rpx;
  127. background: #ff3432;
  128. border-radius: 30rpx;
  129. font-size: 28rpx;
  130. color: #fff;
  131. margin-top: 30rpx;
  132. display: flex;
  133. justify-content: center;
  134. align-items: center;
  135. }
  136. .list-item {
  137. padding: 30rpx;
  138. background-color: #fff;
  139. margin-bottom: 20rpx;
  140. font-size: 26rpx;
  141. }
  142. .item-head {
  143. display: flex;
  144. justify-content: space-between;
  145. align-items: center;
  146. border-bottom: 1rpx solid #ececec;
  147. padding-bottom: 20rpx;
  148. }
  149. .item-head .status {
  150. color: #ff5344;
  151. }
  152. .list-item .line {
  153. display: flex;
  154. justify-content: space-between;
  155. align-items: center;
  156. line-height: 2;
  157. }
  158. .line-tit {
  159. color: #999;
  160. }
  161. .top_box_head {
  162. padding: 30rpx;
  163. }
  164. .tx-btn {
  165. color: #ff5344;
  166. }
  167. .goodsInfo {
  168. padding: 0 !important;
  169. }
  170. .goodsInfo .identity {
  171. left: 0 !important;
  172. }