myCash.wxss 867 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /* pages/my/myCash/myCash.wxss */
  2. /* 背景 小条框 */
  3. .bj-center{
  4. height:20rpx;
  5. background-color: #f8f9fb;
  6. }
  7. /* 提现金额 */
  8. .cash{
  9. height:500rpx;
  10. /* background-color: blue; */
  11. }
  12. .cash-txt1{
  13. top: 20rpx;
  14. }
  15. /* yuan */
  16. .cash image{
  17. position: absolute;
  18. width: 60rpx;
  19. height:60rpx;
  20. top:160rpx;
  21. left: 60rpx;
  22. }
  23. .cash-txt2{
  24. top: 140rpx;
  25. left: 110rpx;
  26. }
  27. .cash-txt3{
  28. top: 290rpx;
  29. left: 75rpx;
  30. color: #C6C7CC;
  31. }
  32. /* 全部提现按钮 */
  33. .tx-min{
  34. width: 195rpx;
  35. height: 70rpx;
  36. background-color: #fff;
  37. border-radius: 20px;
  38. top: 269rpx;
  39. left: 510rpx;
  40. border: 1px solid #f5a907;
  41. color: #f5a907;
  42. text-align: center;
  43. }
  44. /* 底部 提现 按钮 */
  45. .cash-bottom{
  46. height: 100%;
  47. background-color: #f8f9fb;
  48. }
  49. .cash-but{
  50. background-color: #FFF100;
  51. width: 600rpx;
  52. height: 100rpx;
  53. border-radius: 20px;
  54. text-align: center;
  55. }