Merge branch 'dev' of ssh://git.bgbg.live:18150/root/SEONexus into dev

This commit is contained in:
Default
2025-04-29 22:04:10 +08:00
26 changed files with 109 additions and 80 deletions

View File

@@ -13,7 +13,7 @@
<link rel="shortcut icon" href="/template/default/img/favicon.ico" type="image/x-icon">
<link rel="canonical" href="https://{$DomainModel->d_domain}/">
<link href="/public/layer/need/layer.css" rel="stylesheet">
<link rel="stylesheet" href="/template/default/h5/css/style.css">
<link rel="stylesheet" href='/template/default/h5/css/style.css?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'>
{block name="head"}{/block}
{block name="head-css"}{/block}
@@ -93,8 +93,8 @@
</script>
<script src="/template/default/h5/js/jquery.min.js"></script>
<script src="/public/layer/layer.js" type="module" charset="utf-8"></script>
<script src="/template/default/h5/js/common.js"></script>
<script src="/template/default/js/common.js"></script>
<script src='/template/default/h5/js/common.js?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script>
<script src='/template/default/js/common.js?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script>
{block name="customize"}

View File

@@ -20,7 +20,7 @@
<link rel="shortcut icon" href="/template/default/img/favicon.ico" type="image/x-icon">
<link href="/public/layer/need/layer.css" rel="stylesheet">
<link href="/template/default/pc/css/style.css" rel="stylesheet" type="text/css">
<link href='/template/default/pc/css/style.css?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}' rel="stylesheet" type="text/css">
{block name="meta-other"}{/block}
{block name="head"}{/block}
{block name="head-css"}{/block}
@@ -30,6 +30,11 @@
</script>
</head>
{block name="strPageCode"}
<?php $strPageCode = 'home'; ?>
{/block}
<body class="novel_home {block name='body-class'}{/block}" id="{block name='body-id'}{/block}">
<div class="topbar">
<div class="topbar-con">
@@ -47,17 +52,14 @@
</div>
<ul class="nav">
{if $DomainModel->info_id > 0}
<li><a href="{$strPcPath}/">首 页</a></li>
<li class='{if $strPageCode == "home"}active_nav_btn{/if}'><a href="{$strPcPath}/">首 页</a></li>
<li><a href="{$strPcPath}/nindex/">小说首页</a></li>
{else}
<li><a href="{$strPcPath}/">首 页</a></li>
<li class='{if $strPageCode == "home"}active_nav_btn{/if}'><a href="{$strPcPath}/">首 页</a></li>
{/if}
<!-- <li><a href="/">首 页</a></li>
<li><a href="/nindex">小说首页</a></li> -->
<!-- <li><a href="{$strPcPath}/">首 页</a></li> -->
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
<li><a href='{$strPcPath}{site:nflurl category="$strCategoryPinyin" status="all" order="all" page="1"/}'>{$strCategoryName}</a></li>
{/novel:category}
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
<li class='{if $strPageCode == "library" && $strCategoryPinyin == $Request.route.strCategory }active_nav_btn{/if}'><a href='{$strPcPath}{site:nflurl category="$strCategoryPinyin" status="all" order="all" page="1"/}'>{$strCategoryName}</a></li>
{/novel:category}
<li><a href="{$strPcPath}{$strHistoryUrlTemp}">阅读记录</a></li>
</ul>
@@ -94,8 +96,8 @@
</script>
<script src="/template/default/pc/js/jquery.min.js"></script>
<script src="/public/layer/layer.js" type="module" charset="utf-8"></script>
<script src="/template/default/pc/js/common.js"></script>
<script src="/template/default/js/common.js"></script>
<script src='/template/default/pc/js/common.js?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script>
<script src='/template/default/js/common.js?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script>
{block name="customize"}

View File

@@ -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"}
<?php $strPageCode = 'library'; ?>
{/block}
{block name="main"}

View File

@@ -17,7 +17,7 @@
<link rel="apple-touch-icon" href="/template/kuangyu/public/img/apple-touch-icon.png" />
<link rel="stylesheet" href="/public/layer/need/layer.css" />
<link rel="stylesheet" type="text/css" href="/template/haozi/book_m/css/common.css">
<link rel="stylesheet" type="text/css" href='/template/haozi/book_m/css/common.css?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'>
<link rel="stylesheet" type="text/css" href="/template/haozi/book_m/css/layui.css">
{block name="head"}{/block}
@@ -65,7 +65,7 @@
<script src="/public/jquery/jquery-3.7.1.min.js"></script>
<script src="/public/layer/layer.min.js"></script>
<script src="/template/haozi/public/js/common.js"></script>
<script src='/template/haozi/public/js/common.js?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script>
{block name="footer-js"}{/block}

View File

@@ -11,7 +11,7 @@
<meta name="description" content='{block name="description"}{/block}'>
<link rel="icon" href="/template/kuangyu/public/img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="/template/haozi/book_pc/css/common.css" />
<link rel="stylesheet" type="text/css" href='/template/haozi/book_pc/css/common.css?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}' />
<link rel="stylesheet" href="/public/layer/need/layer.css" type="text/css">
{block name="head"}{/block}
@@ -69,13 +69,17 @@
<div class="nav">
<ul>
{if $DomainModel->info_id > 0}
<li><a href="{$strPcPath}/">首 页</a></li>
<li class='{if $strPageCode == "home"}active_nav_btn{/if}'><a href="{$strPcPath}/">首 页</a></li>
<li><a href="{$strPcPath}/nindex/">小说首页</a></li>
{else}
<li><a href="{$strPcPath}/">{$DomainModel->d_name}首页</a></li>
<li class='{if $strPageCode == "home"}active_nav_btn{/if}'><a href="{$strPcPath}/">{$DomainModel->d_name}首页</a></li>
{/if}
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
<li><a href='{$strPcPath}{site:nflurl category="$strCategoryPinyin" status="all" order="all" page="1"/}'>{$strCategoryName}</a></li>
<li class='{if $strPageCode == "library" && $strCategoryPinyin == $Request.route.strCategory }active_nav_btn{/if}'>
<a href='{$strPcPath}{site:nflurl category="$strCategoryPinyin" status="all" order="all" page="1"/}'>
{$strCategoryName}
</a>
</li>
{/novel:category}
<li><a href='{$strPcPath}{site:nflurl category="all" status="wanjie" order="all" page="1"/}'>完本榜</a></li>
</ul>
@@ -101,7 +105,7 @@
<script src="/public/jquery/jquery-3.7.1.min.js"></script>
<script src="/public/layer/layer.js"></script>
<script src="/public/lazyload/jquery.lazyload.min.js"></script>
<script src="/template/haozi/public/js/common.js"></script>
<script src='/template/haozi/public/js/common.js?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script>
{block name="footer-js"}{/block}

View File

@@ -52,8 +52,8 @@
<div class="login">
<div class="login_after" id="mod_login_after">
<span class="yh">
<img src="/template/kuangyu/user/web/images/user-icon.png" alt="123456">
<a href="{$strPcPath}{$strUserUrlTemp}">123456</a>
<img src="/template/kuangyu/user/web/images/user-icon.png" alt="默认">
<a href="{$strPcPath}{$strUserUrlTemp}">默认</a>
</span>
<ul class="xiala">
<li><i class="iconfont"></i><a href="{$strPcPath}{$strBookShelfUrlTemp}">我的书架</a></li>
@@ -73,7 +73,7 @@
<div class="header">
<span><img src="/template/kuangyu/user/web/images/user-icon.png"></span>
</div>
<div class="name">123456</div>
<div class="name">默认</div>
<div class="user_block_list2">
<ul>
<li style="cursor: default">

View File

@@ -37,7 +37,7 @@
<a href="{$strUserUrlTemp}{$strUserUrlTemp}/info.html"></a>
</div> -->
<div class="app_accountBlock_name">
<span class="name">123456</span>
<span class="name">默认</span>
</div>
</div>
{$arrGrm[3]|raw}

View File

@@ -17,7 +17,7 @@
<link rel="apple-touch-icon" href="/template/kuangyu/public/img/apple-touch-icon.png" />
<!-- <link rel="preload" href="/template/kuangyu/home/new_wap/css/style.css" as="style" onload="this.rel='stylesheet'" /> -->
<link rel="stylesheet" href="/template/kuangyu/home/new_wap/css/style.css" type="text/css">
<link rel="stylesheet" href='/template/kuangyu/home/new_wap/css/style.css?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}' type="text/css">
<link rel="stylesheet" href="/public/layer/need/layer.css" />
{block name="head"}{/block}

View File

@@ -10,7 +10,7 @@
<meta name="keywords" content='{block name="keywords"}{/block}'>
<meta name="description" content='{block name="description"}{/block}'>
<link rel="icon" href="/template/kuangyu/public/img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="/template/kuangyu/home/bai_web/css/style.css" type="text/css">
<link rel="stylesheet" href='/template/kuangyu/home/bai_web/css/style.css?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}' type="text/css">
<link rel="stylesheet" href="/public/layer/need/layer.css" type="text/css">
{block name="head"}{/block}

View File

@@ -41,7 +41,7 @@
</li>
</ul>
<div class="searchbox">
<form action="{$strSearchIndexUrlTemp}" method="get">
<form action="{$strPcPath}{$strSearchIndexUrlTemp}" method="get">
<div class="searchbox-inner">
<input type="text" name="keyword" placeholder="找书" class="searchinput" value="">
<i class="search-icon"></i>

View File

@@ -9,21 +9,17 @@
<div class="book_inf">
<h3><a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}' title="{$Novel->n_name ?? ''}" >{$Novel->n_name ?? ''}</a></h3>
<p>
<span>作者:<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}' title="{$Novel->n_author ?? ''}">{$Novel->n_author ?? ''}</a></span>
<span>分类:<a href="/lists/4.html" title="{$Novel->n_category ?? ''}">{$Novel->n_category ?? ''}</a></span>
<span>作者:<a href='{$strPcPath}{site:souurl key="$Novel.n_author" p="1"/}' title="{$Novel->n_author ?? ''}">{$Novel->n_author ?? ''}</a></span>
<span>分类:<a href='{$strPcPath}{site:nflurl gender="all" category="$Novel.n_category_pinyin" status="all" page="1"/}' title="{$Novel->n_category ?? ''}">{$Novel->n_category ?? ''}</a></span>
<span>状态:{$Novel->n_status ?? ''}</span>
<!-- <span>总字数43.80万字+</span> -->
</p>
<p class="tags">
<i>标签:</i>
<i></i>
</p>
<p><b>最近更新:</b><a href="{$strPcPath}/chapter/1-1-1.html" title="219 桃花酿" >219 桃花酿</a>
<p><b>最近更新:</b><a href='{$strPcPath}{site:lcpurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}' title="$Novel.n_latest_chapter_name" >{$Novel.n_latest_chapter_name}</a>
</p>
<p class="int"> {$Novel->n_description ?? ''}</p>
</div>
<div class="right">
<span>更新时间:2025-03-20 23:59</span>
<span>更新时间:{:date('y-m-d')}</span>
<a href='{$strPcPath}{site:nurl n_id="$Novel->n_id" n_py="$Novel->n_name_pinyin"/}' class="read_btn btn">立即阅读</a>
</div>
</li>

View File

@@ -154,12 +154,12 @@
</a>
</b>
<b class="authorSt chapterSt">
<a href="${strNovelChapterUrl}" >
<a href="${strNovelUrl}" >
<em class="ct">${book.c_name}</em>
</a>
<em class="time">${book.n_update_time}</em></b>
</span>
<a href="${strNovelChapterUrl}" >
<a href="${strNovelUrl}" >
<i class="goon">阅读</i>
</a>
</p>
@@ -180,12 +180,12 @@
</a>
</b>
<b class="authorSt chapterSt">
<a href="${strPcPath}${strNovelChapterUrl}" >
<a href="${strPcPath}${strNovelUrl}" >
<em class="ct">${book.c_name}</em>
</a>
<em class="time">${book.n_update_time}</em></b>
</span>
<a href="${strPcPath}${strNovelChapterUrl}" >
<a href="${strPcPath}${strNovelUrl}" >
<i class="goon">阅读</i>
</a>
</p>
@@ -236,7 +236,7 @@
</a>
<em class="time">${book.n_update_time}</em></b>
</span>
<a href="${strNovelChapterUrl}" >
<a href="${strNovelUrl}" >
<i class="goon">阅读</i>
</a>
</p>
@@ -257,12 +257,12 @@
</a>
</b>
<b class="authorSt chapterSt">
<a href="${strPcPath}${strNovelChapterUrl}" >
<a href="${strPcPath}${strNovelUrl}" >
<em class="ct">${book.c_name}</em>
</a>
<em class="time">${book.n_update_time}</em></b>
</span>
<a href="${strPcPath}${strNovelChapterUrl}" >
<a href="${strPcPath}${strNovelUrl}" >
<i class="goon">阅读</i>
</a>
</p>

View File

@@ -2,15 +2,15 @@
<div class="title">
<h2 class="title-text">[strItemTiele]</h2>
<div class="more">
<span class="icon">
<a class="icon" href='{site:nflurl order="tuijian" page="1"/}' title="[strItemTiele]">
<span class="icon__left-label">更多</span>
<a class="svg" href='{site:nflurl order="tuijian" page="1"/}' title="[strItemTiele]">
<span class="svg" >
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
<path
d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z">
</path>
</svg>
</a>
</span>
</span>
</a>
</div>
</div>

View File

@@ -19,7 +19,7 @@
<link rel="stylesheet" href="/public/layer/need/layer.css" />
<link href="/template/xiongmao/style2_m/css/iconfont.css" rel="stylesheet" type="text/css">
<link href="/template/xiongmao/style2_m/css/style.css" rel="stylesheet" type="text/css">
<link href='/template/xiongmao/style2_m/css/style.css?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}' rel="stylesheet" type="text/css">
{block name="head"}{/block}
{block name="head-css"}{/block}
@@ -29,17 +29,21 @@
</script>
</head>
{block name="strPageCode"}
<?php $strPageCode = 'home'; ?>
{/block}
<body class="{block name='body-class'}{/block}" id="{block name='body-id'}{/block}">
<header class="top">
<a href="/" title="{$DomainModel->d_name}" class="iconfont icon-shouye z fs30 sv"></a>
<a href="{$strCategoryIndexUrlTemp}" title="小说书库" class="iconfont icon-iconfonticonfontshujupaixing z fs24 "></a>
<a href="/" title="{$DomainModel->d_name}" class='iconfont icon-shouye z fs30 {if $strPageCode == "home"}sv{/if}'></a>
<a href="{$strCategoryIndexUrlTemp}" title="小说书库" class='iconfont icon-iconfonticonfontshujupaixing z fs24 {if $strPageCode == "library"}sv{/if}'></a>
<div class="y" id="qs_login1">
<a href="{$strUserUrlTemp}" rel="nofollow"
class="iconfont icon-login y fs24">
class='iconfont icon-login y fs24 {if $strPageCode == "history"}sv{/if}'>
</a>
<a href="{$strHistoryUrlTemp}" rel="nofollow" class="iconfont icon-liulanliang y fs24"></a>
<a href="{$strHistoryUrlTemp}" rel="nofollow" class='iconfont icon-liulanliang y fs24 {if $strPageCode == "user"}sv{/if}'></a>
</div>
</header>
@@ -74,7 +78,7 @@
<script src="/public/jquery/jquery-3.7.1.min.js"></script>
<script src="/public/layer/layer.js" type="module" charset="utf-8"></script>
<script src="/template/default/js/common.js"></script>
<script src='/template/default/js/common.js?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script>
{block name="footer-js"}{/block}

View File

@@ -11,7 +11,7 @@
<meta name="description" content='{block name="description"}{/block}'>
<link rel="icon" href="/template/xiongmao/public/img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="/public/layer/need/layer.css" type="text/css">
<link href="/template/xiongmao/style2_pc/css/style.css" rel="stylesheet" type="text/css"/>
<link href='/template/xiongmao/style2_pc/css/style.css?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}' rel="stylesheet" type="text/css"/>
{block name="head"}{/block}
{block name="head-css"}{/block}
@@ -33,19 +33,19 @@
<div class="nav">
<div class="wp">
{if $DomainModel->info_id > 0}
<li class="home">
<li class='{if $strPageCode == "home"}home{/if}'>
<a href="{$strPcPath}/">首 页</a>
</li>
<li><a href="{$strPcPath}/nindex/">小说首页</a></li>
{else}
<li class="home">
<li class='{if $strPageCode == "home"}home{/if}'>
<a href="{$strPcPath}/">首 页</a>
</li>
{/if}
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
<li><a href='{$strPcPath}{site:nflurl category="$strCategoryPinyin" status="all" order="all" page="1"/}'>{$strCategoryName}</a></li>
<li class='{if $strPageCode == "library" && $strCategoryPinyin == $Request.route.strCategory }home{/if}'>
<a href='{$strPcPath}{site:nflurl category="$strCategoryPinyin" status="all" order="all" page="1"/}'>{$strCategoryName}</a></li>
{/novel:category}
<div class="nav-right" id="qs_login">
@@ -53,7 +53,6 @@
<span class="ico ico-login"></span>
个人中心
</a>
</div>
</div>
</div>
@@ -103,7 +102,7 @@
<script src="/public/layer/layer.js"></script>
<script src="/public/lazyload/jquery.lazyload.min.js"></script>
<script type="text/javascript" src="/template/kuangyu/home/bai_web/js/global.js"></script>
<script src="/template/kuangyu/public/js/common.js"></script>
<script src='/template/kuangyu/public/js/common.js?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script>
{block name="footer-js"}{/block}

View File

@@ -52,8 +52,8 @@
<div class="login">
<div class="login_after" id="mod_login_after">
<span class="yh">
<img src="/template/kuangyu/user/web/images/user-icon.png" alt="123456">
<a href="{$strPcPath}{$strUserUrlTemp}">123456</a>
<img src="/template/kuangyu/user/web/images/user-icon.png" alt="默认">
<a href="{$strPcPath}{$strUserUrlTemp}">默认</a>
</span>
<ul class="xiala">
<li><i class="iconfont"></i><a href="{$strPcPath}{$strBookShelfUrlTemp}">我的书架</a></li>
@@ -73,7 +73,7 @@
<div class="header">
<span><img src="/template/kuangyu/user/web/images/user-icon.png"></span>
</div>
<div class="name">123456</div>
<div class="name">默认</div>
<div class="user_block_list2">
<ul>
<li style="cursor: default">

View File

@@ -35,6 +35,11 @@
{block name='body-class'}index_xs{/block}
{block name="strPageCode"}
<?php $strPageCode = 'home'; ?>
{/block}
{block name="main"}
{site:grm page_code="h5_index" diff="0" num="60" g_key="arrGrm" /}

View File

@@ -72,8 +72,6 @@ button_num="5" cache_life="86400" func="generateCategoryPager" export_name="resD
{block name="main"}
<ul class="qs_nav">
{novel:category d_key="strCategoryPinyin" d_val="strCategoryName"}
<li class='{eq name="strCategoryPinyin" value="$Request.route.strCategory"}active_rank {/eq}'>
@@ -157,7 +155,7 @@ button_num="5" cache_life="86400" func="generateCategoryPager" export_name="resD
<i>{$DomainModel->d_domain}</i>
<c></c>
</div>
{novel:list count="8" sort_type="tuijian" n_status="wanjie" d_key="key" d_val="Novel" cache_life="86400"}
{novel:list count="8" sort_type="tuijian" n_category="$Request.route.strCategory" d_key="key" d_val="Novel" cache_life="86400"}
{include file="public/novelListH" start="31"/}

View File

@@ -199,7 +199,7 @@
<span>完结小说推荐</span>
<i>{$DomainModel->d_domain}</i>
</div>
{novel:list count="8" sort_type="tuijian" n_status="wanjie" d_key="key" d_val="Novel" cache_life="86400"}
{novel:list count="8" sort_type="tuijian" n_category="$arrNovel.n_category_pinyin" d_key="key" d_val="Novel" cache_life="86400"}
{include file="public/novelListH" start="31"/}

View File

@@ -107,7 +107,7 @@ button_num="10" cache_life="86400" func="generateCategoryPager" export_name="res
<div class="phb_title">
<b>热门小说推荐</b>
</div>
{novel:list count="6" sort_type="tuijian" n_status="lianzai" d_key="key" d_val="Novel" p_val="page_data"
{novel:list count="6" sort_type="tuijian" n_category="$Request.route.strCategory" d_key="key" d_val="Novel"
cache_life="86400"}
{include file="pc/public/hostListImg" start="0"/}
{/novel:list}

View File

@@ -37,7 +37,7 @@
<a href="{$strUserUrlTemp}{$strUserUrlTemp}/info.html"></a>
</div> -->
<div class="app_accountBlock_name">
<span class="name">123456</span>
<span class="name">默认</span>
</div>
</div>
{$arrGrm[3]|raw}

View File

@@ -2818,3 +2818,7 @@ 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;}
.active_nav_btn a {
color: #F44336!important;
}

View File

@@ -318,3 +318,11 @@ color: #004d00;border-radius:5px;transition: all 0.3s;}
.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;}
.active_nav_btn {
background: #fff;
}
.active_nav_btn a{
color: darkcyan!important;
}

View File

@@ -21,7 +21,7 @@ em,span,i{display: inline-block;}
/*作者、简介*/
.book_inf{font-size: 12px;}
.book_inf .int{height: 34px; overflow: hidden; text-overflow: ellipsis;
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;}
display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap:break-word;}
.book_inf .aut{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.book_inf .tag{float: right}

View File

@@ -243,7 +243,7 @@ function displayBookshelf() {
<span class="spanLi">${book.c_name}</span>
</span>
<span class="spanLi Time">${book.n_update_time ?? ''}</span>
<span class="rightJustTime" onclick="javascript:window.location.href='${strNovelChapterUrl}';return false;">
<span class="rightJustTime" onclick="javascript:window.location.href='${strNovelUrl}';return false;">
继续阅读
</span>
</span>
@@ -266,7 +266,7 @@ function displayBookshelf() {
<a href="${strPcPath}${strNovelUrl}" >${book.n_name}</a>
</td>
<td class="t3">
<a href="${strPcPath}${strNovelChapterUrl}" >${book.c_name}</a>
<a href="${strPcPath}${strNovelUrl}" >${book.c_name}</a>
</td>
<td class="t4">
<a href="${strPcPath}${strNovelUrl}" >${book.n_author}</a>
@@ -275,7 +275,7 @@ function displayBookshelf() {
<td class="t6">${book.n_status}</td>
<td class="t7">
<a href="${strPcPath}${strNovelChapterUrl}" class="goon" >阅读</a>
<a href="${strPcPath}${strNovelUrl}" class="goon" >阅读</a>
<i><span class="Collection" ajax-get="" onclick="delBookshelfFun(${book.n_id})">删除</span></i>
</td>
@@ -372,7 +372,7 @@ function displayHistory() {
<span class="spanLi">${book.c_name}</span>
</span>
<span class="spanLi Time">${book.n_update_time ?? ''}</span>
<span class="rightJustTime" onclick="javascript:window.location.href='${strNovelChapterUrl}';return false;"
<span class="rightJustTime" onclick="javascript:window.location.href='${strNovelUrl}';return false;"
>继续阅读</span>
</span>
</div>
@@ -393,7 +393,7 @@ function displayHistory() {
<a href="${strPcPath}${strNovelUrl}" >${book.n_name}</a>
</td>
<td class="t3">
<a href="${strPcPath}${strNovelChapterUrl}" >${book.c_name}</a>
<a href="${strPcPath}${strNovelUrl}" >${book.c_name}</a>
</td>
<td class="t4">
<a href="${strPcPath}${strNovelUrl}" >${book.n_author}</a>
@@ -402,7 +402,7 @@ function displayHistory() {
<td class="t6">${book.n_status}</td>
<td class="t7">
<a href="${strNovelChapterUrl}" class="goon" >阅读</a>
<a href="${strNovelUrl}" class="goon" >阅读</a>
<i><span class="Collection" ajax-get="" onclick="delHistoryFun(${book.n_id})">删除</span></i>
</td>

View File

@@ -526,3 +526,7 @@ margin-bottom: 10px;
}
.rs{background: #fff;box-sizing: border-box;padding:0px 10px 10px;}
.active_rank a{
color: #ff689b;
}