This commit is contained in:
make
2025-12-31 00:49:32 +08:00
parent ae57b68f99
commit eb8c097777
709 changed files with 39727 additions and 1041 deletions

View File

@@ -0,0 +1,35 @@
/* ================= Breadcrumb Layout B ================= */
.__PFX__-bc-b{
margin:14px 0;
padding:10px 12px;
background:var(--bg-soft-color);
border-radius:6px;
font-size:13px;
line-height:1.6;
}
.__PFX__-bc-b a{
color:var(--text-color);
text-decoration:none;
}
.__PFX__-bc-b strong,
.__PFX__-bc-b em{
font-style:normal;
font-weight:600;
}
/* block spacing */
.__PFX__-bc-b > * > *{
margin-bottom:6px;
}
.__PFX__-bc-b.compact{
padding:8px 10px;
font-size:12px;
}
.__PFX__-bc-b.seo{
font-weight:500;
}