index.module.less 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. @img: '../setting/images';
  2. .listWrap {
  3. min-height: 805px;
  4. padding: 32px;
  5. background-color: #fff;
  6. border-radius: 20px;
  7. .customTabs {
  8. :global {
  9. .n-tabs-tab--active {
  10. font-size: 18px !important;
  11. font-weight: 600 !important;
  12. color: #131415 !important;
  13. }
  14. .n-tabs-tab {
  15. font-size: 18px;
  16. padding: 8px 0 !important;
  17. font-weight: 400;
  18. min-width: 50px;
  19. color: #8b8d98;
  20. &:hover {
  21. color: #198cfe !important;
  22. }
  23. }
  24. .n-tabs-bar {
  25. // background-color: red !important;
  26. width: 50px !important;
  27. height: 5px !important;
  28. background: url('@{img}/barIcon.png') no-repeat;
  29. background-size: 50px 5px;
  30. }
  31. }
  32. }
  33. }
  34. .searchBtn {
  35. width: 90px;
  36. height: 43px;
  37. background: #198cfe;
  38. border-radius: 8px;
  39. line-height: 41px;
  40. font-weight: 600 !important;
  41. font-size: 18px;
  42. }
  43. .resetBtn {
  44. width: 90px;
  45. height: 43px;
  46. border-radius: 8px;
  47. line-height: 41px;
  48. font-weight: 600 !important;
  49. font-size: 18px;
  50. }