resetSubjectList.module.less 837 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .addClass {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. // padding-top: 50px;
  6. // padding: 0 30Px;
  7. :global {
  8. .n-form-item-label__text {
  9. font-weight: 400;
  10. font-size: 14Px;
  11. color: #666666;
  12. }
  13. .n-base-selection, .n-input, .n-input-group-label {
  14. --n-height: 34Px!important;
  15. --n-border-radius: 6Px !important;
  16. font-size: 14Px !important;
  17. }
  18. }
  19. }
  20. .btnGroup {
  21. padding: 0 30Px 24Px;
  22. width: 100%;
  23. :global {
  24. .n-button {
  25. border-radius: 6Px;
  26. height: 32Px;
  27. min-width: 68Px;
  28. font-size: 14Px;
  29. font-weight: bold !important;
  30. --n-border: 0px solid !important;
  31. }
  32. .n-button--primary-type {
  33. background: linear-gradient( 312deg, #1B7AF8 0%, #3CBBFF 100%) !important;
  34. }
  35. }
  36. }