withdraw_deposit.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. .panel1{
  2. width:710rpx;
  3. border-radius: 20rpx;
  4. background-color: #fff;
  5. margin: 60rpx 0;
  6. }
  7. .panel11{
  8. width:100%;
  9. font-size: 22rpx;
  10. font-weight: 400;
  11. min-height: 178rpx;
  12. justify-content: flex-start;
  13. border-bottom:1rpx solid #e3e3e3;
  14. }
  15. .text1{
  16. margin-top: 30rpx;
  17. width:650rpx;
  18. }
  19. .panel12{
  20. width:100%;
  21. height: 100rpx;
  22. justify-content: space-between;
  23. }
  24. .text2{
  25. font-size: 28rpx;
  26. font-weight: 400;
  27. margin-left: 30rpx;
  28. }
  29. .Arrow{
  30. width:16rpx;
  31. height:26rpx;
  32. margin-right: 30rpx;
  33. }
  34. .panel4{
  35. width:710rpx;
  36. border-radius: 20rpx;
  37. background-color: #fff;
  38. margin: 0 0 60rpx 0;
  39. }
  40. .universalpic_exclamation_orange_40x40{
  41. width:40rpx;
  42. height:40rpx;
  43. margin-left: 30rpx;
  44. }
  45. .panel2{
  46. width: 100%;
  47. justify-content: space-between;
  48. }
  49. .text3{
  50. margin-left: 30rpx;
  51. font-size: 32rpx;
  52. color:#4D4D4D;
  53. }
  54. .text7{
  55. margin-right: 30rpx;
  56. font-size: 32rpx;
  57. color:#4D4D4D;
  58. }
  59. .Number1{
  60. font-family: 'Roboto-Black';
  61. font-size:36rpx;
  62. color:#4D4D4D;
  63. }
  64. .Number2{
  65. font-family: 'Roboto-Black';
  66. font-size:28rpx;
  67. color:#4D4D4D;
  68. }
  69. .panel41{
  70. justify-content: flex-start;
  71. width:710rpx;
  72. height:100rpx;
  73. background-color: #FFE4B6;
  74. border-top-left-radius: 20rpx;
  75. border-top-right-radius: 20rpx;
  76. }
  77. .panel42{
  78. justify-content: space-between;
  79. width:710rpx;
  80. height:100rpx;
  81. background-color: #fff;
  82. border-bottom-left-radius: 20rpx;
  83. border-bottom-right-radius: 20rpx;
  84. }
  85. .text8{
  86. font-size: 22rpx;
  87. color: #4d4d4d;
  88. margin-left: 30rpx;
  89. }
  90. .panel3{
  91. width: 100%;
  92. justify-content: flex-start;
  93. background-color: #fff;
  94. margin-top: 30rpx;
  95. }
  96. .nullLine{
  97. width:100%;
  98. height:20rpx;
  99. background-color: #f2f2f2;
  100. }
  101. .panelItem{
  102. width: 100%;
  103. height:141rpx;
  104. justify-content: space-between;
  105. }
  106. .avatar{
  107. width:80rpx;
  108. height:80rpx;
  109. border-radius: 20rpx;
  110. margin-left: 30rpx;
  111. }
  112. .panelItem2{
  113. justify-content: flex-start;
  114. height:111rpx;
  115. }
  116. .avatar2{
  117. width:50rpx;
  118. height:50rpx;
  119. border-radius: 50%;
  120. margin-left: 30rpx;
  121. }
  122. .text9{
  123. font-size: 24rpx;
  124. margin-left: 20rpx;
  125. color:#4D4D4D;
  126. }
  127. .panelItem1{
  128. align-items: flex-start;
  129. margin-left: 20rpx;
  130. }
  131. .text4{
  132. font-size: 28rpx;
  133. color:#4D4D4D;
  134. font-weight: 400;
  135. margin-left: 30rpx;
  136. }
  137. .text5{
  138. font-size: 20rpx;
  139. color:#9B9B9B;
  140. }
  141. .Right{
  142. margin-right: 30rpx;
  143. align-items: flex-end;
  144. }
  145. .text6{
  146. font-size: 24rpx;
  147. color:#4D4D4D;
  148. }
  149. .panelBottom{
  150. width:100%;
  151. height:131rpx;
  152. bottom: 0;
  153. position: fixed;
  154. background-color: #f2f2f2;
  155. border-top: 1rpx solid #d2d2d2;
  156. }
  157. .panelBottom .btn{
  158. width:730rpx;
  159. height:110rpx;
  160. border-radius: 20rpx;
  161. background-color: #F57C00;
  162. line-height: 110rpx;
  163. color:#fff;
  164. font-size:48rpx;
  165. text-align: center;
  166. }
  167. /* 申请提现 */
  168. .container2{
  169. background-color: rgba(0,0,0,0.8);
  170. position: fixed;
  171. top:0;
  172. z-index: 10;
  173. width: 100%;
  174. }
  175. .panel5{
  176. width: 710rpx;
  177. border-radius: 20rpx;
  178. position: fixed;
  179. bottom:160rpx;
  180. background-color: #fff;
  181. min-height: 500rpx;
  182. }
  183. .btnCancel{
  184. width:710rpx;
  185. height:100rpx;
  186. border-radius: 20rpx;
  187. text-align: center;
  188. line-height: 100rpx;
  189. font-size:28rpx;
  190. background-color: #fff;
  191. color: #1e1e1e;
  192. position: fixed;
  193. bottom:30rpx;
  194. }
  195. .text51{
  196. margin-top: 40rpx;
  197. font-size: 32rpx;
  198. color:#4D4D4D;
  199. }
  200. .panel51{
  201. margin-top: 10rpx;
  202. width:100%;
  203. }
  204. .panel511{
  205. flex: 1;
  206. }
  207. .text52{
  208. font-size: 64rpx;
  209. color:#4D4D4D;
  210. font-family: 'Roboto-Black';
  211. }
  212. .text53{
  213. font-size: 24rpx;
  214. color:#4D4D4D;
  215. margin: 0 30rpx 0 20rpx;
  216. font-weight: 400;
  217. }
  218. .panel52{
  219. width: 100%;
  220. background-color: #FFE4B6;
  221. height:94rpx;
  222. justify-content: space-between;
  223. margin-top: 30rpx;
  224. }
  225. .text54{
  226. font-size: 24rpx;
  227. color:#4D4D4D;
  228. margin: 0 30rpx 0 30rpx;
  229. font-weight: 400;
  230. }
  231. .panel53{
  232. width: 100%;
  233. height:94rpx;
  234. justify-content: space-between;
  235. }
  236. .btn2{
  237. width:100%;
  238. line-height: 127rpx;
  239. border-bottom-left-radius: 20rpx;
  240. border-bottom-right-radius: 20rpx;
  241. background-color: #F57C00;
  242. text-align: center;
  243. color:#fff;
  244. font-size: 48rpx;
  245. }