fix: 修复界面显示问题,优化文案

🎨 界面修复:
- 修复章节列表锁图标和标题错位(用简单符号替代emoji)
- 修复匹配页今日剩余图标和文字对齐
- 删除匹配页底部'每天3次免费匹配'提示

✏️ 文案优化:
- '分享赚钱' → '立即推广'
- '分享给好友' → '推荐好友,共同成长'
- '好友购买你获得90%佣金' → '邀请好友加入,享90%推广收益'

📄 文档更新:
- 更新需求方案文档v1.1
- 添加上线检查清单
- 完善API接口文档
This commit is contained in:
卡若
2026-01-23 17:37:40 +08:00
parent 7ff181f743
commit d42652c51b
6 changed files with 214 additions and 380 deletions

View File

@@ -55,10 +55,11 @@
/* ===== 匹配次数条 ===== */
.match-count-bar {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin: 24rpx 32rpx;
padding: 24rpx;
padding: 24rpx 32rpx;
background: #1c1c1e;
border-radius: 24rpx;
border: 2rpx solid rgba(255, 255, 255, 0.05);
@@ -66,18 +67,38 @@
.count-left {
display: flex;
flex-direction: row;
align-items: center;
gap: 16rpx;
gap: 12rpx;
}
.count-icon {
font-size: 32rpx;
font-size: 28rpx;
width: 32rpx;
text-align: center;
}
.count-icon.icon-warning {
color: #FFD700;
}
.count-text {
font-size: 28rpx;
color: rgba(255, 255, 255, 0.7);
}
.count-right {
display: flex;
flex-direction: row;
align-items: center;
gap: 16rpx;
}
.count-value {
font-size: 32rpx;
font-weight: 600;
}
.count-text {
font-size: 26rpx;
color: rgba(255, 255, 255, 0.7);