award.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #f1f1f1;
  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. .info-box {
  72. width: 670rpx;
  73. height: 186rpx;
  74. background: #ffffff;
  75. box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
  76. border-radius: 20rpx;
  77. margin: -100rpx auto 0;
  78. position: relative;
  79. z-index: 2;
  80. }
  81. .info-box .info-item {
  82. width: 50%;
  83. display: flex;
  84. flex-direction: column;
  85. align-items: center;
  86. line-height: 1;
  87. }
  88. .info-box .info-item .info-font {
  89. font-size: 30rpx;
  90. font-family: PingFang SC;
  91. font-weight: bold;
  92. color: #999999;
  93. }
  94. .info-box .info-item .info-num {
  95. margin-top: 30rpx;
  96. font-size: 30rpx;
  97. font-family: PingFang SC;
  98. font-weight: bold;
  99. color: #181818;
  100. }
  101. .info-box .shu {
  102. width: 2rpx;
  103. height: 74rpx;
  104. background: #dcdfe6;
  105. }
  106. .money-box {
  107. position: relative;
  108. z-index: 2;
  109. color: #ffffff;
  110. text-align: center;
  111. padding-top: 40rpx;
  112. }
  113. .money-box .money {
  114. font-size: 72rpx;
  115. font-family: PingFang SC;
  116. font-weight: bold;
  117. color: #ffffff;
  118. }
  119. .money-box .text {
  120. font-size: 30rpx;
  121. }
  122. .moneybtn-box {
  123. display: flex;
  124. justify-content: space-between;
  125. position: relative;
  126. z-index: 2;
  127. color: #ffffff;
  128. padding: 0rpx 50rpx;
  129. font-size: 30rpx;
  130. font-family: PingFang SC;
  131. font-weight: bold;
  132. color: #ffffff;
  133. }
  134. .navbar {
  135. margin-top: 20rpx;
  136. display: flex;
  137. height: 88rpx;
  138. padding: 0 5px;
  139. background: #fff;
  140. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  141. position: relative;
  142. z-index: 10;
  143. }
  144. .navbar .nav-item {
  145. flex: 1;
  146. display: flex;
  147. justify-content: center;
  148. align-items: center;
  149. height: 100%;
  150. font-size: 15px;
  151. color: #999999;
  152. position: relative;
  153. }
  154. .navbar .nav-item.current {
  155. color: #000;
  156. }
  157. .navbar .nav-item.current:after {
  158. content: '';
  159. position: absolute;
  160. left: 50%;
  161. bottom: 0;
  162. -webkit-transform: translateX(-50%);
  163. transform: translateX(-50%);
  164. width: 44px;
  165. height: 0;
  166. border-bottom: 2px solid #fe5b38;
  167. }
  168. .swiper-box .order-item:last-child {
  169. margin-bottom: 60rpx;
  170. }
  171. .swiper-box .order-item {
  172. padding: 20rpx 30rpx;
  173. line-height: 1.5;
  174. }
  175. .swiper-box .order-item .title-box .title {
  176. font-size: 32rpx;
  177. color: #606266;
  178. }
  179. .swiper-box .order-item .title-box .time {
  180. font-size: 28rpx;
  181. color: #909399;
  182. }
  183. .swiper-box .order-item .money {
  184. color: #fd5b23;
  185. font-size: 32rpx;
  186. text-align: right;
  187. }
  188. .swiper-box .order-item .money .status {
  189. color: #909399;
  190. }
  191. .list-scroll-content {
  192. background: #ffffff;
  193. height: 100%;
  194. }
  195. .content {
  196. height: 100%;
  197. }
  198. .content .empty-content {
  199. background-color: #ffffff;
  200. }
  201. .btn-box {
  202. width: 674rpx;
  203. height: 88rpx;
  204. background: linear-gradient(0deg, #2e58ff, #32c6ff);
  205. border-radius: 44rpx;
  206. font-size: 36rpx;
  207. font-family: PingFang SC;
  208. font-weight: 500;
  209. color: #ffffff;
  210. text-align: center;
  211. line-height: 88rpx;
  212. position: fixed;
  213. bottom: 48rpx;
  214. left: 0;
  215. right: 0;
  216. margin: 0 auto;
  217. }