index.module.less 394 B

1234567891011121314151617181920212223242526
  1. .listWrap {
  2. padding: 32px;
  3. background-color: #fff;
  4. border-radius: 20px;
  5. min-height: 100%;
  6. }
  7. .addBtnIcon {
  8. width: 16px;
  9. height: 17px;
  10. }
  11. .addBtn {
  12. margin-bottom: 30px;
  13. height: 43px;
  14. background: #198cfe;
  15. border-radius: 8px;
  16. line-height: 41px;
  17. width: 144px;
  18. padding: 0 24px;
  19. :global {
  20. .n-button__content {
  21. font-size: 18px;
  22. font-weight: 600;
  23. }
  24. }
  25. }