feat: 任务和社区页面

This commit is contained in:
Blizzard
2026-02-06 17:27:35 +08:00
parent d42471e1d5
commit b800ea03b5
30 changed files with 1777 additions and 551 deletions
+20
View File
@@ -314,3 +314,23 @@ page {
font-size: 24rpx;
color: #999;
}
/* Title Input */
.title-section {
padding: 16rpx 0;
border-bottom: 2rpx solid #f5f5f5;
margin-bottom: 16rpx;
}
.post-title-input {
font-size: 36rpx;
font-weight: 700;
color: #333;
width: 100%;
height: 64rpx; /* Height for single line */
min-height: 64rpx;
}
.title-placeholder {
color: #bbb;
font-weight: 400;
}