index.module.less 694 B

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