withdrawal.component.scss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. .nav {
  2. width: 100%;
  3. height: 6vh;
  4. line-height: 6vh;
  5. color: #000000;
  6. background: #dbe5fd;
  7. z-index: 100;
  8. }
  9. .top {
  10. background-image: url("https://file-cloud.fmode.cn/Qje9D4bqol/20241220/b313ov054708770.png");
  11. background-repeat: no-repeat;
  12. background-position: center top;
  13. background-size: 100% 100%;
  14. height: 100%;
  15. padding-bottom: 40px;
  16. width: 100%;
  17. .way {
  18. margin: 20px;
  19. display: flex;
  20. color: #5973ff;
  21. .icon {
  22. background: #5973ff;
  23. width: 3px;
  24. height: 20px;
  25. margin-right: 5px;
  26. }
  27. }
  28. .choose {
  29. margin: 20px;
  30. border-radius: 9px;
  31. border: 1px solid #000000;
  32. padding: 10px;
  33. .type {
  34. // display: flex;
  35. .icon {
  36. background: #5973ff;
  37. margin: auto 0;
  38. width: 15px;
  39. height: 15px;
  40. // border: 1PX solid #000000;
  41. border-radius: 50%;
  42. margin-right: 5px;
  43. }
  44. .input {
  45. background: none;
  46. // border: none;
  47. border: 1px solid #cbcbcb;
  48. border-radius: 4px;
  49. padding: 2px 4px;
  50. }
  51. .bank {
  52. margin: 10px;
  53. }
  54. }
  55. }
  56. .chooses {
  57. margin: 20px;
  58. border-radius: 9px;
  59. border: 1px solid #000000;
  60. padding: 10px;
  61. display: flex;
  62. .input {
  63. background: none;
  64. border: none;
  65. }
  66. }
  67. .withdrawal {
  68. width: 60%;
  69. margin: 50px auto;
  70. text-align: center;
  71. background: #5973ff;
  72. border-radius: 18px;
  73. color: #ffffff;
  74. padding: 10px 0;
  75. }
  76. .withdrawals {
  77. width: 60%;
  78. margin: 50px auto;
  79. text-align: center;
  80. background: #676666;
  81. border-radius: 18px;
  82. color: #ffffff;
  83. padding: 10px 0;
  84. }
  85. .tips{
  86. text-align: center;
  87. font-size: 12px;
  88. color: #8f8f8f;
  89. }
  90. }