index.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. /* pages/storedValue/index.wxss */
  2. .listker-content {
  3. width: 750px;
  4. min-height: 100vh;
  5. background: #F7F8FA;
  6. /* padding-bottom: 170rpx; */
  7. }
  8. .listker-wallet-top {
  9. display: flex;
  10. align-items: center;
  11. width: 710rpx;
  12. height: 200rpx;
  13. margin-left: 20rpx;
  14. }
  15. .wallet-img {
  16. width: 710rpx;
  17. height: 200rpx;
  18. }
  19. .wallet-desc {
  20. margin-left: 40rpx;
  21. flex: 1;
  22. font-size: 36rpx;
  23. color: #7F641D;
  24. }
  25. .wallet-desc text {
  26. margin-left: 5rpx;
  27. margin-right: 5rpx;
  28. font-size: 56rpx;
  29. color: #7F641D;
  30. }
  31. .listker-wallet-content {
  32. display: flex;
  33. width: 710rpx;
  34. align-items: center;
  35. position: absolute;
  36. z-index: 111;
  37. }
  38. .wallet-detail {
  39. justify-content: center;
  40. margin-right: 40rpx;
  41. padding-right: 20rpx;
  42. padding-left: 20rpx;
  43. border-radius: 25px;
  44. background: #caa340;
  45. display: flex;
  46. align-items: center;
  47. height: 50rpx;
  48. font-size: 24rpx;
  49. color: #7E5F11;
  50. line-height: 50rpx;
  51. }
  52. .wallet-d-img {
  53. width: 32rpx;
  54. height: 32rpx;
  55. }
  56. .listker-rechange {
  57. margin-top: 20rpx;
  58. margin-left: 20rpx;
  59. width: 710rpx;
  60. background: #FFFFFF;
  61. border-radius: 24rpx;
  62. }
  63. .re-title {
  64. margin-left: 20rpx;
  65. font-size: 36rpx;
  66. font-weight: 500;
  67. color: #333333;
  68. line-height: 50rpx;
  69. }
  70. .re-title-item {
  71. margin-bottom: 20rpx;
  72. display: flex;
  73. flex-direction: column;
  74. align-items: center;
  75. justify-content: center;
  76. width: 198rpx;
  77. height: 124rpx;
  78. border-radius: 16rpx;
  79. border: 2rpx solid #E1E1E1;
  80. }
  81. .re-select {
  82. background: #FFF8F2;
  83. border: 2rpx solid #FA7D22;
  84. }
  85. .line-20rpx {
  86. width: 20rpx;
  87. height: 20rpx;
  88. }
  89. .re-number {
  90. font-size: 36rpx;
  91. font-weight: 500;
  92. color: #FA7D22;
  93. }
  94. .re-number text {
  95. margin-left: 3rpx;
  96. font-size: 24rpx;
  97. font-weight: 500;
  98. color: #FA7D22;
  99. }
  100. .re-send {
  101. font-size: 24rpx;
  102. font-weight: 400;
  103. color: #666666;
  104. }
  105. .re-guild {
  106. margin-left: 20rpx;
  107. margin-top: 20rpx;
  108. font-size: 28rpx;
  109. font-weight: 400;
  110. color: #666666;
  111. line-height: 48rpx;
  112. }
  113. .select-Now {
  114. display: flex;
  115. align-items: center;
  116. justify-content: center;
  117. width: 750rpx;
  118. position: absolute;
  119. bottom: 190rpx;
  120. text-align: center;
  121. font-size: 24rpx;
  122. font-weight: 400;
  123. color: #626262;
  124. margin-bottom: 30rpx;
  125. }
  126. .select-Now text {
  127. font-size: 24rpx;
  128. color: #FF3600;
  129. }
  130. .listker-submit {
  131. /* position: absolute; */
  132. /* bottom: 0rpx; */
  133. position: fixed;
  134. bottom: 0;
  135. background-color: #FFFFFF;
  136. width: 100%;
  137. height: 170rpx;
  138. }
  139. .sps {
  140. width: 100%;
  141. height: 10rpx;
  142. }
  143. .submit-now {
  144. margin-left: 40rpx;
  145. width: 670rpx;
  146. height: 84rpx;
  147. text-align: center;
  148. line-height: 84rpx;
  149. font-size: 32rpx;
  150. font-weight: 500;
  151. color: #FFFFFF;
  152. background: #FA7D22;
  153. border-radius: 42rpx;
  154. }
  155. .list-re-content {
  156. padding-left: 25rpx;
  157. display: grid;
  158. /* padding: 0 20rpx 20rpx; */
  159. grid-template-columns: repeat(3, 1fr);
  160. grid-auto-flow: row;
  161. background-color: #ffffff;
  162. }
  163. .agreeImg {
  164. width: 40rpx;
  165. height: 40rpx;
  166. margin-right: 20rpx;
  167. }
  168. .re-money{
  169. text-align: center;
  170. }