wallet.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .header-box.data-v-52afd294 {
  27. background-color: #ffffff;
  28. padding: 30rpx;
  29. }
  30. .header-box .card-box.data-v-52afd294 {
  31. width: 100%;
  32. min-height: 300rpx;
  33. padding: 40rpx;
  34. background-size: 100% 100%;
  35. border-radius: 30rpx;
  36. overflow: hidden;
  37. position: relative;
  38. z-index: 1;
  39. box-sizing: border-box;
  40. }
  41. .header-box .card-box.data-v-52afd294::after {
  42. content: "";
  43. display: block;
  44. width: 100%;
  45. height: 100%;
  46. z-index: 2;
  47. position: absolute;
  48. top: 0;
  49. left: 0;
  50. background: var(--bce371da) no-repeat;
  51. pointer-events: none;
  52. }
  53. .header-box .card-box .card-head.data-v-52afd294 {
  54. color: #ffffff;
  55. font-size: 24rpx;
  56. }
  57. .header-box .card-box .ss-eye-icon.data-v-52afd294 {
  58. font-size: 40rpx;
  59. color: #ffffff;
  60. }
  61. .header-box .card-box .money-num.data-v-52afd294 {
  62. font-size: 40rpx;
  63. line-height: normal;
  64. font-weight: 500;
  65. color: #ffffff;
  66. font-family: OPPOSANS;
  67. }
  68. .header-box .card-box .reduce-num.data-v-52afd294 {
  69. font-size: 26rpx;
  70. font-weight: 400;
  71. color: #ffffff;
  72. }
  73. .header-box .card-box .withdraw-btn.data-v-52afd294 {
  74. width: 120rpx;
  75. height: 60rpx;
  76. line-height: 60rpx;
  77. border-radius: 30px;
  78. font-size: 24rpx;
  79. font-weight: 500;
  80. background-color: #ffffff;
  81. color: var(--ui-BG-Main);
  82. }
  83. .header-box .card-box .balance-btn.data-v-52afd294 {
  84. width: 120rpx;
  85. height: 60rpx;
  86. line-height: 60rpx;
  87. border-radius: 30px;
  88. font-size: 24rpx;
  89. font-weight: 500;
  90. color: #ffffff;
  91. border: 1px solid #ffffff;
  92. }
  93. .loading-money.data-v-52afd294 {
  94. margin-top: 56rpx;
  95. }
  96. .loading-money .loading-money-title.data-v-52afd294 {
  97. font-size: 24rpx;
  98. font-weight: 400;
  99. color: #ffffff;
  100. line-height: normal;
  101. margin-bottom: 30rpx;
  102. }
  103. .loading-money .loading-money-num.data-v-52afd294 {
  104. font-size: 30rpx;
  105. font-family: OPPOSANS;
  106. font-weight: 500;
  107. color: #fefefe;
  108. }
  109. .filter-box.data-v-52afd294 {
  110. height: 120rpx;
  111. padding: 0 30rpx;
  112. background-color: #f6f6f6;
  113. }
  114. .filter-box .total-box.data-v-52afd294 {
  115. font-size: 24rpx;
  116. font-weight: 500;
  117. color: #999999;
  118. }
  119. .filter-box .date-btn.data-v-52afd294 {
  120. background-color: #ffffff;
  121. line-height: 54rpx;
  122. border-radius: 27rpx;
  123. padding: 0 20rpx;
  124. font-size: 24rpx;
  125. font-weight: 500;
  126. color: #666666;
  127. }
  128. .filter-box .date-btn .ss-seldate-icon.data-v-52afd294 {
  129. font-size: 50rpx;
  130. color: #999999;
  131. }
  132. .wallet-tab-card .tab-item.data-v-52afd294 {
  133. height: 80rpx;
  134. position: relative;
  135. }
  136. .wallet-tab-card .tab-item .tab-title.data-v-52afd294 {
  137. font-size: 30rpx;
  138. }
  139. .wallet-tab-card .tab-item .cur-tab-title.data-v-52afd294 {
  140. font-weight: 700;
  141. }
  142. .wallet-tab-card .tab-item .tab-line.data-v-52afd294 {
  143. width: 60rpx;
  144. height: 6rpx;
  145. border-radius: 6rpx;
  146. position: absolute;
  147. left: 50%;
  148. transform: translateX(-50%);
  149. bottom: 2rpx;
  150. background-color: var(--ui-BG-Main);
  151. }
  152. .wallet-list.data-v-52afd294 {
  153. padding: 30rpx;
  154. background-color: #ffff;
  155. }
  156. .wallet-list .head-img.data-v-52afd294 {
  157. width: 70rpx;
  158. height: 70rpx;
  159. border-radius: 50%;
  160. background: #cccccc;
  161. }
  162. .wallet-list .list-content.data-v-52afd294 {
  163. justify-content: space-between;
  164. align-items: flex-start;
  165. flex: 1;
  166. }
  167. .wallet-list .list-content .title.data-v-52afd294 {
  168. font-size: 28rpx;
  169. color: #333333;
  170. width: 400rpx;
  171. }
  172. .wallet-list .list-content .time.data-v-52afd294 {
  173. color: #cccccc;
  174. font-size: 22rpx;
  175. }
  176. .wallet-list .money.data-v-52afd294 {
  177. font-size: 28rpx;
  178. font-weight: bold;
  179. font-family: OPPOSANS;
  180. }
  181. .wallet-list .money .add.data-v-52afd294 {
  182. color: var(--ui-BG-Main);
  183. }
  184. .wallet-list .money .minus.data-v-52afd294 {
  185. color: #333333;
  186. }
  187. .model-title.data-v-52afd294 {
  188. font-size: 36rpx;
  189. font-weight: bold;
  190. color: #333333;
  191. }
  192. .model-subtitle.data-v-52afd294 {
  193. font-size: 26rpx;
  194. color: #c2c7cf;
  195. }
  196. .model-btn.data-v-52afd294 {
  197. width: 100%;
  198. height: 80rpx;
  199. border-radius: 40rpx;
  200. font-size: 28rpx;
  201. font-weight: 500;
  202. color: #ffffff;
  203. line-height: normal;
  204. }
  205. .input-box.data-v-52afd294 {
  206. height: 100rpx;
  207. }
  208. .input-box .unit.data-v-52afd294 {
  209. font-size: 48rpx;
  210. color: #333;
  211. font-weight: 500;
  212. line-height: normal;
  213. }
  214. .input-box .uni-easyinput__placeholder-class.data-v-52afd294 {
  215. font-size: 30rpx;
  216. height: 40rpx;
  217. line-height: normal;
  218. }