debug
This commit is contained in:
@@ -424,9 +424,9 @@ body{box-sizing: border-box;margin: 0 auto;width: 980px;overflow-x:hidden;}
|
||||
.breadcrumb {
|
||||
font-family: Arial, sans-serif;
|
||||
padding: 10px 15px;
|
||||
background-color: #f8f9fa;
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
margin: 10px 0;
|
||||
/* margin: 10px 0; */
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
@@ -449,7 +449,8 @@ body{box-sizing: border-box;margin: 0 auto;width: 980px;overflow-x:hidden;}
|
||||
/* 链接样式 */
|
||||
.breadcrumb-item a {
|
||||
text-decoration: none;
|
||||
color: #007bff;
|
||||
/* color: #007bff; */
|
||||
color: #4c4d4f;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
@@ -471,11 +472,12 @@ body{box-sizing: border-box;margin: 0 auto;width: 980px;overflow-x:hidden;}
|
||||
color: #333;
|
||||
font-weight: bold;
|
||||
}
|
||||
.novel_chapter .breadcrumb{background-color: transparent;}
|
||||
|
||||
/* 响应式调整 */
|
||||
@media (max-width: 768px) {
|
||||
.breadcrumb {
|
||||
padding: 8px 10px;
|
||||
/* padding: 8px 10px; */
|
||||
}
|
||||
.breadcrumb-item {
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user