小程序农机手端

style.less 805B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .withdrawal{
  2. margin: 30px;
  3. .bankPicker,.bankInput{
  4. background: #FFF;
  5. border: 2px solid #F2F2F2;
  6. border-radius: 40px;
  7. display: flex;
  8. align-items: center;
  9. padding: 36px 30px;
  10. margin-top: 30px;
  11. height: 108px;
  12. box-sizing: border-box;
  13. }
  14. .bankPicker{
  15. .body{
  16. font-size: 32px;
  17. font-weight: 500;
  18. color: #333;
  19. flex: 1;
  20. }
  21. .cell-action-picker{
  22. width: 21px;
  23. flex: none;
  24. height: 36px;
  25. }
  26. }
  27. .bankInput{
  28. .header{
  29. font-size: 48px;
  30. font-weight: 500;
  31. color: #333;
  32. flex: none;
  33. margin-right: 20px;
  34. }
  35. .body{
  36. flex: 1;
  37. font-size: 32px;
  38. font-weight: 400;
  39. }
  40. }
  41. .bottomBtn{
  42. margin-bottom: 32px;
  43. position: absolute;
  44. bottom: 0;
  45. width: 100%;
  46. }
  47. }