index.less 901 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .g-modal.pay-modal {
  2. .pay-modal-wrapper {
  3. display: flex;
  4. }
  5. .info-layout {
  6. flex: 1;
  7. .desc {
  8. margin-bottom: 50px;
  9. }
  10. }
  11. .pay-layout {
  12. width: 240px;
  13. margin-top: -10px;
  14. margin-left: 60px;
  15. margin-bottom: 20px;
  16. text-align: center;
  17. .pay {
  18. overflow: hidden;
  19. .qrcode {
  20. margin-top: 15px;
  21. margin-bottom: 15px;
  22. .assets {
  23. width: 140px;
  24. height: 140px;
  25. }
  26. }
  27. .t {
  28. color: #8897A8FF;
  29. font-size: 12px;
  30. }
  31. }
  32. .bank {
  33. margin-top: 25px;
  34. background: rgba(250, 250, 250, 1);
  35. border-radius: 4px;
  36. margin-bottom: 110px;
  37. height: 80px;
  38. padding: 20px 10px;
  39. text-align: left;
  40. .t {
  41. color: #5E677BFF;
  42. font-size: 12px;
  43. }
  44. }
  45. .agree {
  46. margin-top: 10px;
  47. font-size: 12px;
  48. }
  49. }
  50. }