Aurora Admin v1.2.0: 79 components x 5 ends, doc site, contracts batch 1, playground, regression, deploy ready
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/* Aurora Admin MixedNavigation 样式 — 顶部一级 + 侧边二级混合导航 */
|
||||
.aa-mixed { font-family: var(--font-family, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif); border: 1px solid #E8ECF1; border-radius: 8px; overflow: hidden; background: #fff; }
|
||||
.aa-mixed-top { display: flex; gap: 4px; background: #fff; border-bottom: 1px solid #E8ECF1; padding: 0 8px; }
|
||||
.aa-mixed-topitem { padding: 12px 16px; cursor: pointer; color: #262626; font-size: 14px; border-bottom: 2px solid transparent; transition: color .15s, border-color .15s; }
|
||||
.aa-mixed-topitem:hover { color: #2F54EB; }
|
||||
.aa-mixed-topitem.is-active { color: #2F54EB; border-bottom-color: #2F54EB; font-weight: 600; }
|
||||
.aa-mixed-body { display: flex; min-height: 240px; }
|
||||
.aa-mixed-side { width: 168px; background: #FAFAFA; border-right: 1px solid #E8ECF1; padding: 8px 0; }
|
||||
.aa-mixed-sideitem { padding: 10px 16px; cursor: pointer; color: #262626; font-size: 14px; border-left: 3px solid transparent; transition: background .15s, color .15s; }
|
||||
.aa-mixed-sideitem:hover { background: #F5F7FA; }
|
||||
.aa-mixed-sideitem.is-active { background: #F0F5FF; color: #2F54EB; border-left-color: #2F54EB; font-weight: 500; }
|
||||
.aa-mixed-content { flex: 1; padding: 18px 22px; color: #595959; font-size: 14px; line-height: 1.7; }
|
||||
.aa-mixed-content h4 { margin: 0 0 6px; color: #1F2329; }
|
||||
Reference in New Issue
Block a user