novel temp5
This commit is contained in:
@@ -321,6 +321,109 @@ ul.section-list>li>a:hover{color: #ff8018;transform: scale(1.1);transition: all
|
||||
|
||||
|
||||
|
||||
.site-description {
|
||||
font-size: 0.7rem;
|
||||
padding: 0.5rem 0.5rem;
|
||||
line-height: 1rem;
|
||||
background: #ffffff;
|
||||
/* margin-bottom: 0.5rem; */
|
||||
}
|
||||
|
||||
/* 面包屑容器 */
|
||||
.breadcrumb {
|
||||
font-family: Arial, sans-serif;
|
||||
padding: 10px 15px;
|
||||
box-sizing: border-box;
|
||||
background-color: #f8f9fa;
|
||||
border-radius: 5px;
|
||||
/* margin: 10px 0; */
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
/* 有序列表样式 */
|
||||
.breadcrumb ol {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
/* 面包屑项 */
|
||||
.breadcrumb-item {
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
/* 链接样式 */
|
||||
.breadcrumb-item a {
|
||||
text-decoration: none;
|
||||
color: #007bff;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.breadcrumb-item a:hover {
|
||||
color: #0056b3;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* 分隔符 */
|
||||
.breadcrumb-item + .breadcrumb-item::before {
|
||||
content: ">";
|
||||
margin: 0 8px;
|
||||
color: #999;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* 当前页面样式 */
|
||||
.breadcrumb-item.active {
|
||||
color: #333;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* 响应式调整 */
|
||||
@media (max-width: 768px) {
|
||||
.breadcrumb {
|
||||
padding: 8px 10px;
|
||||
}
|
||||
.breadcrumb-item {
|
||||
font-size: 12px;
|
||||
}
|
||||
.breadcrumb-item + .breadcrumb-item::before {
|
||||
margin: 0 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.search_xs .wrap{
|
||||
padding: 0 10px;
|
||||
}
|
||||
.search_xs .wrap h1 {
|
||||
font-size: 1rem;
|
||||
text-align: center;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.search_xs .wrap .clearfix a {
|
||||
display: block;
|
||||
min-height: 78px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.search_xs .wrap .result{
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
#firendlink {
|
||||
padding: 0.5rem;
|
||||
font-size: 0.8rem;
|
||||
color: #888888;
|
||||
}
|
||||
.footer .copyright {
|
||||
padding: 1rem;
|
||||
font-size: 0.75rem;
|
||||
text-align: center;
|
||||
color: #888;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user