wallet.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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 .moneyTx {
  20. position: absolute;
  21. top: 150rpx;
  22. right: 0rpx;
  23. width: 150rpx;
  24. padding: 10rpx 30rpx;
  25. border: 2px solid #ffffff;
  26. border-top-left-radius: 99rpx;
  27. border-bottom-left-radius: 99rpx;
  28. color: #ffffff;
  29. line-height: 1;
  30. font-size: 28rpx;
  31. }
  32. .content-money .buttom-box {
  33. background-color: #ffffff;
  34. text-align: center;
  35. margin: 0 30rpx;
  36. padding: 20rpx 0;
  37. border-radius: 15rpx;
  38. margin-top: -60rpx;
  39. }
  40. .content-money .buttom-box .buttom {
  41. font-size: 32rpx;
  42. -webkit-box-flex: 1;
  43. -webkit-flex-grow: 1;
  44. flex-grow: 1;
  45. }
  46. .content-money .buttom-box .interval {
  47. width: 2px;
  48. height: 60rpx;
  49. background-color: #eeeeee;
  50. }
  51. .content-money .buttom-box .icon {
  52. height: 50rpx;
  53. width: 48rpx;
  54. margin: 0 auto;
  55. }
  56. .content-money .buttom-box .icon .icon-img {
  57. width: 100%;
  58. height: 100%;
  59. }
  60. .money-box {
  61. height: 400rpx;
  62. color: #FF4C4C;
  63. text-align: center;
  64. position: relative;
  65. }
  66. .money-box image {
  67. position: absolute;
  68. top: 0;
  69. right: 0;
  70. height: 100%;
  71. width: 100%;
  72. }
  73. .money-box .text {
  74. padding-top: 147rpx;
  75. font-size: 24rpx;
  76. position: relative;
  77. }
  78. .money-box .money {
  79. padding-top: 175rpx;
  80. font-size: 56rpx;
  81. font-weight: bold;
  82. color: #FF4C4C;
  83. position: relative;
  84. }
  85. .money-box .money .money-icon {
  86. font-size: 38rpx;
  87. font-weight: bold;
  88. color: #FF4C4C;
  89. }
  90. .navbar {
  91. display: -webkit-box;
  92. display: -webkit-flex;
  93. display: flex;
  94. height: 40px;
  95. padding: 0 5px;
  96. background: #fff;
  97. -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  98. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  99. position: relative;
  100. z-index: 10;
  101. }
  102. .navbar .nav-item {
  103. -webkit-box-flex: 1;
  104. -webkit-flex: 1;
  105. flex: 1;
  106. display: -webkit-box;
  107. display: -webkit-flex;
  108. display: flex;
  109. -webkit-box-pack: center;
  110. -webkit-justify-content: center;
  111. justify-content: center;
  112. -webkit-box-align: center;
  113. -webkit-align-items: center;
  114. align-items: center;
  115. height: 100%;
  116. font-size: 15px;
  117. color: #999999;
  118. position: relative;
  119. }
  120. .navbar .nav-item.current {
  121. color: #FF4C4C;
  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 #FF4C4C;
  133. }
  134. .swiper-box {
  135. padding-top: 10rpx;
  136. }
  137. .swiper-box .order-item {
  138. padding: 20rpx 30rpx;
  139. line-height: 1.5;
  140. position: relative;
  141. }
  142. .swiper-box .order-item .title-box .title {
  143. font-size: 32rpx;
  144. color: #606266;
  145. }
  146. .swiper-box .order-item .title-box .time {
  147. font-size: 28rpx;
  148. color: #909399;
  149. }
  150. .swiper-box .order-item .money {
  151. color: #901B21;
  152. font-size: 32rpx;
  153. }
  154. .swiper-box .order-item .jg {
  155. width: 701rpx;
  156. height: 2rpx;
  157. background: #F0F4F8;
  158. margin: 0 auto;
  159. position: absolute;
  160. bottom: 0;
  161. }
  162. .list-scroll-content {
  163. height: 100%;
  164. }
  165. .content {
  166. height: 100%;
  167. }
  168. .content .empty-content {
  169. background-color: #ffffff;
  170. }
  171. .add-btn {
  172. position: fixed;
  173. bottom: 51rpx;
  174. right: 39rpx;
  175. width: 674rpx;
  176. height: 88rpx;
  177. background: #FF4C4C;
  178. border-radius: 44rpx;
  179. color: #fff;
  180. text-align: center;
  181. line-height: 88rpx;
  182. font-size: 34rpx;
  183. }