extension.wxss 4.5 KB

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