优化输入框和表单样式,确保在小程序和管理端开发中使用容器包裹输入框以避免布局问题。更新个人资料页,增加VIP用户的字段展示与编辑逻辑,确保用户体验一致性。调整相关文档以反映最新开发进展,提升功能可用性与用户体验。

This commit is contained in:
Alex-larget
2026-02-28 17:26:03 +08:00
parent 41e5b1258b
commit 8e2ea9b7c1
14 changed files with 195 additions and 114 deletions

View File

@@ -89,13 +89,13 @@
/* 阅读统计 */
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24rpx; }
.stat-box {
background: #252525; border-radius: 20rpx; padding: 32rpx;
background: #252525; border-radius: 20rpx; padding: 20rpx;
display: flex; flex-direction: column; align-items: center; justify-content: center;
aspect-ratio: 4/3;
aspect-ratio: 2/1;
}
.stat-icon { font-size: 48rpx; margin-bottom: 16rpx; color: #4FD1C5; }
.stat-num { font-size: 40rpx; font-weight: bold; color: #fff; }
.stat-label { font-size: 20rpx; color: #6B7280; margin-top: 8rpx; }
.stat-icon { font-size: 40rpx; margin-bottom: 8rpx; color: #4FD1C5; }
.stat-num { font-size: 36rpx; font-weight: bold; color: #fff; }
.stat-label { font-size: 20rpx; color: #6B7280; margin-top: 4rpx; }
/* 最近阅读 */
.recent-list { display: flex; flex-direction: column; gap: 24rpx; }