This commit is contained in:
make
2025-04-29 21:14:02 +08:00
parent 471772b969
commit bb25d58619
6 changed files with 40 additions and 18 deletions

View File

@@ -2817,4 +2817,8 @@ body {
.novel_search_page h1{font-size: 1rem;text-align: center;margin-bottom: 1rem;}
.novel_search_page .search_tip{font-size: 0.8rem;text-align: center;margin-bottom: 1rem;}
.novel_search_page h1 span{color:red;}
.novel_search_page h1 span{color:red;}
.active_nav_btn a {
color: #F44336!important;
}

View File

@@ -317,4 +317,12 @@ color: #004d00;border-radius:5px;transition: all 0.3s;}
.novel_tmpbook .txt-list li:nth-of-type(2n){background: #f7f7f7;}
.novel_tmpbook .txt-list li .s1 a{font-size:16px;}
.novel_tmpbook .txt-list.txt-list-row5 .s4{width: 240px;}
.novel_tmpbook .txt-list.txt-list-row5 .s5{width:190px;float:right;}
.novel_tmpbook .txt-list.txt-list-row5 .s5{width:190px;float:right;}
.active_nav_btn {
background: #fff;
}
.active_nav_btn a{
color: darkcyan!important;
}