style.scss 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. @import "@/uni.scss";
  2. .custom-withdraw {
  3. background: var(--color-zinc-50);
  4. min-height: 100vh;
  5. .box {
  6. margin-bottom: px2rpx(20);
  7. .b-card {
  8. background: #fff;
  9. border-radius: px2rpx(12);
  10. padding: px2rpx(20);
  11. box-shadow: 0 px2rpx(4) px2rpx(12) rgba(0, 0, 0, 0.03);
  12. .card-top {
  13. .tit {
  14. font-size: px2rpx(16);
  15. font-weight: 600;
  16. margin-bottom: px2rpx(16);
  17. display: flex;
  18. align-items: center;
  19. color: var(--color-navy-900);
  20. .iconfont {
  21. margin-right: px2rpx(8);
  22. color: var(--color-primary);
  23. font-size: px2rpx(18);
  24. }
  25. }
  26. }
  27. .channelType {
  28. font-size: px2rpx(15);
  29. font-weight: 600;
  30. margin: px2rpx(24) 0 px2rpx(12);
  31. color: var(--color-navy-700);
  32. padding-left: px2rpx(8);
  33. border-left: px2rpx(4) solid var(--color-primary);
  34. }
  35. }
  36. }
  37. .reselect-btn {
  38. margin-top: px2rpx(20);
  39. display: flex;
  40. justify-content: flex-end;
  41. }
  42. .s-btn {
  43. &.reselect {
  44. background-color: var(--color-zinc-100);
  45. color: var(--color-navy-700);
  46. border: none;
  47. font-size: px2rpx(14);
  48. padding: px2rpx(8) px2rpx(20);
  49. border-radius: px2rpx(8);
  50. &:active {
  51. background-color: var(--color-zinc-200);
  52. }
  53. }
  54. &[type="primary"] {
  55. width: 100%;
  56. height: px2rpx(48);
  57. background: var(--color-navy-900);
  58. color: #fff;
  59. border-radius: px2rpx(12);
  60. font-size: px2rpx(16);
  61. font-weight: 600;
  62. display: flex;
  63. align-items: center;
  64. justify-content: center;
  65. border: none;
  66. margin-top: px2rpx(30);
  67. transition: all 0.2s;
  68. &:active {
  69. transform: scale(0.98);
  70. background: var(--color-navy-800);
  71. }
  72. }
  73. }
  74. .add-back {
  75. display: flex;
  76. justify-content: space-between;
  77. align-items: center;
  78. margin-bottom: px2rpx(12);
  79. padding: px2rpx(12) px2rpx(16);
  80. background: var(--color-zinc-100);
  81. border-radius: px2rpx(8);
  82. text {
  83. font-size: px2rpx(14);
  84. color: var(--color-navy-700);
  85. font-weight: 500;
  86. }
  87. .add-btn {
  88. color: var(--color-primary);
  89. font-weight: 600;
  90. text-decoration: underline;
  91. &:active {
  92. opacity: 0.7;
  93. }
  94. }
  95. }
  96. .proof {
  97. margin-top: px2rpx(8);
  98. border: px2rpx(1) dashed var(--color-zinc-300);
  99. border-radius: px2rpx(8);
  100. padding: px2rpx(8);
  101. display: flex;
  102. justify-content: center;
  103. align-items: center;
  104. background: var(--color-zinc-50);
  105. .state {
  106. padding: px2rpx(4) px2rpx(12);
  107. border-radius: px2rpx(4);
  108. font-size: px2rpx(12);
  109. font-weight: bold;
  110. }
  111. }
  112. .agree {
  113. margin: px2rpx(24) 0;
  114. display: flex;
  115. align-items: flex-start;
  116. .checkbox {
  117. display: flex;
  118. align-items: flex-start;
  119. gap: px2rpx(8);
  120. :deep(uni-checkbox .uni-checkbox-input) {
  121. border-radius: px2rpx(4);
  122. width: px2rpx(18);
  123. height: px2rpx(18);
  124. }
  125. text {
  126. font-size: px2rpx(13);
  127. color: var(--color-zinc-500);
  128. line-height: 1.5;
  129. }
  130. }
  131. }
  132. .step3-attention {
  133. background: var(--color-error-50, #fff1f0);
  134. border-radius: px2rpx(12);
  135. padding: px2rpx(16);
  136. margin-bottom: px2rpx(20);
  137. .attention {
  138. font-size: px2rpx(14);
  139. color: var(--color-error-600, #cf1322);
  140. line-height: 1.6;
  141. }
  142. .btn-bottom {
  143. margin-top: px2rpx(20);
  144. display: flex;
  145. justify-content: center;
  146. .btn {
  147. background: var(--color-error-600, #cf1322);
  148. color: #fff;
  149. padding: px2rpx(10) px2rpx(48);
  150. border-radius: px2rpx(24);
  151. font-size: px2rpx(15);
  152. font-weight: 700;
  153. box-shadow: 0 px2rpx(4) px2rpx(10) rgba(207, 19, 34, 0.2);
  154. transition: all 0.2s;
  155. &:active {
  156. transform: scale(0.96);
  157. opacity: 0.8;
  158. }
  159. }
  160. }
  161. }
  162. :deep(.base-info-form) {
  163. .uni-row1 {
  164. .uni-col {
  165. padding: 0 px2rpx(10) !important;
  166. }
  167. .uni-forms-item {
  168. min-height: px2rpx(79);
  169. margin-bottom: px2rpx(10);
  170. }
  171. .uni-select,
  172. .uni-combox,
  173. .uni-easyinput__content,
  174. .uni-date-editor--x {
  175. border: none !important;
  176. background-color: var(--color-zinc-100) !important;
  177. border-radius: px2rpx(8) !important;
  178. }
  179. .uni-date-x {
  180. border: none !important;
  181. background-color: rgba(195, 195, 195, 0) !important;
  182. }
  183. .uni-easyinput__content-input {
  184. height: px2rpx(44) !important;
  185. }
  186. }
  187. }
  188. /* 弹窗样式美化 */
  189. :deep(.uni-popup__wrapper) {
  190. .popup-content {
  191. background-color: #fff;
  192. border-radius: px2rpx(20);
  193. padding: px2rpx(24);
  194. width: px2rpx(320);
  195. .popup-title {
  196. font-size: px2rpx(18);
  197. font-weight: 700;
  198. text-align: center;
  199. margin-bottom: px2rpx(20);
  200. color: var(--color-navy-900);
  201. display: block;
  202. }
  203. .popup-text {
  204. font-size: px2rpx(14);
  205. line-height: 1.6;
  206. color: var(--color-zinc-600);
  207. margin-bottom: px2rpx(20);
  208. display: block;
  209. }
  210. .popup-form {
  211. background: var(--color-zinc-50);
  212. border-radius: px2rpx(12);
  213. padding: px2rpx(16);
  214. margin-bottom: px2rpx(24);
  215. .popup-row {
  216. display: flex;
  217. justify-content: space-between;
  218. margin-bottom: px2rpx(12);
  219. font-size: px2rpx(14);
  220. &:last-child {
  221. margin-bottom: 0;
  222. }
  223. .label {
  224. color: var(--color-zinc-500);
  225. }
  226. text:not(.label) {
  227. color: var(--color-navy-900);
  228. font-weight: 500;
  229. }
  230. }
  231. }
  232. .popup-buttons {
  233. display: flex;
  234. gap: px2rpx(12);
  235. button {
  236. flex: 1;
  237. height: px2rpx(44);
  238. border-radius: px2rpx(10);
  239. font-size: px2rpx(15);
  240. font-weight: 600;
  241. display: flex;
  242. align-items: center;
  243. justify-content: center;
  244. border: none;
  245. &[type="primary"] {
  246. background: var(--color-navy-900);
  247. color: #fff;
  248. }
  249. &:not([type="primary"]) {
  250. background: var(--color-zinc-100);
  251. color: var(--color-zinc-600);
  252. }
  253. }
  254. }
  255. .result-icon {
  256. display: flex;
  257. justify-content: center;
  258. margin-bottom: px2rpx(16);
  259. .iconfont {
  260. font-size: px2rpx(48);
  261. &.iconchenggong {
  262. color: #52c41a;
  263. }
  264. &.iconjingshi {
  265. color: #faad14;
  266. }
  267. &.icondengdai {
  268. color: var(--color-primary);
  269. animation: rotate 2s linear infinite;
  270. }
  271. }
  272. }
  273. .code-input {
  274. background: var(--color-zinc-100);
  275. border: none;
  276. border-radius: px2rpx(8);
  277. padding: px2rpx(12);
  278. margin-bottom: px2rpx(12);
  279. font-size: px2rpx(15);
  280. }
  281. .code-timer {
  282. color: var(--color-primary);
  283. font-size: px2rpx(13);
  284. text-align: right;
  285. margin-bottom: px2rpx(20);
  286. font-weight: 500;
  287. }
  288. }
  289. }
  290. @keyframes rotate {
  291. from {
  292. transform: rotate(0deg);
  293. }
  294. to {
  295. transform: rotate(360deg);
  296. }
  297. }
  298. }