×

注意!页面内容来自https://www.uczyw.cn/12660.html,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

七猫小说

七猫小说

小说阅读 18,549
版本 7.83
大小 129MB
语言 中文
<> /* 按钮样式 */ .download-btn-animated { width: 160px; height: 48px; border-radius: 12px; background-image: linear-gradient(135deg#007AFF#00C6FF); color: #fff; font-weight: 700; font-size: 16px; cursor: pointer; box-shadow: 0 8px 20px -6px rgba(01222550.5); transition: all 0.3s cubic-bezier(0.250.80.251); display: inline-flex; align-items: center; justify-content: center; text-decoration: none; } .download-btn-animated:hover { transform: translateY(-2px); box-shadow: 0 12px 25px -8px rgba(01222550.6); } .download-btn-animated:active { transform: scale(0.96); } /* 面包屑链接 */ .breadcrumb-links a { transition: color 0.2s; } .breadcrumb-links a:hover { color: #007AFF; text-decoration: underline; } /* 收藏按钮激活态 (通过JS添加的 active 类名变色) */ /* 这里我们利用CSS选择器,如果原来的按钮变色了,虽然看不见,但我们可以尝试hack */ /* 更稳妥的方式是:SVG始终显示,点击触发功能即可,颜色变化需要JS支持,或者简单点:hover变黄 */
应用介绍

应用介绍

不知道看什么小说?就上七猫必读榜!

【海量小说免费看】
重磅新书《摸金校尉之九幽将军》:天下霸唱力作,徐克执导,陈坤主演,超奇幻荧幕巨制同名改编原著~
全网搜罗古言、现言、玄幻、都市等热门分类小说,一口气免费看到大结局!除了《九州·斛珠夫人》《余生,请多指教》《青簪行》等热门影视IP原著,更有《局中人》、《隐秘的角落》、《帝王业》、《东宫》、《双阙》等新进好书,你想看的全都免费!

更新日志

2025-10-29更新版本至7.83

2025-1-17更新版本至7.65

2025-1-10更新版本至7.64 – 投稿版

2024-6-15更新版本至7.50

2024-4-19更新版本至7.46

解锁功能

  • 去除开屏广告
  • 去除FEED流广告
  • 屏蔽底部banner广告 – 空白 – 右下角空白可用于翻页。
  • 屏蔽阅读页面 – 空白
  • 其他广告拦截优化。

截图预览

七猫小说

© 本站资源仅供学习交流,请于下载后24小时内删除。

评论

21 条评论
<> /* * 关键修复: * 这里加入了 .comment-main 选择器,因为你的 functions.php 中 callback 输出的是这个类。 * 同时保留 .comment-body 以防万一。 */ .comment-list .comment-body, .comment-list .comment-main { padding: 24px 32px; /* 上下24px,左右32px的间距 */ border-bottom: 1px solid #f3f4f6; display: flex; gap: 20px; transition: background-color 0.2s; } /* 手机端稍微减小一点间距 */ @media (max-width: 640px) { .comment-list .comment-body, .comment-list .comment-main { padding: 20px 20px; /* 手机端左右间距改为 20px */ flex-direction: column; /* 手机端可能需要上下布局,看喜好,这里默认保持flex */ gap: 12px; } .comment-list .avatar { margin-bottom: 5px; } } .dark .comment-list .comment-body, .dark .comment-list .comment-main { border-bottom-color: rgba(255,255,255,0.05); } .comment-list .comment-body:last-child, .comment-list .comment-main:last-child { border-bottom: none; } .comment-list .comment-body:hover, .comment-list .comment-main:hover { background-color: #fcfcfd; } .dark .comment-list .comment-body:hover, .dark .comment-list .comment-main:hover { background-color: rgba(255,255,255,0.02); } /* 评论头像 */ .comment-list .avatar { flex-shrink: 0; } .comment-list .avatar img { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.05); } .dark .comment-list .avatar img { border-color: rgba(255,255,255,0.1); } /* 评论元数据区域 */ .comment-list .comment-meta { flex: 1; min-width: 0; } /* 作者名 */ .comment-list cite { font-: normal; font-weight: 700; font-size: 15px; color: #1d1d1f; margin-right: 8px; } .dark .comment-list cite { color: #f5f5f7; } /* 评论时间 */ .comment-list .comment-metadata { display: inline-block; font-size: 12px; color: #86868b; } .comment-list .comment-metadata a { color: inherit; text-decoration: none; } /* 评论正文 */ .comment-list .comment-content { margin-top: 6px; font-size: 15px; line-height: 1.6; color: #424245; } .dark .comment-list .comment-content { color: #d2d2d7; } .comment-list .comment-content p { margin-bottom: 0.5em; } /* 回复按钮 */ .comment-list .reply { margin-top: 8px; } .comment-list .reply a { font-size: 12px; font-weight: 600; color: #0071e3; text-decoration: none; display: inline-flex; align-items: center; } .comment-list .reply a:hover { text-decoration: underline; } /* 翻页器样式 */ .app-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 32px; height: 32px; border-radius: 8px; font-size: 13px; color: #86868b; text-decoration: none; font-weight: 600; } .app-pagination .page-numbers.current { background: #0071e3; color: #fff; box-shadow: 0 2px 8px rgba(01132270.3); }
<> @keyframes pulse-slow { 0%100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.85; transform: scale(0.95); } } .animate-pulse-slow { animation: pulse-slow 3s infinite ease-in-out; }
<> @media (max-width: 768px) { /* 防止底部内容被导航栏遮挡,footer已经加了 pb-24,这里稍微调整回到顶部按钮 */ #back-to-top { bottom: 6rem; } } <> /* 1. 基础动画定义 */ .reveal-card { opacity: 0; transform: translateY(20px) scale(0.98); /* 稍微下移和收缩 */ transition: transform 0.8s cubic-bezier(0.1610.31) opacity 0.8s cubic-bezier(0.1610.31); will-change: transformopacity; } /* 2. 激活状态 */ .reveal-card.is-visible { opacity: 1 !important; transform: translateY(0) scale(1) !important; } /* 3. 增强:针对移动端优化,减小位移防止震荡感 */ @media (max-width: 768px) { .reveal-card { transform: translateY(15px) scale(1); } } /* 4. 辅助:强制清除首屏可能出现的闪烁 */ [reveal-card] { visibility: hidden; } .is-visible[reveal-card] { visibility: visible; } <> /* 初始状态 */ .reveal-item { opacity: 0; transform: translateY(20px); /* 向上浮动一小段即可,不要太多 */ transition: transform 0.6s cubic-bezier(0.1610.31) opacity 0.6s cubic-bezier(0.1610.31); } /* 显示状态 */ .reveal-item.is-visible { opacity: 1 !important; transform: translateY(0) !important; } /* 兜底:如果 JS 加载失败,5秒后自动强制显示,防止黑屏死锁 */ @keyframes forceShow { to { opacity: 1; transform: translateY(0); } } .reveal-item:not(.is-visible) { animation: forceShow 0.1s 5s forwards; } <> /* 使用CSS占位符替代gif图片 */ .lazyload { background-color: #f5f5f5; position: relative; overflow: hidden; } .lazyload::before { content: ""; display: block; padding-top: 75%; /* 4:3 比例 */ } .lazyload::after { content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90degtransparentrgba(255,255,255,0.3)transparent); animation: loading 1.5s infinite; } @keyframes loading { 0% { left: -100%; } 100% { left: 100%; } } /* 确保实际图片正确显示 */ .lazyload.loaded { background: none; } .lazyload.loaded::after { display: none; }