diff --git a/code/app/home/view/default/basePc.html b/code/app/home/view/default/basePc.html
index a051b64..b2f8393 100644
--- a/code/app/home/view/default/basePc.html
+++ b/code/app/home/view/default/basePc.html
@@ -30,6 +30,11 @@
+{block name="strPageCode"}
+
+{/block}
+
+
@@ -47,17 +52,14 @@
{if $DomainModel->info_id > 0}
- - 首 页
+ - 首 页
- 小说首页
{else}
- - 首 页
+ - 首 页
{/if}
-
-
- {novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
- - {$strCategoryName}
- {/novel:category}
+ {novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
+ - {$strCategoryName}
+ {/novel:category}
- 阅读记录
diff --git a/code/app/home/view/default/pc/getLibrary.html b/code/app/home/view/default/pc/getLibrary.html
index 78d24e1..e71b4bb 100644
--- a/code/app/home/view/default/pc/getLibrary.html
+++ b/code/app/home/view/default/pc/getLibrary.html
@@ -74,6 +74,11 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
{block name='nav-active-class'}home{/block}
+{block name="strPageCode"}
+
+{/block}
+
+
{block name="main"}
diff --git a/code/app/home/view/haoZi/basePc.html b/code/app/home/view/haoZi/basePc.html
index c55db30..b0ce314 100644
--- a/code/app/home/view/haoZi/basePc.html
+++ b/code/app/home/view/haoZi/basePc.html
@@ -69,13 +69,17 @@
diff --git a/code/app/home/view/xiongMao/basePc.html b/code/app/home/view/xiongMao/basePc.html
index 6a07b26..e9623d6 100644
--- a/code/app/home/view/xiongMao/basePc.html
+++ b/code/app/home/view/xiongMao/basePc.html
@@ -33,19 +33,19 @@
diff --git a/code/public/template/default/pc/css/style.css b/code/public/template/default/pc/css/style.css
index 2cebf3d..d83de1e 100644
--- a/code/public/template/default/pc/css/style.css
+++ b/code/public/template/default/pc/css/style.css
@@ -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;}
\ No newline at end of file
+.novel_search_page h1 span{color:red;}
+
+.active_nav_btn a {
+ color: #F44336!important;
+}
\ No newline at end of file
diff --git a/code/public/template/haozi/book_pc/css/common.css b/code/public/template/haozi/book_pc/css/common.css
index f479faa..e6fd5ea 100644
--- a/code/public/template/haozi/book_pc/css/common.css
+++ b/code/public/template/haozi/book_pc/css/common.css
@@ -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;}
\ No newline at end of file
+.novel_tmpbook .txt-list.txt-list-row5 .s5{width:190px;float:right;}
+.active_nav_btn {
+ background: #fff;
+}
+
+.active_nav_btn a{
+ color: darkcyan!important;
+}
+