×

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

番茄小说

番茄小说

小说阅读 90,511
版本 6.9.9
大小 233MB
语言 中文
<> /* 按钮样式 */ .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变黄 */
应用介绍

应用介绍

【抖音旗下】 番茄小说是抖音推出的免费阅读产品,提供海量正版小说。免费好书,尽在番茄!【正版免费】【听书畅读】【社区】。

解锁功能

  • 更新至AppStore最新版
  • 解锁会员权限 – 测试所有功能可用 无需登录

更新日志

2025-12-9更新版本至6.9.9

2024-12-7

2023-9-2 更新红果小说,与它应该是一家的,内容差不多,推荐使用。

截图预览

番茄小说

资源下载此资源为免费资源立即下载
如需资源或需要更新请在文末留言
本站不存储、售卖任何软件和游戏
苹果支持免越狱签名安装,查看安装帮助
安卓及电脑端软件 转存下载后直接安装即可

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

评论

30 条评论
<> /* * 关键修复: * 这里加入了 .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; } } <> .sac-scroll::-webkit-scrollbar { width: 4px; } .sac-scroll::-webkit-scrollbar-thumb { background-color: #e5e7eb; border-radius: 4px; } .sac-msg-user { background: #007AFF; color: white; align-self: flex-end; border-bottom-right-radius: 4px; } .sac-msg-bot { background: #F2F2F7; color: #1C1C1E; align-self: flex-start; border-bottom-left-radius: 4px; } .dark .sac-msg-bot { background: #2C2C2E; color: white; }

优创AI助手

在线
您好!我是优创AI助手,基于Qwen模型,请问有什么可以帮您?
<> /* 使用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; }