jf.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #f2f5f4;
  13. height: 100%;
  14. }
  15. .status_bar {
  16. height: 25px;
  17. width: 100%;
  18. }
  19. .content-money {
  20. position: relative;
  21. height: 480rpx;
  22. }
  23. .content-money .content-bg {
  24. position: absolute;
  25. top: 0;
  26. left: 0;
  27. right: 0;
  28. width: 750rpx;
  29. height: 480rpx;
  30. }
  31. .content-money .content-bg image {
  32. width: 100%;
  33. height: 100%;
  34. }
  35. .content-money .body-title {
  36. height: 80rpx;
  37. text-align: center;
  38. font-size: 35rpx;
  39. position: relative;
  40. }
  41. .content-money .body-title .header {
  42. position: absolute;
  43. left: 0;
  44. top: 0;
  45. width: 100%;
  46. font-size: 36rpx;
  47. font-family: PingFang SC;
  48. font-weight: bold;
  49. color: #fffeff;
  50. height: 80rpx;
  51. font-size: 36rpx;
  52. font-weight: 700;
  53. z-index: 9;
  54. display: flex;
  55. justify-content: center;
  56. align-items: center;
  57. }
  58. .content-money .body-title .goback-box {
  59. position: absolute;
  60. left: 18rpx;
  61. top: 0;
  62. height: 80rpx;
  63. display: flex;
  64. align-items: center;
  65. }
  66. .content-money .body-title .goback {
  67. z-index: 100;
  68. width: 34rpx;
  69. height: 34rpx;
  70. }
  71. .money-box {
  72. position: relative;
  73. z-index: 2;
  74. padding-top: 70rpx;
  75. color: #ffffff;
  76. text-align: center;
  77. }
  78. .money-box .money {
  79. font-size: 72rpx;
  80. font-family: PingFang SC;
  81. font-weight: bold;
  82. color: #ffffff;
  83. }
  84. .money-box .text {
  85. font-size: 30rpx;
  86. }
  87. .moneybtn-box {
  88. display: flex;
  89. justify-content: space-between;
  90. position: relative;
  91. z-index: 2;
  92. color: #ffffff;
  93. padding: 20rpx 50rpx;
  94. font-size: 30rpx;
  95. font-family: PingFang SC;
  96. font-weight: bold;
  97. color: #ffffff;
  98. }
  99. .navbar {
  100. margin-top: 25rpx;
  101. display: flex;
  102. height: 40px;
  103. padding: 0 5px;
  104. background: #fff;
  105. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  106. position: relative;
  107. z-index: 10;
  108. }
  109. .navbar .nav-item {
  110. flex: 1;
  111. display: flex;
  112. justify-content: center;
  113. align-items: center;
  114. height: 100%;
  115. font-size: 15px;
  116. color: #303133;
  117. position: relative;
  118. }
  119. .navbar .nav-item.current {
  120. color: #000;
  121. font-weight: bold;
  122. }
  123. .navbar .nav-item.current:after {
  124. content: '';
  125. position: absolute;
  126. left: 50%;
  127. bottom: 0;
  128. -webkit-transform: translateX(-50%);
  129. transform: translateX(-50%);
  130. width: 44px;
  131. height: 0;
  132. border-bottom: 2px solid #9a5e19;
  133. }
  134. .swiper-box .order-item {
  135. padding: 20rpx 30rpx;
  136. line-height: 1.5;
  137. }
  138. .swiper-box .order-item .title-box .title {
  139. font-size: 32rpx;
  140. color: #606266;
  141. }
  142. .swiper-box .order-item .title-box .time {
  143. font-size: 28rpx;
  144. color: #909399;
  145. }
  146. .swiper-box .order-item .money {
  147. color: #ef3a55;
  148. font-size: 32rpx;
  149. }
  150. .info-box {
  151. width: 670rpx;
  152. height: 186rpx;
  153. background: #ffffff;
  154. box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
  155. border-radius: 20rpx;
  156. margin: -100rpx auto 0;
  157. position: relative;
  158. z-index: 2;
  159. }
  160. .info-box .info-item {
  161. width: 50%;
  162. display: flex;
  163. flex-direction: column;
  164. align-items: center;
  165. line-height: 1;
  166. }
  167. .info-box .info-item .info-font {
  168. font-size: 30rpx;
  169. font-family: PingFang SC;
  170. font-weight: bold;
  171. color: #999999;
  172. }
  173. .info-box .info-item .info-num {
  174. margin-top: 30rpx;
  175. font-size: 30rpx;
  176. font-family: PingFang SC;
  177. font-weight: bold;
  178. color: #181818;
  179. }
  180. .info-box .shu {
  181. width: 2rpx;
  182. height: 74rpx;
  183. background: #dcdfe6;
  184. }
  185. .list-scroll-content {
  186. background-color: #ffffff;
  187. height: 100%;
  188. }
  189. .content {
  190. height: 100%;
  191. }
  192. .content .empty-content {
  193. background-color: #ffffff;
  194. }
  195. .btm-wrap {
  196. height: 140rpx;
  197. width: 750rpx;
  198. position: fixed;
  199. bottom: 0;
  200. left: 0;
  201. background-color: #fff;
  202. }
  203. .btm-wrap .btn {
  204. width: 674rpx;
  205. height: 88rpx;
  206. line-height: 88rpx;
  207. margin: auto;
  208. background: linear-gradient(-22deg, #9a5e19, #9a5e19);
  209. border-radius: 44rpx;
  210. text-align: center;
  211. font-size: 36rpx;
  212. font-family: PingFang SC;
  213. font-weight: 500;
  214. color: #ffffff;
  215. }