修改样式
This commit is contained in:
-1076
File diff suppressed because it is too large
Load Diff
+37
-15
@@ -118,11 +118,11 @@
|
||||
<span>组合工具</span>
|
||||
</div>
|
||||
<div class="combo-tool-grid">
|
||||
<a href="duanzuhe.html" class="combo-tool-item">
|
||||
<a href="https://www.3dyjs.cn/duanzuhe.html" class="combo-tool-item" target="_blank">
|
||||
<img src="../images/icon-duanzuhe.png" alt="断组" />
|
||||
<span>断组</span>
|
||||
</a>
|
||||
<a href="shazuhe.html" class="combo-tool-item">
|
||||
<a href="https://www.3dyjs.cn/shazuhe.html" class="combo-tool-item" target="_blank">
|
||||
<img src="../images/icon-shazuhe.png" alt="杀组合" />
|
||||
<span>杀组合</span>
|
||||
</a>
|
||||
@@ -195,18 +195,37 @@
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="site-footer__inner">
|
||||
<img
|
||||
src="../images/home-logo.png"
|
||||
alt="神彩算"
|
||||
class="site-footer__logo"
|
||||
/>
|
||||
<p id="copyright-info">
|
||||
神彩算以开奖数据、免费文章、资讯推荐为核心,提供清晰、密集、分层的 PC
|
||||
端彩票信息首页。
|
||||
</p>
|
||||
<div class="site-footer__meta">
|
||||
<a id="beian" href="https://beian.miit.gov.cn/" target="_blank" style="font-size:12px;color:rgba(255,255,255,.5)">工信部:蜀ICP备2024044594号-4</a>
|
||||
<span id="additional-info">本站仅供数据分析参考,不构成任何投注建议</span>
|
||||
<div class="site-footer__layout">
|
||||
<div class="site-footer__brand">
|
||||
<img
|
||||
src="../images/home-logo.png"
|
||||
alt="神彩算"
|
||||
class="site-footer__logo"
|
||||
/>
|
||||
<div class="site-footer__legal site-footer__meta">
|
||||
<a href="https://beian.miit.gov.cn/" target="_blank" class="index-style-02" id="beian">工信部:蜀ICP备2024044594号-4</a>
|
||||
<span id="police-record">川公网安备:510303020088888号</span>
|
||||
</div>
|
||||
<p id="copyright-info" class="site-footer__copyright">© 2014-2026 神彩算 版权所有</p>
|
||||
<p id="additional-info" class="site-footer__desc">本站内容仅供数据分析参考,不构成任何投注建议</p>
|
||||
</div>
|
||||
<div class="site-footer__contact">
|
||||
<div class="site-footer__contact-head">
|
||||
<span class="site-footer__contact-kicker">Contact</span>
|
||||
<strong>联系客服</strong>
|
||||
<span>微信 / QQ 扫码咨询</span>
|
||||
</div>
|
||||
<div class="site-footer__qr-grid">
|
||||
<div class="site-footer__qr-card">
|
||||
<img src="../public/img/kfwx.jpg" alt="客服微信二维码" />
|
||||
<span>客服微信</span>
|
||||
</div>
|
||||
<div class="site-footer__qr-card">
|
||||
<img src="../public/img/kfqq.jpg" alt="客服QQ二维码" />
|
||||
<span>客服QQ</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
@@ -628,12 +647,15 @@
|
||||
if (!article) return;
|
||||
var rawDateText = article.dateText || "";
|
||||
var itemDateText = rawDateText ? formatDateLabel(rawDateText) : "";
|
||||
var authorName = article.issuer || "";
|
||||
listHtml +=
|
||||
'<li class="article-item"><a class="article-item__link" href="' +
|
||||
CommonUtil.freeArticleHref(article.id || "") +
|
||||
'" target="_blank"><img src="' +
|
||||
escapeHtml(article.accountAvatar || article.expertAvatar) +
|
||||
'" alt="" class="article-item__icon" /><span class="article-item__title">' +
|
||||
'" alt="" class="article-item__icon" />' +
|
||||
(authorName ? '<span class="article-item__author">' + escapeHtml(authorName) + "</span>" : "") +
|
||||
'<span class="article-item__title">' +
|
||||
escapeHtml(article.title || "文章标题") +
|
||||
"</span>" +
|
||||
(itemDateText ? '<span class="article-item__date">' + itemDateText + "</span>" : "") +
|
||||
|
||||
-1192
File diff suppressed because it is too large
Load Diff
@@ -1241,9 +1241,9 @@
|
||||
var source = String(firstValue(item, ["sourceType", "type", "bizType"], ""));
|
||||
var title = purchaseTitle(item);
|
||||
if (source === "fc3d_scheme" || /断组|杀组合|方案/.test(title)) {
|
||||
if (/杀组合/.test(title)) return "shazuhe.html";
|
||||
if (/断组/.test(title)) return "duanzuhe.html";
|
||||
return "duanzuhe.html";
|
||||
if (/杀组合/.test(title)) return "https://www.3dyjs.cn/shazuhe.html";
|
||||
if (/断组/.test(title)) return "https://www.3dyjs.cn/duanzuhe.html";
|
||||
return "https://www.3dyjs.cn/duanzuhe.html";
|
||||
}
|
||||
var expertId = firstValue(item, ["expertId", "createBy", "accountId"], "");
|
||||
var code = firstValue(item, ["code", "lotteryCode", "suoxie"], "");
|
||||
|
||||
Reference in New Issue
Block a user