feat: 任务和社区页面
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user