withdraw.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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. .data-v-cf14c8af .uni-input-input {
  27. font-family: OPPOSANS !important;
  28. }
  29. .wallet-num-box.data-v-cf14c8af {
  30. padding: 0 40rpx 80rpx;
  31. background: var(--ui-BG-Main) var(--11aa8d88) center/750rpx 100% no-repeat;
  32. border-radius: 0 0 5% 5%;
  33. }
  34. .wallet-num-box .num-title.data-v-cf14c8af {
  35. font-size: 26rpx;
  36. font-weight: 500;
  37. color: #ffffff;
  38. margin-bottom: 20rpx;
  39. }
  40. .wallet-num-box .wallet-num.data-v-cf14c8af {
  41. font-size: 60rpx;
  42. font-weight: 500;
  43. color: #ffffff;
  44. font-family: OPPOSANS;
  45. }
  46. .wallet-num-box .log-btn.data-v-cf14c8af {
  47. width: 170rpx;
  48. height: 60rpx;
  49. line-height: 60rpx;
  50. border: 1rpx solid #ffffff;
  51. border-radius: 30rpx;
  52. padding: 0;
  53. font-size: 26rpx;
  54. font-weight: 500;
  55. color: #ffffff;
  56. }
  57. .draw-card.data-v-cf14c8af {
  58. background-color: #ffffff;
  59. border-radius: 20rpx;
  60. width: 690rpx;
  61. min-height: 560rpx;
  62. margin: -60rpx 30rpx 30rpx 30rpx;
  63. padding: 30rpx;
  64. position: relative;
  65. z-index: 3;
  66. box-sizing: border-box;
  67. }
  68. .draw-card .card-title.data-v-cf14c8af {
  69. font-size: 30rpx;
  70. font-weight: 500;
  71. margin-bottom: 30rpx;
  72. }
  73. .draw-card .bank-box .name.data-v-cf14c8af {
  74. font-size: 28rpx;
  75. font-weight: 500;
  76. }
  77. .draw-card .bank-box .bank-list .empty-text.data-v-cf14c8af {
  78. font-size: 28rpx;
  79. font-weight: 400;
  80. color: #999999;
  81. }
  82. .draw-card .bank-box .bank-list .cicon-forward.data-v-cf14c8af {
  83. color: #999999;
  84. }
  85. .draw-card .bank-box .input-box.data-v-cf14c8af {
  86. width: 624rpx;
  87. height: 100rpx;
  88. margin-bottom: 40rpx;
  89. }
  90. .draw-card .bank-box .input-box .unit.data-v-cf14c8af {
  91. font-size: 48rpx;
  92. color: #333;
  93. font-weight: 500;
  94. }
  95. .draw-card .bank-box .input-box .uni-easyinput__placeholder-class.data-v-cf14c8af {
  96. font-size: 30rpx;
  97. height: 36rpx;
  98. }
  99. .draw-card .bank-box .input-box.data-v-cf14c8af .uni-easyinput__content-input {
  100. font-size: 48rpx;
  101. }
  102. .draw-card .bank-box .save-btn.data-v-cf14c8af {
  103. width: 616rpx;
  104. height: 86rpx;
  105. line-height: 86rpx;
  106. border-radius: 40rpx;
  107. margin-top: 80rpx;
  108. }
  109. .draw-card .bind-box .placeholder-text.data-v-cf14c8af {
  110. font-size: 26rpx;
  111. color: #999999;
  112. }
  113. .draw-card .bind-box .add-btn.data-v-cf14c8af {
  114. width: 100rpx;
  115. height: 50rpx;
  116. border-radius: 25rpx;
  117. line-height: 50rpx;
  118. font-size: 22rpx;
  119. color: var(--ui-BG-Main);
  120. background-color: var(--ui-BG-Main-light);
  121. }
  122. .draw-card .input-box.data-v-cf14c8af {
  123. width: 624rpx;
  124. height: 100rpx;
  125. margin-bottom: 40rpx;
  126. }
  127. .draw-card .input-box .unit.data-v-cf14c8af {
  128. font-size: 48rpx;
  129. color: #333;
  130. font-weight: 500;
  131. }
  132. .draw-card .input-box .uni-easyinput__placeholder-class.data-v-cf14c8af {
  133. font-size: 30rpx;
  134. }
  135. .draw-card .input-box.data-v-cf14c8af .uni-easyinput__content-input {
  136. font-size: 48rpx;
  137. }
  138. .draw-card .save-btn.data-v-cf14c8af {
  139. width: 616rpx;
  140. height: 86rpx;
  141. line-height: 86rpx;
  142. border-radius: 40rpx;
  143. margin-top: 80rpx;
  144. }
  145. .draw-notice.data-v-cf14c8af {
  146. width: 684rpx;
  147. background: #ffffff;
  148. border: 2rpx solid #fffaee;
  149. border-radius: 20rpx;
  150. margin: 20rpx 32rpx 0 32rpx;
  151. padding: 30rpx;
  152. box-sizing: border-box;
  153. }
  154. .draw-notice .title.data-v-cf14c8af {
  155. font-weight: 500;
  156. color: #333333;
  157. font-size: 30rpx;
  158. }
  159. .draw-notice .draw-list.data-v-cf14c8af {
  160. font-size: 24rpx;
  161. color: #999999;
  162. line-height: 46rpx;
  163. }