You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
1.7 KiB

  1. @import '../../iconfont.wxss';
  2. .Box{
  3. width: 100%;
  4. height: 100%;
  5. background: #f8f8fa;
  6. overflow: hidden;
  7. }
  8. .withdraw{
  9. width: 90%;
  10. height: 60vh;
  11. margin: auto;
  12. background-color: #fff;
  13. border-radius: 10rpx;
  14. }
  15. .balance{
  16. margin-top: 20rpx;
  17. padding: 20rpx;
  18. }
  19. .balanceNum{
  20. color: red;
  21. margin-left: 10rpx;
  22. font-weight: 700;
  23. padding: 0 20rpx 20rpx 20rpx;
  24. font-size: 48rpx;
  25. }
  26. .importNumTitle{
  27. padding: 0 20rpx 20rpx 20rpx;
  28. }
  29. .inputBox{
  30. width: 80%;
  31. height: 70rpx;
  32. margin: 60rpx auto;
  33. border-bottom: 1rpx solid #000;
  34. color: #515151;
  35. font-size: 62rpx;
  36. }
  37. .inputText{
  38. float:left;
  39. }
  40. .inputNum{
  41. width: 80%;
  42. height: 60rpx;
  43. float:left;
  44. }
  45. .withdrawBut{
  46. width: 80%;
  47. height: 80rpx;
  48. line-height: 80rpx;
  49. color: #fff;
  50. margin-top:10rpx;
  51. background-color: rgba(22, 155, 213, 1);
  52. text-align: center;
  53. }
  54. .hie{
  55. position: fixed;
  56. top: 0;
  57. left: 0;
  58. width: 100%;
  59. height: 100vh;
  60. background-color: rgba(0, 0, 0, 0.3)
  61. }
  62. .hieBox{
  63. width: 70%;
  64. background-color: #fff;
  65. text-align: center;
  66. overflow: hidden;
  67. margin: 50% auto;
  68. border-radius:10rpx;
  69. }
  70. .topBox{
  71. overflow: hidden;
  72. display: flex;
  73. justify-content:space-around;
  74. padding: 20rpx;
  75. text-align: center;
  76. }
  77. .userHead{
  78. width: 80rpx;
  79. height: 80rpx;
  80. border-radius: 50%;
  81. }
  82. .title{
  83. margin-top: 10rpx;
  84. }
  85. .money{
  86. font-weight: 700;
  87. font-size: 70rpx;
  88. margin: 40rpx 0;
  89. }
  90. .confirm{
  91. width: 70%;
  92. height: 70rpx;
  93. line-height: 70rpx;
  94. background-color: rgba(22, 155, 213, 1);
  95. color: #fff;
  96. margin: 30rpx auto ;
  97. border-radius: 10rpx;
  98. }
  99. .esc{
  100. width: 70%;
  101. height: 70rpx;
  102. line-height: 70rpx;
  103. margin: 30rpx auto ;
  104. border-radius: 10rpx;
  105. border: 1rpx solid rgba(121, 121, 121, 1);
  106. }