/* Aurora Admin AnchorNav 样式 — 对齐 组件7.txt AnchorNav:右侧目录、滚动高亮、层级嵌套 */ .aa-anchor { font-family: var(--font-family, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif); width: 160px; } .aa-anchor.fixed { position: fixed; right: 24px; top: 80px; } .aa-anchor-item { display: block; padding: 6px 12px; font-size: 13px; color: var(--au-color-text-secondary); cursor: pointer; border-left: 2px solid var(--au-color-border); line-height: 1.4; transition: color .15s, border-color .15s; background: none; border-top: none; border-right: none; border-bottom: none; text-align: left; width: 100%; } .aa-anchor-item:hover { color: var(--au-color-brand); } .aa-anchor-item.is-active { color: var(--au-color-brand); border-left-color: var(--au-color-brand); font-weight: 500; } .aa-anchor-sub { padding-left: 8px; } .aa-anchor-sub .aa-anchor-item { border-left: none; padding-left: 20px; } .aa-anchor-sub .aa-anchor-item.is-active { border-left: 2px solid var(--au-color-brand); }