excharge.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. .top {
  2. position: relative;
  3. padding: 30rpx;
  4. text-align: center;
  5. background: #fff;
  6. }
  7. .money {
  8. padding-top: 30rpx;
  9. }
  10. .record {
  11. position: absolute;
  12. top: 30rpx;
  13. right: 30rpx;
  14. color: #408ce2;
  15. }
  16. .yue {
  17. font-size: 54rpx;
  18. color: #000;
  19. font-weight: bold;
  20. }
  21. .card {
  22. margin-top: 20rpx;
  23. padding: 30rpx;
  24. background-color: #fff;
  25. }
  26. .tip {
  27. font-size: 24rpx;
  28. color: #666;
  29. margin-top: 15rpx;
  30. }
  31. .flex-ipt {
  32. position: relative;
  33. display: flex;
  34. font-size: 40rpx;
  35. color: #000;
  36. justify-content: center;
  37. align-content: center;
  38. overflow: hidden;
  39. border-bottom: 2rpx solid #ececec;
  40. align-items: center;
  41. }
  42. .flex-ipt .money {
  43. font-size: 30rpx;
  44. flex: 1;
  45. padding: 20rpx 0;
  46. }
  47. .flex-ipt .bottom-line {
  48. position: absolute;
  49. bottom: 0;
  50. left: 0;
  51. width: 0;
  52. height: 4rpx;
  53. background-color: #2facff;
  54. transition: 200ms all ease-in;
  55. }
  56. .flex-ipt .bottom-line.ipt-focus {
  57. width: 100%;
  58. }
  59. .btn {
  60. margin: 50rpx 30rpx;
  61. background-color: #f75451;
  62. color: #fff;
  63. text-align: center;
  64. line-height: 88rpx;
  65. font-size: 30rpx;
  66. border-radius: 5rpx;
  67. }
  68. button.btn::after{
  69. border: none;
  70. }
  71. .btn.disable {
  72. background-color: #f59997;
  73. }
  74. button.btn[disabled] {
  75. color: #fff !important;
  76. background: #f59997 !important;
  77. border-color: #f59997 !important;
  78. }
  79. .desc {
  80. padding: 0 30rpx;
  81. line-height: 1.6;
  82. font-size: 26rpx;
  83. color: #666;
  84. }
  85. .desc .h2 {
  86. font-size: 30rpx;
  87. margin-bottom: 10rpx;
  88. }
  89. .sucess {
  90. display: flex;
  91. flex-direction: column;
  92. align-items: center;
  93. justify-content: space-around;
  94. height: 100vh;
  95. text-align: center;
  96. background: #fff;
  97. }
  98. .sucess .applyPassImg {
  99. width: 172rpx;
  100. color: #ef994c;
  101. margin-bottom: 40rpx;
  102. }
  103. .sucess .h1 {
  104. font-size: 32rpx;
  105. margin-bottom: 20rpx;
  106. color: #fb5a50;
  107. font-weight: bold;
  108. }
  109. .sucess .p {
  110. font-size: 28rpx;
  111. color: #999;
  112. }
  113. .sucess .link-btn {
  114. color: #fb5a50;
  115. font-size: 28rpx;
  116. margin-top: 100rpx;
  117. }
  118. .radio-group {
  119. margin-top: 40rpx;
  120. }
  121. .radio {
  122. position: relative;
  123. margin-right: 20rpx;
  124. width: 38rpx;
  125. }
  126. .radio text {
  127. display: inline-block;
  128. vertical-align: middle;
  129. }
  130. radio {
  131. width: 38rpx;
  132. }
  133. radio .wx-radio-input {
  134. border-radius: 50%;
  135. width: 28rpx;
  136. height: 28rpx;
  137. }
  138. radio .wx-radio-input.wx-radio-input-checked::before {
  139. border-radius: 50%;
  140. width: 44rpx;
  141. height: 44rpx;
  142. line-height: 44rpx;
  143. text-align: center;
  144. font-size: 28rpx;
  145. color: #fff;
  146. background: #2facff;
  147. border-color: #2facff;
  148. }
  149. .form-box {
  150. margin-top: 30rpx;
  151. }
  152. .form-group {
  153. margin-bottom: 20rpx;
  154. font-size: 30rpx;
  155. }
  156. .form-ipt {
  157. position: relative;
  158. border: 1rpx solid #e5e5e5;
  159. padding: 5rpx 10rpx;
  160. line-height: 52rpx;
  161. }
  162. .getall {
  163. font-size: 28rpx;
  164. color: #408ce2;
  165. }