wallet.wxss 3.3 KB

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