7.0 |2025年05月09日 |第125集完结 |共125集
tyle>
.site-footer {
padding-bottom: 60px; /* 根据导航栏高度调整 */
}
/*手机端导航*/
.mzadywapdbfoot {
position: fixed;
bottom: 0;
width: 100%;
padding: 5px 0 0;
z-index: 999;
display: -webkit-box;
display: -webkit-flex;
display: flex;
border-top: 1px solid;
}
.size20 {
font-size: 18px !important;
line-height: 0;
}
.mzadywapdbfoot .item {
display: block;
text-align: center;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
margin-top: 5px;
margin-bottom: 5px;
transition: all 0.3s ease;
}
/* 当前选中项样式 - 同时影响图标和文字 */
.mzadywapdbfoot .item.active,
.mzadywapdbfoot .item.active .size20,
.mzadywapdbfoot .item.active .grid-item-name {
font-weight: 500;
color: var(--theme-color) !important;
}
/* 浅色主题样式 */
[data-theme="light"] .mzadywapdbfoot {
background: #fff;
border-top-color: #e0e0e0;
}
[data-theme="light"] .mzadywapdbfoot .item {
color: #333;
}
[data-theme="light"] .mzadywapdbfoot .grid-item-name {
color: #666;
}
/* 深色主题样式 */
[data-theme="dark"] .mzadywapdbfoot {
background: #1e1e1e;
border-top-color: #333;
}
[data-theme="dark"] .mzadywapdbfoot .item {
color: #eee;
}
[data-theme="dark"] .mzadywapdbfoot .grid-item-name {
color: #aaa;
}
@media(min-width: 559px) {
.mzadywapdbfoot {
display:none !important;
}
}
/*手机端导航*/