index.module.less 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .CBreadcrumb {
  2. margin-bottom: 20px;
  3. .icon_back {
  4. width: 36px;
  5. height: 36px;
  6. }
  7. :global {
  8. .option.n-base-select-option {
  9. justify-content: center;
  10. }
  11. .option.n-base-select-option.n-base-select-option--pending::before {
  12. background-color: #198cfe !important;
  13. }
  14. .option.n-base-select-option.n-base-select-option--pending .n-base-select-option__content {
  15. color: #fff !important;
  16. text-align: center;
  17. }
  18. }
  19. :global {
  20. .n-breadcrumb>ul {
  21. display: flex !important;
  22. align-items: center !important;
  23. .n-breadcrumb-item {
  24. display: flex !important;
  25. align-items: center !important;
  26. }
  27. .n-breadcrumb-item__separator {
  28. display: none !important;
  29. }
  30. .n-breadcrumb-item__link {
  31. padding: 5px 18px !important;
  32. background: #ffffff !important;
  33. border-radius: 16px;
  34. color: #21225d !important;
  35. line-height: 20px !important;
  36. }
  37. }
  38. .n-breadcrumb .n-breadcrumb-item:last-child .n-breadcrumb-item__link {
  39. color: #fff !important;
  40. background: var(--product-color) !important;
  41. }
  42. }
  43. &> :global(.n-space) {
  44. height: 36px !important;
  45. }
  46. .separator {
  47. height: 18px !important;
  48. margin: 0 16px !important;
  49. }
  50. }