模板:Path/styles.css
来自卡厄思梦境WIKI
< 模板:Path
< 模板:Path
.path-breadcrumb {
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 8px 12px;
background-color: #f8f9fa;
border: 1px solid #e0e0e0;
border-radius: 4px;
font-size: 14px;
line-height: 1.5;
color: #555;
margin-bottom: 10px;
}
.path-breadcrumb__item {
display: inline-flex;
align-items: center;
}
.path-breadcrumb__item a {
color: #666;
text-decoration: none;
}
.path-breadcrumb__item a:hover {
color: #333;
text-decoration: underline;
}
.path-breadcrumb__separator {
margin: 0 8px;
color: #999;
user-select: none;
}
.path-breadcrumb__item--current {
color: #ff6600;
font-weight: bold;
}