mytimes.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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. }
  112. .money-box .money {
  113. font-size: 72rpx;
  114. font-family: PingFang SC;
  115. font-weight: bold;
  116. color: #ffffff;
  117. }
  118. .money-box .text {
  119. font-size: 30rpx;
  120. }
  121. .money-btn {
  122. position: relative;
  123. z-index: 2;
  124. color: #ffffff;
  125. text-align: right;
  126. font-size: 30rpx;
  127. font-family: PingFang SC;
  128. font-weight: bold;
  129. color: #ffffff;
  130. }
  131. .money-btn text {
  132. display: inline-block;
  133. padding-left: 10rpx;
  134. }
  135. .navbar {
  136. margin-top: 20rpx;
  137. display: flex;
  138. height: 88rpx;
  139. padding: 0 5px;
  140. background: #fff;
  141. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  142. position: relative;
  143. z-index: 10;
  144. }
  145. .navbar .nav-item {
  146. flex: 1;
  147. display: flex;
  148. justify-content: center;
  149. align-items: center;
  150. height: 100%;
  151. font-size: 15px;
  152. color: #999999;
  153. position: relative;
  154. }
  155. .navbar .nav-item.current {
  156. color: #000;
  157. }
  158. .navbar .nav-item.current:after {
  159. content: '';
  160. position: absolute;
  161. left: 50%;
  162. bottom: 0;
  163. -webkit-transform: translateX(-50%);
  164. transform: translateX(-50%);
  165. width: 44px;
  166. height: 0;
  167. border-bottom: 2px solid #fe5b38;
  168. }
  169. .swiper-box .order-item:last-child {
  170. margin-bottom: 60rpx;
  171. }
  172. .swiper-box .order-item {
  173. padding: 20rpx 30rpx;
  174. line-height: 1.5;
  175. }
  176. .swiper-box .order-item .title-box .title {
  177. font-size: 32rpx;
  178. color: #606266;
  179. }
  180. .swiper-box .order-item .title-box .time {
  181. font-size: 28rpx;
  182. color: #909399;
  183. }
  184. .swiper-box .order-item .money {
  185. color: #fd5b23;
  186. font-size: 32rpx;
  187. text-align: right;
  188. }
  189. .swiper-box .order-item .money .status {
  190. color: #909399;
  191. }
  192. .list-scroll-content {
  193. background: #ffffff;
  194. height: 100%;
  195. }
  196. .content {
  197. height: 100%;
  198. }
  199. .content .empty-content {
  200. background-color: #ffffff;
  201. }
  202. .btn-box {
  203. width: 674rpx;
  204. height: 88rpx;
  205. background: linear-gradient(0deg, #2e58ff, #32c6ff);
  206. border-radius: 44rpx;
  207. font-size: 36rpx;
  208. font-family: PingFang SC;
  209. font-weight: 500;
  210. color: #ffffff;
  211. text-align: center;
  212. line-height: 88rpx;
  213. position: fixed;
  214. bottom: 48rpx;
  215. left: 0;
  216. right: 0;
  217. margin: 0 auto;
  218. }
  219. .moneybtn-box {
  220. display: flex;
  221. justify-content: space-between;
  222. position: relative;
  223. z-index: 2;
  224. color: #ffffff;
  225. padding: 0rpx 50rpx;
  226. font-size: 30rpx;
  227. font-family: PingFang SC;
  228. font-weight: bold;
  229. color: #ffffff;
  230. }