index.module.less 841 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .searchGroup {
  2. padding: 0 20px;
  3. .searchSelect {
  4. padding: 0 0 20px;
  5. display: flex;
  6. justify-content: flex-start;
  7. gap: 0px 16px;
  8. }
  9. :global {
  10. .n-base-selection,
  11. .n-input {
  12. border-radius: 8px;
  13. min-height: 40px;
  14. height: 40px;
  15. font-size: max(15px, 12Px);
  16. --n-height: 40px !important;
  17. }
  18. }
  19. }
  20. .inputSearch {
  21. :global {
  22. .n-input-wrapper {
  23. padding-left: 12px;
  24. padding-right: 4px;
  25. }
  26. }
  27. .searchBtn {
  28. height: 34px;
  29. border-radius: 8px;
  30. font-size: 15px;
  31. font-weight: 500;
  32. }
  33. }
  34. .btnType {
  35. gap: 0px 6px !important;
  36. :global {
  37. .n-button {
  38. height: 28px;
  39. padding: 0 13px;
  40. font-size: 15px;
  41. color: rgba(0, 0, 0, .6);
  42. &.n-button--primary-type {
  43. font-weight: bold;
  44. color: #fff;
  45. }
  46. }
  47. }
  48. }