$chapter_sql = "select * from {$dbtbpre}ecms_zhangjie where bookid='".$r[id]."' order by newstime desc limit 6";
$chapter_result = $empire->query($chapter_sql);
$chapter_html = '';
while($chapter_r = $empire->fetch($chapter_result)){
$chapter_titleurl = sys_ReturnBqTitleLink($chapter_r);
$chapter_html .= '
<div class="chapter-item">
<a href="'.$chapter_titleurl.'">
<img src="'.$chapter_r[titlepic].'" alt="'.$chapter_r[title].'" class="chapter-img"></a>
<a href="'.$chapter_titleurl.'" class="chapter-link">'.$chapter_r[title].'</a>
</div>
';
}
$listtemp = '
<div class="container1">
<!-- 左侧漫画介绍 -->
<div class="comic-info">
<a href="[!--titleurl--]">
<img src="[!--titlepic--]" alt="[!--title--]" class="comic-cover">
</a>
</div>
<!-- 右侧章节列表(无背景查看更多按钮) -->
<div class="chapter-list">
<div class="chapter-header">
<h2>最新章节</h2>
<!-- 保留button标签,保持点击功能,样式改为无背景文字链接 -->
<a href="[!--titleurl--]">
<button class="more-btn">查看更多</button>
</a>
</div>
<div class="chapter-grid">
'.$chapter_html.'
</div>
</div>
</div>
';
【腾讯云】11.11云上盛惠!云服务器首年1.8折起,买1年送3个月!
11.11云上盛惠!海量产品·轻松上云!云服务器首年1.8折起,买1年送3个月!超值优惠,性能稳定,让您的云端之旅更加畅享。



腾讯云 12-20 广告
