index.wxss 2.9 KB

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