index.less 1023 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .c {
  2. :global {
  3. .ant-modal-body {
  4. background: #fff;
  5. border-radius: 20px;
  6. }
  7. }
  8. }
  9. .header {
  10. position: relative;
  11. height: 90px;
  12. // margin: -24px -24px 0;
  13. padding-top: 40px;
  14. text-align: center;
  15. background: rgba(196, 196, 196, 0.2);
  16. border-radius: 20px 20px 0 0;
  17. img {
  18. width: 88px;
  19. height: 88px;
  20. background: #f0da21;
  21. border-radius: 100%;
  22. }
  23. .close {
  24. position: absolute;
  25. top: 15px;
  26. right: 15px;
  27. display: flex;
  28. align-items: center;
  29. justify-content: center;
  30. width: 24px;
  31. height: 24px;
  32. color: #c4c4c4;
  33. font-size: 20px;
  34. background: transparent;
  35. border-radius: 100%;
  36. cursor: pointer;
  37. }
  38. }
  39. .info {
  40. // margin: 50px 0 70px;
  41. margin-top: 80px;
  42. margin-bottom: 70px;
  43. font-size: 16px;
  44. text-align: center;
  45. }
  46. .f {
  47. padding-bottom: 40px;
  48. text-align: center;
  49. button {
  50. font-weight: 500;
  51. font-size: 14px;
  52. font-family: PingFang SC;
  53. line-height: 16px;
  54. text-align: center;
  55. background: #ffe823;
  56. }
  57. }